After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795859 - Overlay scrollbars
Overlay scrollbars
Status: RESOLVED DUPLICATE of bug 733210
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-05-06 18:06 UTC by Tony Houghton
Modified: 2019-11-20 22:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tony Houghton 2018-05-06 18:06:21 UTC
Have you ever considered using overlay scrollbars? I've made this an option in ROXTerm and I prefer it enabled. I tend to use the scrollbars in a terminal less than in other typical applications, and on a laptop I appreciate the extra space. It makes sense to be rid of them especially when using something like vim.

IIRC you use a GtkBox containing the VteTerminal widget and the scrollbar, instead of using GtkScrolledWindow, so it might seem like a difficult change. However, I was doing the same in ROXTerm; it didn't take me long to make the change and I didn't have a hard time with unwanted side-effects.
Comment 1 Egmont Koblinger 2018-05-06 21:59:44 UTC
> and I didn't have a hard time with unwanted side-effects.

Didn't you hit https://github.com/gnunn1/tilix/issues/1122 ?
Comment 2 Tony Houghton 2018-05-06 22:45:07 UTC
No, I haven't noticed anything like that. I've been using roxterm as my main terminal on a couple of different PCs since releasing 3.5.x with overlay scrollbars. Anyway, I prefer to keep options in if they only cause problems for some people and only when enabled.
Comment 3 Gerald Nunn 2018-05-07 21:07:55 UTC
I think the bug Egmont is pointing to was specific to Mate and it's usage of the GTK_OVERLAY_SCROLLING=0 environment variable. In Tilix I worked around the issue by simply using a normal scrollbar when that variable is present rather then an overlay.

That aside, there are some minor issues with VTE and overlay scrollbar that get reported against tilix from time to time. None of them have been serious enough where I felt the need to turn off using the overlay as the default.
Comment 4 Christian Persch 2019-11-20 22:46:37 UTC
This is mostly duplicate of https://bugzilla.gnome.org/show_bug.cgi?id=733210 .

*** This bug has been marked as a duplicate of bug 733210 ***