-
-
Notifications
You must be signed in to change notification settings - Fork 7
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 international desktop location #15
Comments
See https://github.com/jleclanche/python-xdg/blob/master/xdg/basedir.py for a potential solution for getting xdg environment data without having to use subprocess. |
@martinohanlon I guess this doesn't affect fallback behavior: if |
This code pulls back the xdg desktop directory
Tested on ubuntu, raspbian, nix. Interestingly this works on nix, but the |
@martinohanlon |
@martinohanlon I guess your code always uses default value so it works on nix. |
call
xdg-user-dir
if possible to return the desktop locationBased on requests in #7 from @kiwi0fruit
The text was updated successfully, but these errors were encountered: