$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.
right now we use ~/.config/ have there been any thought of using the specs. & having its place or is it going to be in ~/.config/ for sometime to come ?
Comments, suggestions welcome. I neither have the vision (of what different use-cases would be) or what else could be there so any comments, suggestions would be welcome to understand this. Cheers !
zachtib wrote:I have no idea what you're asking... we use ~/.config now, and the spec listed is also ~/.config
~/.config/ is to be used when a place is not set. I just wanted to make sure that you guys knew about the spec. Now getting it confirmed that it will be always be in ~/.config/ its good enough
Last edited by shirish on Mon Jul 16, 2007 1:49 am, edited 1 time in total.
zachtib wrote:I have no idea what you're asking... we use ~/.config now, and the spec listed is also ~/.config
~/.config/ is to be used when a place is not set. I just wanted to make sure that you guys knew about the spec. Now getting it confirmed
that it will be always be in ~/.config/ its good enough
We store our config files in $XDG_HOME_CONFIG/deluge so if the user changes $XDG_HOME_CONFIG then deluge will look there for the config files.
zachtib wrote:I have no idea what you're asking... we use ~/.config now, and the spec listed is also ~/.config
~/.config/ is to be used when a place is not set. I just wanted to make sure that you guys knew about the spec. Now getting it confirmed
that it will be always be in ~/.config/ its good enough
We store our config files in $XDG_HOME_CONFIG/deluge so if the user changes $XDG_HOME_CONFIG then deluge will look there for the config files.