diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index 95fb96ff5e..33ba299170 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + ]> @@ -518,7 +518,7 @@ Load "type1" environment, simply include the theme's gtk-2.0/gtkrc in your ~/.gtkrc-2.0. For example: -
include "/usr/X11R6/share/themes/Crux/gtk-2.0/gtkrc"
+
include "/usr/local/share/themes/Crux/gtk-2.0/gtkrc"

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 .desktop file containing the session configuration information. Session files live in - /usr/X11R6/etc/dm/Sessions. For example, to add - a KDE session, create a file in /usr/X11R6/etc/dm/Sessions + /usr/local/etc/dm/Sessions. For example, to add + a KDE session, create a file in /usr/local/etc/dm/Sessions called kde.desktop. That file should contain the following:

@@ -926,7 +926,7 @@ gdm-autologin session required pam_permit.so

Once PAM is configured to allow GDM automatic logins, - edit /usr/X11R6/etc/gdm/gdm.conf, and set + edit /usr/local/etc/gdm/gdm.conf, and set AutomaticLoginEnable=true, and AutomaticLogin equal to the username for which you wish to enable automatic logins. For example:

@@ -1013,13 +1013,13 @@ gtk-key-theme-name = "Emacs" been added to your X11 session startup preferences:

-/usr/X11R6/libexec/gnome-settings-daemon &
+/usr/local/libexec/gnome-settings-daemon &
 	    

If you are running the full GNOME Desktop, there may be a problem executing gnome-settings-daemon. Try running - /usr/X11R6/libexec/gnome-settings-daemon from + /usr/local/libexec/gnome-settings-daemon from the command line, and check for any errors. Most problems can be solved by reinstalling sysutils/gnome-control-center.