Disable the overlay scrollbars in Ubuntu 11.04
With the new Ubuntu 11.04, the scrollbars in almost all applications and windows look radically different than those we grew accustomed with. Here’s how to revert them to the old looks:
sudo apt-get remove overlay-scrollbar sudo su echo "export LIBOVERLAY_SCROLLBAR=0" > /etc/X11/Xsession.d/80overlayscrollbars


Thanks for this tip! I appreciate it.
you could use sudo -i instead of sudo su
Thanks very much! Have been looking for this for a long time.
Thanks, great tip. Although you can accomplish the same without actually removing the packages. You can just perform the last command and it will work.
echo “export LIBOVERLAY_SCROLLBAR=0″ > /etc/X11/Xsession.d/80overlayscrollbars
I had to remove this additional package;
sudo apt-get remove liboverlay-scrollbar-0.1-0
@Frank Rizzo: I tried your tip, but it didn’t work on my Mint 11 system (which is based on Ubuntu 11.04). I had to remove both overlay packages too.
Awesome tip. Those new scrollbars were driving me nuts. Glad to have the old one back
This is great, but how would you reverse this (get the overlay scrollbars back after doing this?) I don’t want any permanent changes that would require me to delete my account or anything of the sort.
Re-installing the packages with ‘apt-get install [package]‘ will reverse it. If the file /etc/X11/Xsession.d/80overlayscrollbars was edited (which should not be necessary btw), you might have to remove the added line.
The new scrollbars are terrible to use and some functionality is also missing: you cannot click into the bar to skip one page up/down with them.