* Update the window manager answer to include gnome-session-save

* Add an FAQ on configuring GNOME 1.4 application settings under GNOME 2.
This commit is contained in:
Joe Marcus Clarke 2002-12-19 19:16:41 +00:00
parent 066b32d2cc
commit 16f98d89ec
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15388

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.19 2002/12/02 03:11:58 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.20 2002/12/07 06:39:32 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -31,6 +31,8 @@
<li> <a href="#q10">How do I edit my GNOME 2 menus?</a> <li> <a href="#q10">How do I edit my GNOME 2 menus?</a>
<li> <a href="#q11">How do I use GTK+ 2 resource settings for <li> <a href="#q11">How do I use GTK+ 2 resource settings for
GTK+ 2 applications when not in a GNOME environment?</a> GTK+ 2 applications when not in a GNOME environment?</a>
<li> <a href="#q12">How do I configure settings for GNOME 1.4
applications under GNOME 2.0?</a>
</ol> </ol>
<h2>Full Text </h2> <h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2"> <table border="0" cellspacing="0" cellpadding="2">
@ -387,10 +389,13 @@ USE_GNOME= yes
<pre> <pre>
killall sawfish; metacity & killall sawfish; metacity &
gnome-session-save --gui
</pre> </pre>
<p>To switch back, simply reverse sawfish and metacity. In <p>The <tt>gnome-session-save</tt> is important. Without it, the
an upcoming release of gnomecontrolcenter2, there will be window manager will revert back to the one previously configured
a more user-friendly way of doing this.</p> upon next login. To switch back, simply reverse sawfish and
metacity. In an upcoming release of gnomecontrolcenter2, there
will be a more user-friendly way of doing this.</p>
</td> </td>
</tr> </tr>
<tr><td><br></td></tr> <tr><td><br></td></tr>
@ -485,6 +490,28 @@ Load "type1"
</td> </td>
</tr> </tr>
<tr><td><br></td></tr> <tr><td><br></td></tr>
<!-- Q12 -->
<tr>
<td width="10">
<b><a name="q12"> 12.</a></b></td>
<td align="left" valign="top" colspan="3">
<b>How do I configure settings for GNOME 1.4 applications under
GNOME 2.0?</b>
</td>
</tr>
<!-- A12 -->
<tr>
<td width="10"><br></td>
<td align="left" valign="top" colspan="3">
<p>Install <tt>sysutils/gnomecontrolcenter</tt>, then invoke
<tt>gnomecc</tt> from the command line to bring up the GNOME
1.4 control center. Note, as of Evolution-1.2.0_3 and
gnomepilot-0.1.69_1, <tt>gnomecontrolcenter</tt> is installed
automatically since it is required to configure Palm Pilot
conduits.</p>
</td>
</tr>
<tr><td><br></td></tr>
</table> </table>
</td> </td>
</tr> </tr>