rafaelmardojai/firefox-gnome-scrollbars

Is it possible to use this without installing into /usr/?

Opened this issue · 9 comments

I would absolutely love to use this, but unfortunately the /usr/ directory is read-only on my distro (Fedora Silverblue). Is there any other way to make use of this?

The current method will also become incompatible when Firefox starts being released in official Flatpaks, so it'd be great if there's another way.

73 commented

It is the only way to load custom js scripts to Firefox right now.

The real fix would be get Mozilla to implement Gtk overlay scrollbars: bug link

73 commented

Is it possible to install the scripts to /usr only? Without any modification to the profile?
If so we could package it (ppa/copr). I think may be fixed upstream (like you suggested) but I think it could be done from an integrator's perspective as well. @rafaelmardojai what do think?

@73 I think so, with some modifications in the JS loader.

73 commented

@73 I think so, with some modifications in the JS loader.

Which JS loader?

73 commented

@rafaelmardojai i think it would be favorable to limit the installation location to one location, opposed to the two this repo currently builds on. I could even be tempted to setup a toolchain for a ppa.

It is the only way to load custom js scripts to Firefox right now.

The real fix would be get Mozilla to implement Gtk overlay scrollbars: bug link

I think this is already a thing? Try adding ui.useOverlayScrollbars with value of 1 in about:config.

73 commented

That works! Thanks @jannuary

@jannuary Thank you for the news!

Now that this config is enable by default in firefox-gnome-theme (rafaelmardojai/firefox-gnome-theme#302) I'm archiving this repo (wasn't actively maintained anyway).