Closed morgant closed 1 year ago
I ran into this while working on an OpenBSD port of profile-sync-daemon
as I don't generally run a full desktop environment. I will extract a patch for this feature from my WIP port and submit a PR:
Many thanks, @graysky2!
If one is running a window manager (WM) without a full desktop environment (DE),
XDG_RUNTIME_DIR
may not be set and soprofile-sync-daemon
will fail with an error.Per the XDG Base Directory Specification:
From my research, most applications fall back to creating and using
/tmp/runtime-${USER}
(for example: Qt. I'd suggest thatprofile-sync-daemon
do the same.