Added some session setup files.

SVN revision: 10242
This commit is contained in:
Kim Woelders 2004-05-15 10:32:24 +00:00
parent 140fe948c9
commit dec4fb84fa
13 changed files with 49 additions and 1 deletions

View File

@ -1,4 +1,4 @@
SUBDIRS = intl dox eesh epp src config themes man scripts po debian
SUBDIRS = intl dox eesh epp src config themes man scripts misc po debian
EXTRA_DIST = \
sample-scripts/bouncingball.pl \

View File

@ -234,6 +234,7 @@ config/pix/Makefile
themes/Makefile
scripts/Makefile
scripts/enlightenment.install
misc/Makefile
po/Makefile.in
intl/Makefile
debian/Makefile

2
misc/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile.in
Makefile

2
misc/E-GNOME Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/X11/xdm/Xsession e-gnome

2
misc/E-KDE Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/X11/xdm/Xsession e-kde

2
misc/E16 Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec /etc/X11/xdm/Xsession enlightenment

10
misc/Makefile.am Normal file
View File

@ -0,0 +1,10 @@
DESKTOPS = enlightenment.desktop e-gnome.desktop e-kde.desktop
XCLIENTS = Xclients.enlightenment Xclients.e-gnome Xclients.e-kde
SESSIONS = E16 E-GNOME E-KDE
misc_DATA = $(DESKTOPS) $(XCLIENTS) $(SESSIONS)
EXTRA_DIST = $(misc_DATA)
miscdir = $(ENLIGHTENMENT_ROOT)/misc

3
misc/Xclients.e-gnome Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export WINDOW_MANAGER=enlightenment
exec gnome-session

3
misc/Xclients.e-kde Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export KDEWM=enlightenment
exec startkde

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec enlightenment

7
misc/e-gnome.desktop Normal file
View File

@ -0,0 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=E-GNOME
Comment=This session starts GNOME using enlightenment as window manager
Exec=/usr/share/apps/switchdesk/Xclients.e-gnome
Icon=
Type=Application

7
misc/e-kde.desktop Normal file
View File

@ -0,0 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=E-KDE
Comment=This session starts KDE using enlightenment as window manager
Exec=/usr/share/apps/switchdesk/Xclients.e-kde
Icon=
Type=Application

View File

@ -0,0 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Enlightenment
Comment=This session starts the Enlightenment window manager
Exec=enlightenment
Icon=
Type=Application