GNOME Bugzilla – Bug 674875
Use XDG dirs instead of $HOME
Last modified: 2012-05-11 23:47:11 UTC
Currently we store a few things in the home directory. It would be better to use the XDG base directory standard. https://live.gnome.org/GnomeGoals/XDGConfigFolders We store gtk accel maps and chess history it seems.
There is also ~/.sudoku
Created attachment 213881 [details] [review] Use xdg data directory for saved games
Created attachment 213882 [details] [review] Remove reference to obsolete themes in $HOME
Review of attachment 213881 [details] [review]: Looks good, thanks.
Review of attachment 213882 [details] [review]: Since the "data directory" probably doesn't mean anything to a normal user could you please put the default location in brackets? e.g. Copy your image(s) into the data directory (~/.local/share/gnect) It's a bit yuck but until we have a logical name for these (or we fix gnect) it seems safer.
Created attachment 213893 [details] [review] Remove reference to obsolete themes in $HOME
Review of attachment 213893 [details] [review]: ta
The following fixes have been pushed: f44a949 Remove reference to obsolete themes in $HOME 10b4fc8 Use xdg data directory for saved games
Created attachment 213895 [details] [review] Remove reference to obsolete themes in $HOME
Created attachment 213896 [details] [review] Use xdg data directory for saved games
Created attachment 213897 [details] [review] Remove dead code https://bugzilla.gnome.org/show_bug.cgi?id=675894
Created attachment 213898 [details] [review] Remove unused gtk accel map code https://bugzilla.gnome.org/show_bug.cgi?id=675894
oops. Sorry, apparently I don't know how to use git-bz.