Please support FreeDesktop.org XDG basedir specification for lftp

More details at:
http://ploum.net/post/207-modify-your-application-to-use-xdg-folders
https://live.gnome.org/GnomeGoals/XDGConfigFolders



lftp should not have its own folder (.lftp) anymore.
User data should go into $XDG_DATA_HOME (which default to .local/share), user preferences should go into $XDG_CONFIG_HOME (which default to .config) and cached data should go to $XDG_CACHE_HOME (which default to .cache).

Full specification can be found at: http://standards.freedesktop.org/basedir-spec/latest/

The XDG base directory specification that have good de facto adoption.
It has been adopted by
- GNOME (see https://live.gnome.org/GnomeGoals/XDGConfigFolders)
- KDE (see http://techbase.kde.org/KDE_System_Admi ... _Hierarchy <http://techbase.kde.org/KDE_System_Administration/XDG_Filesystem_Hierarchy>) - XFCE (see http://docs.xfce.org/xfce/xfce4-session/advanced in Files and Environment Variables)
- LXDE
- many more upstream apps
- Ubuntu (see http://brainstorm.ubuntu.com/idea/6557/ )
- Debian
- Fedora
- Suse
- many more distributions

I think that lftp should use same locations than the vast majority of Desktop environment.


There are real advantages of following this specification :

- a lot less cluttered $HOME
- Make backups a lot more safer and easier. (you know that backuping your $XDG_DATA_HOME along with your files is enough or excludind $XDG_CACHE_HOME) - A lot easier to reset a default configuration if you want/need it (and without any risk to loose informations). Even for the software itself could choose to reset $XDG_CONFIG_HOME if needed. - Avoid some strange bugs that happens because you had a old version of some configuration file
- A lot more of flexibility and portability because no path are hardcoded.
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to