Using profile-sync-daemon in LibreWolf
I talked about LibreWolf last month, and how I made profile-sync-daemon work.
The way I did made Firefox stop working, so this is the better way.
Fixing what I did and set it correctly:
1sudo mv /usr/share/psd/browsers/firefox_bck /usr/share/psd/browsers/firefox
2sudo cp /usr/share/psd/browsers/firefox /usr/share/psd/browsers/librewolf
Replacing .mozilla/firefox with .librewolf in /usr/share/psd/browsers/librewolf and restart psd.
1sudo vi /usr/share/psd/browsers/librewolf
2systemctl --user stop psd.service
3systemctl --user start psd.service
4
5psd p