diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index f428495ec5..fcf48024b2 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + @@ -46,8 +46,8 @@ Note: links for existing questions should NEVER be changed. GTK+ 2 applications when not in a GNOME environment?
  • How do I configure settings for GNOME 1.4 applications under GNOME &gnomever;? -
  • Nautilus-cd-burner does not let me burn CDs, - or Totem/Goobox/Sound-juicer cannot find my CD/DVD drive. +
  • Brasero does not let me burn CDs, + or Totem/Rhythmbox/Sound-juicer cannot find my CD/DVD drive. How can I fix this?
  • How do I add new GDM sessions?
  • How do I disable spatial Nautilus? @@ -252,7 +252,7 @@ options _KPOSIX_PRIORITY_SCHEDULING

    Starting with 2.16, GNOME now lives in LOCALBASE instead of X11BASE. This move can cause strange build problems if the proper + href="&base;/gnome/docs/faq226.html">the proper upgrade steps are not followed. However, if after following all the steps, you may still see errors like the following:

    @@ -374,7 +374,7 @@ libtool: link: `/usr/X11R6/lib/libglade-2.0.la' is not a valid libtool archive

    The &gnomeoldver; to &gnomever; may have a few caveats. You are strongly advised to read the - upgrade FAQ for detailed + upgrade FAQ for detailed instructions.

  • @@ -642,15 +642,15 @@ Load "type1"
  • -

    Nautilus-cd-burner does not let me burn CDs or - Totem/Goobox/Sound-juicer cannot find my CD/DVD drive. How can I +

    Brasero does not let me burn CDs or + Totem/Rhythmbox/Sound-juicer cannot find my CD/DVD drive. How can I fix this?

    -

    Nautilus-cd-burner, totem, goobox, and sound-juicer cannot +

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

    @@ -689,9 +689,9 @@ device atapicam

    The devices in parentheses at the end are important. You must make sure the /dev entries for those devices are writable by the users that will be using - nautilus-cd-burner, totem, goobox, or sound-juicer. In addition + brasero, totem, rhythmbox, or sound-juicer. In addition to those devices, /dev/xpt* must also be writable to - your nautilus-cd-burner, totem, goobox, and sound-juicer users. + your brasero, totem, rhythmbox, and sound-juicer users. The following /etc/devfs.conf configuration will achieve the desired results given the above devlist:

    @@ -700,18 +700,6 @@ perm cd0 0666 perm xpt0 0666 perm pass0 0666 - -

    If you encounter problems burning to discs with - nautilus-cd-burner, set the following GConf - /apps/nautilus-cd-burner/debug to - true using - Applications > System Tools > Configuration Editor - (gconf-editor from the command line). Then - run nautilus-cd-burner from the command line, - reproduce the problem you are having, and capture - the output on the command line. Include this along - with the rest of your - bug report.

  • @@ -1107,7 +1095,7 @@ proc /proc procfs rw 0 0 You can also use gconf-editor to edit it.

    If your card is supported by the "nvidia," "intel", - "i810", or "radeon" (see the radeon(4) man page to make + "openchrome", or "radeon" (see the radeon(4) man page to make sure your card is supported for 3D acceleration) drivers, then compositing should work for you.

    @@ -1127,11 +1115,15 @@ proc /proc procfs rw 0 0 ~/.profile:

    -export GDM_LANG=<locale>
    +export LANG=<locale>
    +export LC_ALL=<locale>
     	    

    Here, <locale> is the desired locale (e.g. en_US.UTF-8, es_ES.ISO8859-15, fr_FR.ISO8859-1, etc.).

    + +

    To set the default locale for the GDM greeter, add the + same environment variables to /etc/profile.