9

I'm running 12.04, and prefer the more conservative style "normal" scrollbars over the overlay scrollbars. I have set them to false in the terminal:

gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false

However after doing so, with some apps (e.g. Nautilus, Document Viewer) my scrollbars only view a vertical bar, but no arrows on the top and bottom to scroll up and down. With some programs these are shown though, for instance Gummi and Texmaker.

It would make a big difference (for instance when having to scroll pdf documents containing several hundreds of pages) to have those arrows reinstated. Is there any way to make this work?

Jorge Castro
  • 71,754

1 Answers1

2

You could try the methods outlined by Webupd8.

My favorite is the uninstallation option:

sudo apt-get remove overlay-scrollbar liboverlay-scrollbar-0.2-0 liboverlay-scrollbar3-0.2-0

Bear in mind that Webupd8 says that this may cause dependency issues with metapackages, although in practice I haven't had this issue with 12.04. If you do have dependency issues, I would advise against removing any metapackages and instead recommend that you use one of the other methods.

  • Hi gh403! Thank you for your answer. Unfortunately this doesn't solve the problem of having no "steppers" (arrows). It gives the same result as the command given in my initial post! But thanks again! – Willem van Gerven Oct 27 '12 at 09:09
  • Same here... I re-removed that overlay-scrollbar and my scrollbars did not change a bit. Still no little arrows on the ends! Note that under 13.04, I used sudo apt-get remove overlay-scrollbar and it automatically removed another 2 packages without having to specify them. – Alexis Wilke Sep 23 '13 at 23:32