Add icon to xsession .desktop files.

SVN revision: 28460
This commit is contained in:
Kim Woelders 2007-02-24 18:46:22 +00:00
parent 8a8a33d763
commit 6433841776
7 changed files with 13 additions and 5 deletions

View File

@ -302,6 +302,9 @@ config/pix/Makefile
themes/Makefile
scripts/Makefile
misc/Makefile
misc/e16.desktop
misc/e16-gnome.desktop
misc/e16-kde.desktop
po/Makefile.in
e16.spec
])

View File

@ -1,2 +1,5 @@
Makefile.in
Makefile
e16.desktop
e16-gnome.desktop
e16-kde.desktop

View File

@ -1,9 +1,11 @@
DESKTOPS = e16.desktop e-gnome.desktop e-kde.desktop
DESKTOPS = e16.desktop e16-gnome.desktop e16-kde.desktop
DESKTOPS_IN = e16.desktop.in e16-gnome.desktop.in e16-kde.desktop.in
XCLIENTS = Xclients.e16 Xclients.e-gnome Xclients.e-kde
SESSIONS = E16 E-GNOME E-KDE
STARTUP = starte16
ICONS = e16.png
misc_DATA = $(DESKTOPS) $(XCLIENTS) $(SESSIONS) $(SCRIPTS)
misc_DATA = $(DESKTOPS_IN) $(XCLIENTS) $(SESSIONS) $(SCRIPTS) $(ICONS)
sesm_DATA = e16.desktop
bin_SCRIPTS = starte16

View File

@ -3,5 +3,5 @@ Encoding=UTF-8
Name=E-GNOME
Comment=This session starts GNOME using enlightenment (e16) as window manager
Exec=starte16 GNOME
Icon=
Icon=@ENLIGHTENMENT_ROOT@/misc/e16.png
Type=Application

View File

@ -3,5 +3,5 @@ Encoding=UTF-8
Name=E-KDE
Comment=This session starts KDE using enlightenment (e16) as window manager
Exec=starte16 KDE
Icon=
Icon=@ENLIGHTENMENT_ROOT@/misc/e16.png
Type=Application

View File

@ -3,5 +3,5 @@ Encoding=UTF-8
Name=E16
Comment=This session starts the Enlightenment (e16) window manager
Exec=starte16
Icon=
Icon=@ENLIGHTENMENT_ROOT@/misc/e16.png
Type=Application

BIN
misc/e16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB