Skip to content

Remove or Disable Overlay Scrollbar – Ubuntu 11.04

Hello,

I like the normal scrollbars. So when I installed Ubuntu 11.04, I didn’t like the new type of scrollbars. If you want to remove it:

$ sudo apt-get remove overlay-scrollbar

If this doesn’t work, try this (tips from Joonas)

$ sudo apt-get remove liboverlay-scrollbar-0.1-0

Or if you just want to disable it (I think it is betters), do this:

$ sudo echo “export LIBOVERLAY_SCROLLBAR=0” > /etc/X11/Xsession.d/80overlayscrollbars

Reboot your system.

That is it!
Matheus

References:
http://www.webupd8.org/2011/04/how-to-disable-overlay-scrollbars-in.html
http://ubuntu4beginners.blogspot.com/2011/04/disable-overlay-scrollbars-in-ubuntu.html

Published inUbuntu

51 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *