You are not logged in.
Hi,
Since one of the latest updates, I have "overlay scrollbars" in many GTK-applications, e.g. remmina. What I mean by this is: the scrollbars are hidden most times and if you move the mouse within the window, they appear (like the auto-hiding bottom panel of XFCE).
The problem (especially in remmina) is that they hide the window content underneath. So, I can not move the mouse to the bottom of the remote desktop any more. This makes the bottom panel unrachable.
I have not knowingly activated such a feature, nor did I install any *overlay-scrollbar* package. The folks at the XFCE forums say that this is not an XFCE feature.
Because the new scrollbars make some areas of the window content unreachable for the mouse, this is not just a cosmetic problem.
How can I disable them (pereferrably for all applications, but at least for remmina) ?
Thanks,
Markus
Last edited by Markus.N2 (2015-04-14 19:18:22)
Offline
I can only mention it's a feature of the newest Gnome.
-edit-
Judging by https://plus.google.com/+WorldofGnomeOr … Dx9wNo3Cd8, developers of remmina could disable them if they are causing problems.
Last edited by lucke (2015-04-14 18:54:48)
Offline
There was further discussion about this at the Xfce forums post. Adding this:
export GTK_OVERLAY_SCROLLING=0
...to your shell startup file disables them.
Offline
So there is no hope for a system-wide setting ?
EDIT:
oops, too slow :-)
EDIT 2:
Whow, it worked !
Thanks a lot.
Last edited by Markus.N2 (2015-04-14 19:18:00)
Offline
Thanks, it helped me too.
Offline
So there is no hope for a system-wide setting ?
I appended "GTK_OVERLAY_SCROLLING=0" to /etc/environment. This worked for me to disable the overlay globally.
Offline