You are not logged in.
I'm on ASCII with MATE. When I use the caja file manager as regular user, the scrollbar is always there. However, when I use caja as root, the scrollbar disappears when I move my mouse away from it. This happens regardless of which theme I'm using.
I find the disappearing scrollbar profoundly irritating. Here's what I've tried:
- running GTK_OVERLAY_SCROLLING=0 gksudo caja /
- running LIBOVERLAY_SCROLLBAR=0 gksudo caja /
- looking for any installed packages with 'overlay' in its name (found none)
- ran gsettings list-recursively | egrep 'caja|overlay|scrollbar' as both regular user and root, to compare settings (found nothing promising)
- while running caja as root, went through the GUI preferences settings (found nothing about overlay vs. permanent scrollbar)
Please, how do I make the scrollbar stay there when using caja as root?
Last edited by GNUser (2018-05-09 16:39:56)
Offline
This worked: sudo GTK_OVERLAY_SCROLLING=0 caja /
Offline
The fix in Clearlooks-Pheninix-Darkpurpy keeps a 'normal' scollbar in user as well as root apps. I repost here the discussion on Xfce forum that got me to the right place. If it's a caja deficiency you're on your own . . .
Offline
It was a deficiency in sudo's environment, fortunately. Comparing env and sudo env clued me in that my normal environment has GTK_OVERLAY_SCROLLING=0 but sudo environment does not. After realizing this, it was just a matter of figuring out the proper command syntax.
Last edited by GNUser (2018-05-09 16:38:22)
Offline
Happy to hear you found the fix. The GTK madness is making life difficult for all of us . . .
Offline