Hi:
I wanted to share how I enable scroll bar steppers in Trisquel's theme:
Make a copy of the original theme just in case you want to keep the original
and have a backup:
sudo cp -r '/usr/share/themes/Trisquel' '/usr/share/themes/Trisquel2'
Then open the following file of your copy:
gksudo gedit '/usr/share/themes/Trisquel2/gtk-3.0/gtk-widgets.css'
And now change the following two values to true:
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
And that's it. I hope this help someone out there. Like the owner of the
following post:
https://trisquel.info/en/forum/does-anyone-else-have-no-arrows-their-scroll-bars
See you all.