Remove the sleep 5 from the window manager switch stuff. It causes metacity
to respawn before sawfish can launch.
This commit is contained in:
parent
0ab561de97
commit
8cd7cecfc6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14671
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.16 2002/10/02 23:52:49 marcus Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.17 2002/10/14 03:58:32 marcus Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
@ -386,7 +386,7 @@ USE_GNOME= yes
|
|||
to do the following:</p>
|
||||
|
||||
<pre>
|
||||
killall sawfish; sleep 5; metacity &
|
||||
killall sawfish; metacity &
|
||||
</pre>
|
||||
<p>To switch back, simply reverse sawfish and metacity. In
|
||||
an upcoming release of gnomecontrolcenter2, there will be
|
||||
|
|
Loading…
Reference in a new issue