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
The app hardcoded ~/.config and ~/.cache. In the Flatpak that path is an
ephemeral tmpfs the sandbox wipes on exit (HOME stays /home/robert but the
real persistent store is $XDG_CONFIG_HOME = ~/.var/app/<id>/config). So
every setting, custom button, snippet and clipboard entry vanished on
restart, and disabling a recipe never held.
Add xdg_paths.py (reads XDG_CONFIG_HOME/XDG_CACHE_HOME/XDG_DATA_HOME with
the usual ~/.config etc. fallbacks) and route all per-user paths through
it. On a normal desktop nothing moves; in the Flatpak config now lands in
the persistent per-app dir. Bump to 0.9.4.
0 commit comments