-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Use xdg base directory specification #145
Comments
Yes, I am planning to move I propose the following layout for these directories:
|
Qucs automatically creates .qucs in my home directory, even when I change the location in settings. Can you fix this too? |
Yes, Qucs-S now creates default directory layout on the first start now. It is related to fix of #86. The usage of |
With this commit creating of workspace dir is done *after* loading of settings, so it takes in accounts dir name from settings. Before that workspace dir with default name was created even if it was overriden in settings. See comment: ra3xdh#145 (comment)
With this commit creating of workspace dir is done *after* loading of settings, so it takes in accounts dir name from settings. Before that workspace dir with default name was created even if it was overriden in settings. See comment: ra3xdh#145 (comment)
With this commit creating of workspace dir is done *after* loading of settings, so the workspace path from settings is taken into account. Previous behaviour was to create workspace dir before loading of settings which led to path from settings to be ignored. See comment: ra3xdh#145 (comment)
With this commit creating of workspace dir is done *after* loading of settings, so the workspace path from settings is taken into account. Previous behaviour was to create workspace dir before loading of settings which led to path from settings to be ignored. See comment: ra3xdh#145 (comment)
The implementation of this provided by #658 |
With this commit creating of workspace dir is done *after* loading of settings, so the workspace path from settings is taken into account. Previous behaviour was to create workspace dir before loading of settings which led to path from settings to be ignored. See comment: ra3xdh#145 (comment)
qucs still creates ~/.qucs at startup @ra3xdh . |
Currently qucs uses ~/.qucs . This contributes to littering the home directory. According to the xdg specification configs should be located at ~/.config , data should be located at ~/.local/share and cache should be located at ~/.cache .
Simply moving ~/.qucs to ~/.local/share/qucs would probably be the easier choice.
The text was updated successfully, but these errors were encountered: