Cant seem to get metacity to work!!!
Heres what i've set up so far.
My .Xclients-default file reads
Code:
# Created by Red Hat Desktop Switcher
#exec gnome-session
#exec sawfish
exec metacity
#exec wmaker (executes windowmaker)
My .Xclients file reads
Code:
#!/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
Despite these changes i've made - i still see
Code:
jon 22819 0.2 2.5 18288 6476 ? S 10:03 0:00 gnome-session
in ps -aux
This is pretty mind boggling to me.
I have executes metacity --replace (which is said to change your current window manager into metacity - as long as the process is running) but it doesn't appear to do anything except make all my windows blink and stuff then it looks like it did before I executed the command.
Mind boggling.
Thanks.