kmonsoor / pyglet

Automatically exported from code.google.com/p/pyglet
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

User preferences shouldn't use ~/.ApplicationName/ but ~/.config/AplicationName/ in Linux #672

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As per http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

"$XDG_CONFIG_HOME defines the base directory relative to which user specific 
configuration files should be stored. If $XDG_CONFIG_HOME is either not set or 
empty, a default equal to $HOME/.config should be used."

This is used in most modern distros.

Original issue reported on code.google.com by useboxnet on 28 Sep 2013 at 9:53

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 68a0e8b7d9a8.

Original comment by useboxnet on 28 Sep 2013 at 10:08