[Mono-docs-list] store/restore editing settings
Miguel de Icaza
miguel@ximian.com
26 Sep 2003 12:55:20 -0400
Hello!
> Maybe we need to change Environment.SpecialFolder.ApplicationData to be
> ~/.etc instead of ~, or alternatively what
> http://www.freedesktop.org/standards/basedir-spec/0.6-onehtml/
> recommends. (Which is check an environment variable then look in
> directories like ~/.config or ~/.local/share)
Perfect! Lets follow this, and use the following from the spec:
If $XDG_CONFIG_HOME is either not set or empty, a default equal
to $HOME/.config should be used.
Miguel