(SOLVED) scroll bar slider question

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Howard_P
Level 4
Level 4
Posts: 317
Joined: Wed Apr 11, 2018 11:03 pm
Location: California, US

(SOLVED) scroll bar slider question

Post by Howard_P »

Hi- The folks in the Newbie section taught me how to make the scrollbar wider, which worked just fine. However there is no "button" at the bottom of that bar which scrolls the page down slowly. There was one in Windows and one in Mint 17.3 XFCE. Now I'm using Tara Mate and miss having that control of the slider. Is there a way to add one? Please keep in mind that I am a newbie to all of this. Thanks for your help. -Howard
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
gm10

Re: scroll bar slider question

Post by gm10 »

Code: Select all

* {
    -GtkScrollbar-has-backward-stepper: true;
    -GtkScrollbar-has-forward-stepper: true;
}
Howard_P
Level 4
Level 4
Posts: 317
Joined: Wed Apr 11, 2018 11:03 pm
Location: California, US

Re: scroll bar slider question

Post by Howard_P »

Hi- I pasted the above into a terminal window and got the following response:

howard@howard-ThinkPad-T440s:~$ * {
Desktop: command not found
howard@howard-ThinkPad-T440s:~$ -GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-backward-stepper:: command not found
howard@howard-ThinkPad-T440s:~$ -GtkScrollbar-has-forward-stepper: true;
-GtkScrollbar-has-forward-stepper:: command not found
howard@howard-ThinkPad-T440s:~$ }
bash: syntax error near unexpected token `}'
howard@howard-ThinkPad-T440s:~$

I don't know what to do next and would appreciate advice. Thanks.
-Howard
gm10

Re: scroll bar slider question

Post by gm10 »

Did I really have to explain that? We only just talked about it. That goes in the same place as discussed in your previous thread.
phd21
Level 20
Level 20
Posts: 10104
Joined: Thu Jan 09, 2014 9:42 pm
Location: Florida

Re: scroll bar slider question

Post by phd21 »

Hi Howard_P,

There are Linux Mint system scrollbars that affect the various system and application scrollbars and then there are browser scrollbars.

Regarding Browser Scrollbars

- If you use a Google Chrome, Chromium, or another Chrome-based browser like the excellent "Slimjet", there is a great extension add-on called "rescroller" where you can easily change many aspects of the browser's scrollbars like color, width, and more.

Rescroller - Chrome Web Store
https://chrome.google.com/webstore/deta ... ijod?hl=en

How to Customize Google Chrome’s Scrollbar
https://www.techjunkie.com/customize-chrome-scrollbar/

- Firefox had a wonderful scrollbar add-on before Firefox 57 Quantum called "NewScrollbars (aka NoiaScrollbars)", but I do not know of any new Firefox add-ons that can do this, but Firefox users can still change their scrollbars.

Aris-t2/Scrollbars: Custom Scrollbars
https://github.com/Aris-t2/Scrollbars

catcat520/FirefoxQuantumScrollbar
https://github.com/catcat520/FirefoxQuantumScrollbar



Hope this helps ...
Phd21: Mint 20 Cinnamon & KDE Neon 64-bit Awesome OS's, Dell Inspiron I5 7000 (7573, quad core i5-8250U ) 2 in 1 touch screen
Howard_P
Level 4
Level 4
Posts: 317
Joined: Wed Apr 11, 2018 11:03 pm
Location: California, US

Re: scroll bar slider question

Post by Howard_P »

Thanks to those who have replied. The solution that gm10 provided worked perfectly. I appreciate the help. To gm10, If I understood what this was all about I wouldn't be asking questions. So, if you want to be helpful you do have to explain things, even if they seem obvious to you. That seems obvious to me, but perhaps not to you.
-Howard
Locked

Return to “MATE”