diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index 522e96bc5c..2909c47259 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -368,7 +368,7 @@ Load "freetype" Load "type1" -

Then, simply checkout the Fonts capplet under +

Then, simply check out the Fonts capplet under Applications->Desktop Preferences. If you want a good set of TrueType starter fonts, install the x11-fonts/webfonts port.

@@ -376,7 +376,7 @@ Load "type1"

Sometimes, after adding new fonts to the system, it is necessary to teach fontconfig about them. If you find that newly added fonts are not made available even after - restarting GNOME 2, run the following command as root.

+ restarting GNOME 2, run the following command as root:

 # fc-cache -f -v
@@ -462,6 +462,11 @@ Load	"type1"
 		  
gtk-font-name = "Verdana 11"
+ +

Note that while a GTK+ 1.2 gtkrc file will work + in a GTK+ 2 gtkrc-2.0 file, the opposite is not + true: the contents of a GTK+ 2 gtkrc-2.0 file will + not work inside a GTK+ 1.2 gtkrc file.

@@ -479,12 +484,12 @@ Load "type1"

Nautilus-cd-burner does not let me burn CDs. How can I fix this?

-

Nautilus-cd-burner cannot write to CD/DVD burners if support - for those devices is not enabled in the kernel, or if the - permissions on the device nodes do not allow write access. +

Nautilus-cd-burner cannot write to CD/DVD burners unless support + for those devices is enabled in the kernel, and the + permissions on the device nodes allow write access. Nautilus-cd-burner talks to CD/DVD burners through the SCSI CAM subsystem. Therefore, you must make sure - you have the following configured in your kernel :

+ you have the following configured in your kernel:

 device          scbus
@@ -539,9 +544,9 @@ perm    pass0   0666
 	  
  • How do I add new GDM sessions?

    -

    Adding new GDM sessions has changed substantially between GNOME - 2.2 and &gnomever;. In order to add new sessions now, you - must create a .desktop file containing the session +

    The process for adding new GDM sessions has changed substantially + 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 @@ -559,6 +564,12 @@ Icon= Type=Application

  • +

    This file must have execute permissions. For example:

    + +
    +# chmod 0555 kde.desktop
    +	    
    +

    After creating this file, restart GDM, and there will be a KDE link under the Sessions menu.