ubuntu-overlay-scrollbars set to false shows no arrows in several cases

Bug #1053302 reported by Willem van Gerven
26
This bug affects 5 people
Affects Status Importance Assigned to Milestone
overlay-scrollbar (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

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 (please find the screenshot attached for the bottom part).
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. Moreover, it is more aestetic and adds to the pleasant working experience Unity is.

Revision history for this message
Willem van Gerven (wvm-vangervenoei) wrote :
description: updated
description: updated
description: updated
description: updated
tags: added: 12.04
affects: ayatana-design → unity
Omer Akram (om26er)
affects: unity → ubuntu
affects: ubuntu → overlay-scrollbar (Ubuntu)
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in overlay-scrollbar (Ubuntu):
status: New → Confirmed
Revision history for this message
Jonathan (jonathan-ghostlords) wrote :

I still have this issue in 13.10.

It's not mentioned here, but there is another significant usability issue with the non-overlay scrollbars. When you click on an area above/below the scroller widget, it jumps to that location in the document instead of scrolling up/down by one page. Traditionally the jump action is only taken if you middle-click.

As mentioned in this bug, Firefox is a good resource for verifying what the normal, standard appearance and behaviour for scrollbars are.

Revision history for this message
frank (frankwu) wrote :

fyi: http://askubuntu.com/questions/34214/how-do-i-disable-overlay-scrollbars

Just disabling or removing the overlay-scrollbars as described by the other answers will get you back the scroll bars, but they will be missing the stepper buttons at the end of the bars because they have been disabled in the Ambiance theme. To re-enable them, put the following in the ~/.gtkrc-2.0 file:

style "default" {
  engine "murrine" {
    stepperstyle = 0
  }
}

and the following into the file ~/.config/gtk-3.0/gtk.css:

.scrollbar {
  -GtkScrollbar-has-backward-stepper: 1;
  -GtkScrollbar-has-forward-stepper: 1;
}

Usually, restarting the applications is enough for the changes to apply.

To make the stepper buttons better-looking, add this to .scrollbar: -GtkRange-slider-width: 16; -GtkRange-stepper-size: 17; – Håkon A. Hjortland Aug 21 '12 at 7:56

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.