Disable overlay scrollbars by default in Xubuntu 13.10

Bug #1239018 reported by Thaddaeus Tintenfisch
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
xubuntu-default-settings (Ubuntu)
Opinion
Undecided
Unassigned

Bug Description

Overlay scrollbars should get deactivated during the Xubuntu session despite the actual user setting. The user should still be able to reactivate them if needed.

Possible solution (add to /etc/X11/Xsession.d/ or xinitrc):
if [ x"$DESKTOP_SESSION" = x"xubuntu" ]; then
    export LIBOVERLAY_SCROLLBAR=0
fi

Disabling them fixes some minor GTK3 theme glitches and these bugs:
bug 1048805 xfce4-appfinder launches very slowly
bug 1236271 GTK3 applications do not react to scroll wheel input when overlay scrollbars are activated
bug 1239014 xfsettingsd unable to daemonize properly when overlay scrollbars are activated

Tags: saucy
Changed in xubuntu-meta (Ubuntu):
status: New → Opinion
Revision history for this message
Thaddaeus Tintenfisch (thad-fisch-deactivatedaccount) wrote :

On top of that, the normal Xfce session should be added to the list too.

affects: xfce4 (Ubuntu) → xubuntu-default-settings (Ubuntu)
no longer affects: overlay-scrollbar (Ubuntu)
no longer affects: xubuntu-meta (Ubuntu)
Changed in xubuntu-default-settings (Ubuntu):
status: New → Opinion
Revision history for this message
shuerhaaken (shkn) wrote :

I had issues with xfce4-power-manager sometimes not starting.

Adding the following helped (as in the first comment):

if [ x"$DESKTOP_SESSION" = x"xubuntu" ]; then
    export LIBOVERLAY_SCROLLBAR=0
fi

export DESKTOP_SESSION

Overlay scrollbars seem to be a problem. Unfortunately, as I like them very much.

Revision history for this message
Alejandro Mery (amery) wrote :

still needed in 14.04

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.