- Update FAQ to reflect X11BASE/LOCALBASE move of GNOME 2.16

This commit is contained in:
Pav Lucistnik 2006-10-19 13:20:44 +00:00
parent df0904240e
commit a70041a6f7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28890

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.111 2006/05/29 18:12:05 mezz Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.112 2006/08/19 21:20:35 hrs Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME &gnomever; FAQ">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
@ -518,7 +518,7 @@ Load "type1"
environment, simply <tt>include</tt> the theme's
<tt>gtk-2.0/gtkrc</tt> in your <tt>~/.gtkrc-2.0</tt>. For example:
<pre>include "/usr/X11R6/share/themes/Crux/gtk-2.0/gtkrc"</pre>
<pre>include "/usr/local/share/themes/Crux/gtk-2.0/gtkrc"</pre>
<p> If you prefer, you can use the same GTK+ 1.2 theme for both
GTK+ 1.2 and GTK+ 2 applications, which will give your GTK+
programs a consistent look. For the most part, you can transfer
@ -630,8 +630,8 @@ perm pass0 0666
between GNOME 2.2 and &gnomever;. In order to add new sessions
now, you must create a <tt>.desktop</tt> file containing the session
configuration information. Session files live in
<tt>/usr/X11R6/etc/dm/Sessions</tt>. For example, to add
a KDE session, create a file in <tt>/usr/X11R6/etc/dm/Sessions</tt>
<tt>/usr/local/etc/dm/Sessions</tt>. For example, to add
a KDE session, create a file in <tt>/usr/local/etc/dm/Sessions</tt>
called <tt>kde.desktop</tt>. That file should contain the
following:</p>
@ -926,7 +926,7 @@ gdm-autologin session required pam_permit.so
</pre>
<p>Once PAM is configured to allow GDM automatic logins,
edit <tt>/usr/X11R6/etc/gdm/gdm.conf</tt>, and set
edit <tt>/usr/local/etc/gdm/gdm.conf</tt>, and set
<tt>AutomaticLoginEnable=true</tt>, and
<tt>AutomaticLogin</tt> equal to the username for which
you wish to enable automatic logins. For example:</p>
@ -1013,13 +1013,13 @@ gtk-key-theme-name = "Emacs"
been added to your X11 session startup preferences:</p>
<pre>
/usr/X11R6/libexec/gnome-settings-daemon &
/usr/local/libexec/gnome-settings-daemon &
</pre>
<p>If you are running the full GNOME Desktop, there may be
a problem executing <tt>gnome-settings-daemon</tt>. Try
running
<tt>/usr/X11R6/libexec/gnome-settings-daemon</tt> from
<tt>/usr/local/libexec/gnome-settings-daemon</tt> from
the command line, and check for any errors. Most
problems can be solved by reinstalling
<tt>sysutils/gnome-control-center</tt>.</p>