PDA

View Full Version : [SOLVED] Undo Xmonad as WM on GNOME



graabein
January 17th, 2010, 12:00 PM
Hi, I followed this page (http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome#Ubuntu_Jaunty) and did
# gconftool-2 -s /desktop/gnome/session/required_components/windowmanager xmonad --type string

to use Xmonad instead of Metacity on GNOME. It didn't quite work out the way I wanted it to, and I don't feel like using time adjusting GNOME to work with Xmonad, so I wonder how I can unset it to get Metacity back?

graabein
January 17th, 2010, 03:04 PM
I took a stab at
# gconftool-2 -s /desktop/gnome/session/required_components/windowmanager metacity --type string

and that worked just perfect. Problem solved.