diff --git a/en/gnome/docs/faq2.sgml b/en/gnome/docs/faq2.sgml index f9a656bd5a..bc1601d173 100644 --- a/en/gnome/docs/faq2.sgml +++ b/en/gnome/docs/faq2.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -36,6 +36,7 @@ applications under GNOME &gnomever;?
  • Nautilus-cd-burner does not let me burn CDs. How can I fix this? +
  • How do I add new GDM sessions?

    Full Text

    @@ -516,6 +517,34 @@ perm pass0 0666 Note that you must use the 'c' device nodes on FreeBSD 4.x (e.g. acd0c, cd0c, etc.).

  • + + +
  • +

    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 + 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 + called kde.desktop. That file should contain the + following:

    + +
    +[Desktop Entry]
    +Encoding=UTF-8
    +Name=KDE
    +Comment=This session logs you into KDE
    +Exec=/usr/local/bin/startkde
    +TryExec=/usr/local/bin/startkde
    +Icon=
    +Type=Application
    +	    
    + +

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

    +
  • &footer;