diff options
author | James Rich <james@chowhouse.com> | 2010-05-11 15:18:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:18:37 +0200 |
commit | f5de26e6f50459ed5afe0f8ef1438f4b5213f440 (patch) | |
tree | a577c5d53caa8fb4c0c27ab3d8ceb8af5f6749fe /system/gdm/Sessions | |
parent | 3dfe9603250b69c1e8d49b06b71e886f0038bbdb (diff) |
system/gdm: Initial import
Diffstat (limited to 'system/gdm/Sessions')
-rw-r--r-- | system/gdm/Sessions/blackbox.desktop | 8 | ||||
-rw-r--r-- | system/gdm/Sessions/fluxbox.desktop | 8 | ||||
-rw-r--r-- | system/gdm/Sessions/fvwm2.desktop | 8 | ||||
-rw-r--r-- | system/gdm/Sessions/kde.desktop | 8 | ||||
-rw-r--r-- | system/gdm/Sessions/twm.desktop | 8 | ||||
-rw-r--r-- | system/gdm/Sessions/windowmaker.desktop | 8 | ||||
-rw-r--r-- | system/gdm/Sessions/xfce.desktop | 8 |
7 files changed, 56 insertions, 0 deletions
diff --git a/system/gdm/Sessions/blackbox.desktop b/system/gdm/Sessions/blackbox.desktop new file mode 100644 index 000000000000..e678881e31e1 --- /dev/null +++ b/system/gdm/Sessions/blackbox.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Blackbox +Comment=The blackbox window manager +Exec=/etc/X11/xdm/Xsession blackbox +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/system/gdm/Sessions/fluxbox.desktop b/system/gdm/Sessions/fluxbox.desktop new file mode 100644 index 000000000000..ea81e1acf9b1 --- /dev/null +++ b/system/gdm/Sessions/fluxbox.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Fluxbox +Comment=The fluxbox window manager +Exec=/etc/X11/xdm/Xsession fluxbox +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/system/gdm/Sessions/fvwm2.desktop b/system/gdm/Sessions/fvwm2.desktop new file mode 100644 index 000000000000..3d22d0b14470 --- /dev/null +++ b/system/gdm/Sessions/fvwm2.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=FVWM2 +Comment=The fvwm2 window manager +Exec=/etc/X11/xdm/Xsession fvwm2 +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/system/gdm/Sessions/kde.desktop b/system/gdm/Sessions/kde.desktop new file mode 100644 index 000000000000..0a98e73f019b --- /dev/null +++ b/system/gdm/Sessions/kde.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=KDE +Comment=The K Desktop Environment +Exec=/etc/X11/xdm/Xsession kde +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/system/gdm/Sessions/twm.desktop b/system/gdm/Sessions/twm.desktop new file mode 100644 index 000000000000..c5f7a7dad342 --- /dev/null +++ b/system/gdm/Sessions/twm.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=TWM +Comment=The twm window manager +Exec=/etc/X11/xdm/Xsession twm +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/system/gdm/Sessions/windowmaker.desktop b/system/gdm/Sessions/windowmaker.desktop new file mode 100644 index 000000000000..206a0c7f281f --- /dev/null +++ b/system/gdm/Sessions/windowmaker.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Windowmaker +Comment=The Windowmaker window manager +Exec=/etc/X11/xdm/Xsession windowmaker +# no icon yet, only the top three are currently used +Icon= +Type=Application diff --git a/system/gdm/Sessions/xfce.desktop b/system/gdm/Sessions/xfce.desktop new file mode 100644 index 000000000000..285affda3afc --- /dev/null +++ b/system/gdm/Sessions/xfce.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=XFCE +Comment=The Cholesterol Free Desktop Environment +Exec=/etc/X11/xdm/Xsession xfce +# no icon yet, only the top three are currently used +Icon= +Type=Application |