On 14 Jul 2005 23:15:25 +0200, Lukas Ruf wrote: > > > seventh guardian <[EMAIL PROTECTED]> [2005-07-14 22:59]: > > > > ** The base directory spec: move ~/.fvwm/ to $XDG_CONFIG_HOME/fvwm/ > > (defaults to ~/.config/fvwm/) > > > > This could easilly be implemented and would benefit everyone, by > > uncluttering the home dir. If the devs don't mind, it could be used > > instead of ~/.fvwm/ .. > > I oppose to that! Except if ~/.fvwm is somehow configurable.
If shell variable FVWM_USERDIR is set (say, to $HOME/config/.fvwm) then it is respected and used by fvwm. Otherwise this variable is set to the default user directory. This is a flexible mechanism that allows multiple user profiles. Some fvwm scripts and modules use $FVWM_USERDIR as well. > Imagine all the large installation bases that are used to ~/.fvwm Strictly speaking, it is not guaranteed that $FVWM_USERDIR will always default to $HOME/.fvwm, it may theoretically be changed to ~/.fvwm3 or ~/.config/fvwm in the future (it is unlikely to happen, but who knows). If this will happen, however, then `fvwm-config --default-userdir` output will be updated accordingly. > > ** The autostart spec (currently a draft): have a > > $XDG_CONFIG_HOME/autostart/ dir, a place where .desktop files could be > > placed to autostart programs. > > fvwm does have that. It depends on what you have configured in your > /etc/X11/fvwm/system.fvwm2rc > > > ** The menu spec: have a $XDG_CONFIG_HOME/menu/ where installed apps > > put their menus items in. > > fvwm does have that. It depends on what you have configured in your > /etc/X11/fvwm/system.fvwm2rc Well, I don't think this is the intended solution. A better answer is probably: if there is any semi-standard setup of desktop/application files that is not supported by fvwm-menu-desktop, then this script should be updated to support it. It currently supports common GNOME/KDE setups. Regards, Mikhael.