-
Notifications
You must be signed in to change notification settings - Fork 17
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
Follow the XDG Base directory specification for storing data like map files #41
Comments
Agree. But the application is intended for the end user, who does not know the XDG standard. Finding its data (gpx files, favorites, styles and maps) could be a nightmare if we store them in hidden path. The simplest is the best without breaking your head. |
Why would "the end user" need to know where the data is stored anyway? They should have no reason to start looking for it. And if they did, it would be best if all applications stored it in the same fashion, thus following the standard. |
Not liking a cluttered home directory, and accepting @janbar's comment, could we have a Setting so that the user could choose the location? |
(which then defaults to the XDG location please) |
At least for non-Android. I expected to find map files under I would also prefer if the config was at Having just installed osmin, said the above and opened a couple of issues, I want to add that I so far like the overall UX very much. |
I don't think |
From version 1.11.0, I reviewed the location of files owned by osmin.
|
Well 1 folder in Again, I wonder why a user would need to access these files outside of the app. And if they really do a better option might be adding a button in the app to open a file manager directly to the location. |
Yo, this folder is required to allow user to add, change, delete, brief manage ...
Finally, installing OSMIN in desktop computer does not make sense ! It is an app for navigation, and should be installed in a mobile device, having GPS, compass, and sure a battery. The only use for the desktop installation is to develop it, or perhaps to have a view of maps and GPX tracks, but this is a very limited use. |
I never said I'd consider installing the application on desktops, I am thinking of mobile. Linux mobile that is. I get your point that it can be useful for the end-user to access the files, but like I said I consider adding an button to just open the file manager there a better solution. And for importing a GPX file an in-app solution to browse the filesystem to add one could be considered more user-friendly as well. Also, |
Right now osmin makes 2 folders in my home folder, "Maps" and "osmin", while those should really be located in
$XDG_DATA_HOME/osmin
(or~/.local/share/osmin
if the$XDG_DATA_HOME
environment variable isn't set).You can read the full specification on where to store any kind of program data/config file here or read a shortened version on the Arch Linux wiki.
The text was updated successfully, but these errors were encountered: