You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to install and launch profile-sync-daemon since I'm now running from my USB drive (My Lexar S45 128GB on Toshiba Chromebook 2 now seems to survive a sleep cycle).
If I launch with
/usr/bin/profile-sync-daemon sync &
I get the following error...
ERROR: Cannot find XDG_RUNTIME_DIR which should be set by systemd
I don't know if that means it's actually a systemd dependency, (which I gather can't be met), or if there's some other way to satisfy the need for a XDG_RUNTIME_DIR value. Any ideas? It would make my browsing much more efficient to be running in tmpfs.
That seems fair enough, but I was assuming that systemd was just doing the job of starting up the program and providing a folder, so if I chose to launch it myself, then I could satisfy it's requirements by pointing to appropriate directories.
However, I'm unfamiliar with the conventions and permissions which such a startup configuration should have in order for programs to behave themselves, and how this interacts with Chrome or Crouton chroot filesystem structures and conventions.
Perhaps the dependency on systemd is deeper than I recognise, though.
Tried to install and launch profile-sync-daemon since I'm now running from my USB drive (My Lexar S45 128GB on Toshiba Chromebook 2 now seems to survive a sleep cycle).
If I launch with
I get the following error...
I don't know if that means it's actually a systemd dependency, (which I gather can't be met), or if there's some other way to satisfy the need for a XDG_RUNTIME_DIR value. Any ideas? It would make my browsing much more efficient to be running in tmpfs.
There's some detailed information about profile-sync-daemon at https://wiki.archlinux.org/index.php/Profile-sync-daemon
The text was updated successfully, but these errors were encountered: