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;?
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.
+