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
905 stars 88 forks source link

psd don't see Firefox 117.0.1 (from snap) on Ubuntu 22.0.4 #365

Open Kekomi opened 1 year ago

Kekomi commented 1 year ago

Hi there :-)

psd don't see Firefox 117.0.1 (from snap) on Ubuntu 22.0.4 but recognized epiphany. Systemd service is currently active. Systemd resync-timer is currently active. Overlayfs v23 is currently active.

graysky2 commented 1 year ago

I see firefox 117.0.1-1 on Arch Linux just fine. Did it see the previous version? Post your psd.conf

Kekomi commented 1 year ago

Recently I have reinstalled firefox (now 117.0.1-2). It’s the only version on ubuntu 22.04 (on snap , none under apt-get).

Content of my psd.conf

Automatically generated file; DO NOT EDIT!

The purpose is to snapshot the settings used when psd was activated.

Any edits to the live config: /home/hayron/.config/psd/psd.conf

will be applied the next time psd is activated.

# USE_OVERLAYFS="yes" BROWSERS="firefox" USE_BACKUPS="yes"

hayron@Dion:~$ psd p Profile-sync-daemon v6.34 on Ubuntu 22.04.3 LTS

Systemd service is currently active. Systemd resync-timer is currently active. Overlayfs v23 is currently active.

Psd will manage the following per /home/hayron/.config/psd/.psd.conf:

hayron@Dion:~$ sudo systemctl -l status psd Unit psd.service could not be found.

vasilev commented 1 year ago

@Kekomi For snaps support, take a look at https://github.com/graysky2/profile-sync-daemon/pull/335.