On Thu, 17 Feb 2005, Mike Hoy wrote: > in /etc/sysconfig/desktop you can type > DESKTOP="GNOME" > DESKTOP="KDE" > > but what about blackbox? > > DESKTOP="BLACKBOX" <--- no good Hmm thats system defaults - I think - requiring the appropriate files in /etc/X11/gdm/Sessions But for user config - you are supporsed to use: % switchdesk KDE This creates ~/.Xclients-default file. For blackbox - just modify this file - appropriately. For eg: I have the following for fluxbox. % cat ~/.Xclients-default #!/bin/bash export LANG=en_US export LC=C export LC_ALL=C ssh-add < /dev/null exec fluxbox exit 1