GNOME Bugzilla – Bug 674873
Support XDG base directory spec for flags
Last modified: 2012-04-28 12:37:29 UTC
Currently we read flags icons from HOME gtk_icon_theme_append_search_path (ind_config->icon_theme, sp = g_build_filename (g_get_home_dir (), ".icons/flags", NULL)); We should probably use the XDG base directory standard locations instead. http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html http://developer.gnome.org/glib/2.32/glib-Miscellaneous-Utility-Functions.html#g-get-user-data-dir
Agreed. Will fix that.
Thanks, fixed! Now it is $XDG_DATA_HOME/icons/flags ($HOME/.local/share/icons/flags)