Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux use XDG specs #2332

Closed
wcasanova opened this issue Apr 26, 2023 · 0 comments
Closed

Linux use XDG specs #2332

wcasanova opened this issue Apr 26, 2023 · 0 comments

Comments

@wcasanova
Copy link

wcasanova commented Apr 26, 2023

db: /home/$USER/.simplex/simplex_v1_chat.db

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

XDG_CONFIG_HOME
    Where user-specific configurations should be written (analogous to /etc).
    Should default to $HOME/.config.

XDG_CACHE_HOME
    Where user-specific non-essential (cached) data should be written (analogous to /var/cache).
    Should default to $HOME/.cache.

XDG_DATA_HOME
    Where user-specific data files should be written (analogous to /usr/share).
    Should default to $HOME/.local/share

I see that it is already #414

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant