-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
slic3r isn't using XDG_* env variables #832
Comments
The config directory location is taken from the |
But it seems supports it (xdg-dirs are mentioned the in source code) |
Maybe it should be GetDocumentsDir |
wxWidgets supports XDG since version If it's possible to access the underlying functions this should be quite easy to implement:
Either if it's possible or not this feature request should be reopened as Slic3r needs some changes to adapt to the standard. |
wxPerl only supports wxWidgets 3.0.4, and it's not very feasible to access the underlying functions last I checked (not w/o modifications to wxPerl). I'd accept work on this for the C++ GUI (which is under work). |
(I know because I spent a little bit of time trying to get wxPerl built with 3.1 unsuccessfully). |
@Lucki I'd prefer to put a double check in there. First check UserDataDir ~/.Slic3r, then move to UserConfigDir. |
Mainly it should support XDG_CONFIG_HOME
Maybe it should be GetDocumentsDir
http://trac.wxwidgets.org/browser/wxWidgets/trunk/src/unix/stdpaths.cpp (Ctrl-F XDG_CONFIG_HOME)
The text was updated successfully, but these errors were encountered: