Friday, October 19, 2012

Disable overlay scrollbars in Ubuntu

Some nice tricks from noobslab for Ubuntu 12.10

Disable overlay scroll bars in Ubuntu

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

Disable crash reports

I have had a lot of issues with crash reports that just keep on occurring, even when I say "don't tell me again" and when nothing has apparently happened.
sudo gedit /etc/default/apport  
change "enabled=1" to "enabled=0"
sudo service apport stop

Add "open as administrator" as a right click option in nautilus

wget http://dl.dropbox.com/u/53319850/NoobsLab.com/libnautilus-gksu.so 
sudo cp libnautilus-gksu.so /usr/lib/nautilus/extensions-3.0/ 
sudo rm libnautilus-gksu.so

No comments:

Post a Comment