Comment 6 for bug 87960

Revision history for this message
Daniel Holbach (dholbach) wrote :

Final version:

+# If not exist, set to metacity.
+if [ ! -x "$DEFWM" ]; then
+ gconftool-2 -s /desktop/gnome/applications/window_manager/default /usr/bin/metacity --type string
+ DEFWM=/usr/bin/metacity
+fi