[Pidgin] #10029: Support XDG dir structure
Pidgin
trac at pidgin.im
Fri Jul 22 19:54:20 EDT 2011
#10029: Support XDG dir structure
-----------------------+----------------------------------------------------
Reporter: salinasv | Owner: rekkanoryo
Type: task | Status: new
Milestone: 3.0.0 | Component: unclassified
Version: | Resolution:
Keywords: XDG 3.0.0 |
-----------------------+----------------------------------------------------
Comment(by hobarrera):
As a note for whoever implements this, this requires moving:
certificates/ -> $XDG_CACHE_HOME/purple/certificates/
icons/ -> $XDG_CACHE_HOME/purple/icons/
logs/ -> $XDG_DATA_HOME/purple/logs
smileys/ -> $XDG_DATA_HOME/purple/smileys
blist.xml -> $XDG_DATA_HOME/purple/blist.xml
xmpp-caps.xml -> $XDG_DATA_HOME/purple/xmpp-caps.xml
Everything else already in .purple should move into
$XDG_CONFIG_HOME/purple
The default fallbacks (in no enviroment variable are set) are:
$XDG_CACHE_HOME -> $HOME/.cache
$XDG_CONFIG_HOME -> $HOME/.config
$XDG_DATA_HOME -> $HOME/.local/share
I hope this helps, here's the spec in case you prefer to read it:
http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
Cheers!
--
Ticket URL: <http://developer.pidgin.im/ticket/10029#comment:2>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list