You are not logged in.

#1 2022-01-23 10:25:41

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Overlay scrollbars ... Opinions...

johnraff wrote:
hhh wrote:

Gather some forum feedback and make a judgement call is my suggestion.

@Everyone, any opinions?
Disable overlay scrollbars OOTB?

Unfortunately asked in a section where replies are disabled.

But YES PLEASE ..

Last edited by johnraff (2022-01-24 23:49:30)


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#2 2022-01-23 12:56:07

deleted0
Guest

Re: Overlay scrollbars ... Opinions...

Bearded_Blunder wrote:

Unfortunately asked in a section where replies are disabled.

But YES PLEASE ..

+1

8bit

#3 2022-01-23 13:04:22

or1o9
Member
Registered: 2017-11-15
Posts: 246

Re: Overlay scrollbars ... Opinions...

Ok, I am  cool with it.

Offline

#4 2022-01-23 17:38:29

jeffreyC
Member
Registered: 2019-09-07
Posts: 192

Re: Overlay scrollbars ... Opinions...

Yes please.

Offline

#5 2022-01-23 18:26:21

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Overlay scrollbars ... Opinions...

+1 for disable

Disable by default and have comments in the appropriate configs how to re-enable them if needed (some themes may need the overlay scrollbars enabled).


Real Men Use Linux

Offline

#6 2022-01-23 18:53:37

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: Overlay scrollbars ... Opinions...

Make it a menu option with a warning about needing to log out/in unless the session can be restored on the fly?.
Anyway, they don't bother me one way or the other, but having the option would be pretty groovy:)

Offline

#7 2022-01-23 19:17:13

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Overlay scrollbars ... Opinions...

sleekmason wrote:

Make it a menu option with a warning about needing to log out/in unless the session can be restored on the fly?.
Anyway, they don't bother me one way or the other, but having the option would be pretty groovy:)

A good place for this tweak would be under Preferences menu...maybe a script to toggle this setting along with a dialog with warning to logout/back in for changes to take effect.


Real Men Use Linux

Offline

#8 2022-01-24 02:13:22

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,571
Website

Re: Overlay scrollbars ... Opinions...

A menu entry and associated script sound like overkill to me. Many other settings could be made switchable the same way, there'd be no end to it...

Let's just ship it disabled, and have a how-to on the forum.

The GTK session can be reloaded on the fly btw: Menu > Preferences > Reload GTK
That certainly loads the current theme in open windows, but I haven't done a lot of testing with the more subtle settings in the gtk files.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#9 2022-01-24 02:22:48

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Overlay scrollbars ... Opinions...

johnraff wrote:

A menu entry and associated script sound like overkill to me. Many other settings could be made switchable the same way, there'd be no end to it...

Let's just ship it disabled, and have a how-to on the forum.

The GTK session can be reloaded on the fly btw: Menu > Preferences > Reload GTK
That certainly loads the current theme in open windows, but I haven't done a lot of testing with the more subtle settings in the gtk files.

Fair enough and that might actually be the best route for this one and forgot about the Reload GTK menu item. Perhaps some testing to see if changes are made to files and then reloading the session via the menu option shows the change.


Real Men Use Linux

Offline

#10 2022-01-24 02:27:49

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,571
Website

Re: Overlay scrollbars ... Opinions...

DeepDayze wrote:

Perhaps some testing to see if changes are made to files and then reloading the session via the menu option shows the change.

Yes please! smile


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#11 2022-01-24 08:11:48

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,571
Website

Re: Overlay scrollbars ... Opinions...

I cleaned up the other thread, since it's for reference not discussion.

But anyway it sounds like a majority for disabling those fancy GTK3 scrollbars OOTB.

Last edited by johnraff (2022-01-24 23:49:53)


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#12 2022-01-24 20:32:00

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,048
Website

Re: Overlay scrollbars ... Opinions...

^ My reasons for recommending disabling the feature are...

  • Its only purpose is to make the desktop 'prettier', which is fine but...

  • It makes the desktop less intuitive

  • It can leave you hunting for the scrollbar, especially on small screens

  • The resize animation is slightly confusing to click on


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

#13 2022-01-24 22:31:17

deleted0
Guest

Re: Overlay scrollbars ... Opinions...

^ Yes, yes, and yes. Who's idea was it to have the thing
jump around while one is trying to land the mouse on it?

8bit

#14 2022-01-24 23:55:47

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,571
Website

Re: Overlay scrollbars ... Opinions...

BTW currently we are shipping this code in ~/.config/gtk-3.0/gtk.css:

/* uncomment the code below to enable steppers in gtk3 apps */
/* (see ~/.gtkrc-2.0.mine for gtk2) */

/*
.scrollbar, .scrollbar.vertical {
-GtkRange-stepper-size: 13;
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
}
*/

/* end of stepper code */

/* padding for lxterminal and some others */
VteTerminal, vte-terminal { padding: 5px; }

Alter that? Leave it there as something the user can implement?


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#15 2022-01-25 00:52:48

Bearded_Blunder
Dodging A Bullet
From: Seat: seat0; vc7
Registered: 2015-09-29
Posts: 1,146

Re: Overlay scrollbars ... Opinions...

Personally I'd prefer the "clutter" since it adds functionality, but I'm unsure what the people more worried by aesthetics think.


Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me

Offline

#16 2022-01-25 07:44:47

Naik
Member
From: the edge of insanity
Registered: 2015-10-03
Posts: 328

Re: Overlay scrollbars ... Opinions...

I personally disable scrollbars for aesthetic reasons wherever possible, because eversince I have a scrollwheel and edge-scrolling, they are mostly useless anyway.
So I don't mind you doing this for me. ;-)

Naik --greetz


"Kaum macht [Mensch]* es richtig, funktioniert es sofort!"
BL-Kitchen Codeberg

Offline

#17 2022-01-25 14:29:14

jeffreyC
Member
Registered: 2019-09-07
Posts: 192

Re: Overlay scrollbars ... Opinions...

eight.bit.al wrote:

^ Yes, yes, and yes. Who's idea was it to have the thing
jump around while one is trying to land the mouse on it?

8bit

Ever since the GNOME dev team took over GTK it has been in a death spiral.
Originally it was the GIMP Tool Kit, now it is the GNOME Tool Kit.
Since they 'own' it they get to make it fit their stupid ideas and they do not care about it working for anyone else.

Offline

#18 2022-01-27 06:23:36

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,571
Website

Re: Overlay scrollbars ... Opinions...

OK - we seemed to have a majority for doing it - for now I've added this to ~/.config/bunsen/environment in bunsen-configs:

# Disable overlay scrollbars
export GTK_OVERLAY_SCROLLING=0

BL specific.

But it won't take effect till the next package upgrade.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#19 2022-01-27 19:18:26

b197rt
Member
Registered: 2020-08-03
Posts: 27

Re: Overlay scrollbars ... Opinions...

I'm sorry if this is slightly off-topic, but can you or someone else explain what exactly an overlay scrollbar is?

Offline

#20 2022-01-27 19:36:05

sleekmason
zoom
Registered: 2018-05-22
Posts: 1,103
Website

Re: Overlay scrollbars ... Opinions...

b197rt wrote:

I'm sorry if this is slightly off-topic, but can you or someone else explain what exactly an overlay scrollbar is?

In Thunar and others, the disappearing scrollbar effect. The code discussed would keep the scrollbars always visible.

Offline

Board footer

Powered by FluxBB