Skip to content

Instantly share code, notes, and snippets.

@magnetikonline
Last active October 12, 2015 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magnetikonline/4077775 to your computer and use it in GitHub Desktop.
Save magnetikonline/4077775 to your computer and use it in GitHub Desktop.
Gnome 3 desktop setup notes - Ubuntu 12.04LTS.

Gnome 3 desktop setup notes - Ubuntu 12.04LTS

My current sane desktop settings/setup for Gnome 3 shell. Starting with Ubuntu 12.04LTS desktop as a base.

Install Gnome 3 shell and tweak tool

  • $ sudo add-apt-repository ppa:gnome3-team/gnome3
  • $ sudo apt-get update
  • $ sudo apt-get install gnome-shell
  • $ sudo apt-get install gnome-tweak-tool

Gnome 3 extensions

Greybird theme install

Gnome tweak tool settings

  • $ gnome-tweak-tool
  • Fonts
    • Text scaling: 1.0
    • Default font: Ubuntu/8
    • Document font: Sans/10
    • Monospace font: Ubuntu Mono/10
    • Window title font: Ubuntu Bold/8
    • Hinting: Slight
    • Antialiasing: Rgba
  • Theme
    • Cursor: Adwaita
    • Icon theme: Ubuntu-mono-dark
    • GTK+ theme: Greybird-git
    • Window theme: Greybird-git

Gnome 'activities' animation disable

Remove Ubuntu overlay scrollbars

  • $ sudo apt-get remove overlay-scrollbar liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0
  • Reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment