graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
899 stars 84 forks source link

[Request] Support for librewolf #289

Closed paapereira closed 3 years ago

paapereira commented 3 years ago

Hi there. Any chance in supporting librewolf (a firefox fork)?

Thanks!

graysky2 commented 3 years ago

You should be able to use the firefox profile editing it for this browser as a dropin. See: https://github.com/graysky2/profile-sync-daemon/tree/master/common/browsers

I am not interesting in officially supporting more due to the overhead associated with testing/troubleshooting them.

Feel free to continue discussion here if you need help to make it.

jm355 commented 1 year ago

@paapereira did you end up creating a dropin for librewolf? Can you do sudo cp /usr/share/psd/browsers/firefox /usr/share/psd/browsers/librewolf and then in the librewolf file replace "/.mozilla/firefox" with "/.librewolf"? I tried that and it didn't work, do you know what I might be missing?

paapereira commented 1 year ago

Check out my 2 posts I made at my blog at the time: https://paapereira.xyz/tags/librewolf/. The second one is a fix to the first one. Haven't change my setup since. Arch Linux.

jm355 commented 1 year ago

I already had it set up the way you said, but it works now for whatever reason. Thanks!