On Thu, 2004-09-30 at 22:59 +1200, Kiwi-Hawk wrote: > Hi > > Did that and I got the gnome background killing the theme and I could > see nothing og my menus > no matter which theme I used Not sure what you are saying here. Switchdesk will create 2 files for you in your home directory. Like so [gregw@charon gregw]$ cat /home/gregw/.Xclients #! /bin/bash # Created by Red Hat Desktop Switcher if [ -e "$HOME/.Xclients-$HOSTNAME$DISPLAY" ]; then exec $HOME/.Xclients-$HOSTNAME$DISPLAY else exec $HOME/.Xclients-default fi [gregw@charon gregw]$ cat /home/gregw/.Xclients-default #!/bin/bash # (c) 2000 Red Hat, Inc. exec /usr/bin/enlightenment Enlightenment runs completely without GNOME. If you still want to run GNOME and use enlightement as the windows manager then that is another matter. -- Greg