Overlay Scrollbars are scrollbars that appear when you move your mouse cursor on the side of the window. You can easily disable this feature under Ubuntu 11.04 if you don't like it.
Launch the terminal and issue this command to disable Overlay Scrollbars:
echo "export LIBOVERLAY_SCROLLBAR=0" | sudo tee /etc/X11/Xsession.d/80overlayscrollbars
To uninstall it completely, run this command:
sudo apt-get remove overlay-scrollbar liboverlay-scrollbar-0.1-0
Launch the terminal and issue this command to disable Overlay Scrollbars:
echo "export LIBOVERLAY_SCROLLBAR=0" | sudo tee /etc/X11/Xsession.d/80overlayscrollbars
To uninstall it completely, run this command:
sudo apt-get remove overlay-scrollbar liboverlay-scrollbar-0.1-0
Post a Comment