We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At the moment the application create a folder ~/.cozy-desktop. This folder includes some logs files, some db files and some config files
~/.cozy-desktop
It would be nice to follow the https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html and so:
$XDG_STATE_HOME
$HOME/.local/share
$XDG_CONFIG_HOME/cozy-desktop/config
$HOME/.config/cozy-desktop/config
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
At the moment the application create a folder
~/.cozy-desktop
. This folder includes some logs files, some db files and some config filesExpected behavior
It would be nice to follow the https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html and so:
$XDG_STATE_HOME
or$HOME/.local/share
if the env variable doesn't exists$XDG_CONFIG_HOME/cozy-desktop/config
or$HOME/.config/cozy-desktop/config
if the env variable doesn't existsThe text was updated successfully, but these errors were encountered: