Update of /cvsroot/fink/web/xml/faq
In directory sc8-pr-cvs1:/tmp/cvs-serv30269/xml/faq

Modified Files:
        faq.xml 
Log Message:
Added FAQ entry 7.10:  GNOME2 gnome-session doesn't invoke a window 
manager automatically.


Index: faq.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.xml,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- faq.xml     30 Aug 2003 20:55:38 -0000      1.126
+++ faq.xml     30 Aug 2003 23:07:43 -0000      1.127
@@ -1356,5 +1356,16 @@
 <p/>
 </answer>
 </faqentry>
+<faqentry name="gnome-two" >
+<question>
+<p>I upgraded from GNOME 1.x to GNOME 2.x and now <code>gnome-session</code> won't 
open a window manager.</p>
+</question>
+<answer>
+<p>While under GNOME 1.x <code>gnome-session</code> invokes the <code>sawfish</code> 
window manager automatically, under GNOME 2.x, you'll have to call a window manager in 
<code>~/.xinitrc</code> before running <code>gnome-session</code>, e.g.:</p>
+<codeblock>...
+exec metacity &amp;
+exec gnome-session</codeblock>
+</answer>
+</faqentry>
 </chapter>
 </document>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to