From 35d0f5f2a772fcb99103fb5b4112b137187b09d4 Mon Sep 17 00:00:00 2001
From: Joe Marcus Clarke
Date: Tue, 20 Aug 2002 05:48:36 +0000
Subject: [PATCH] Add a blurb on how to switch between window managers in GNOME
2.
---
en/gnome/docs/faq2.sgml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml
index a017b218ee..bad503eb04 100644
--- a/en/gnome/docs/faq2.sgml
+++ b/en/gnome/docs/faq2.sgml
@@ -1,6 +1,6 @@
-
+
%gnomeincludes;
%includes;
@@ -299,6 +299,16 @@ USE_GNOME= yes
work quite well in GNOME 2.0. A lot of people prefer metacity
since it is lighter weight. However, sawfish will be used as
the default Window manager.
+
+ To switch between sawfish and metacity in GNOME 2, you'll need
+ to do the following:
+
+
+killall sawfish; sleep 5; metacity &
+
+ To switch back, simply reverse sawfish and metacity. In
+ an opcoming release of gnomecontrolcenter2, there will be
+ a more user-friendly way of doing this.
|