Skip to content

Instantly share code, notes, and snippets.

@klynch
Created February 1, 2014 15:39
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 klynch/8753869 to your computer and use it in GitHub Desktop.
Save klynch/8753869 to your computer and use it in GitHub Desktop.

Disable Overlay scrollbar in Ubuntu 12.10

gsettings set com.canonical.desktop.interface scrollbar-mode normal

How to remove unity and replace it with cinnamon

Install cinnamon.

sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon nemo

Set nemo to be default.

xdg-mime default nemo.desktop inode/directory application/x-gnome-saved-search
gsettings set org.gnome.desktop.background show-desktop-icons false
gsettings set org.nemo.desktop show-desktop-icons true

Remove Unity!

sudo apt-get autoremove --purge unity unity-common unity-services unity-lens-\* unity-scope-\* unity-webapps-\* gnome-control-center-unity hud libunity-core-6\* libunity-misc4 libunity-webapps\* appmenu-gtk appmenu-gtk3 appmenu-qt\* overlay-scrollbar\* activity-log-manager-control-center firefox-globalmenu thunderbird-globalmenu libufe-xidgetter0 xul-ext-unity xul-ext-webaccounts webaccounts-extension-common xul-ext-websites-integration gnome-control-center gnome-session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment