summaryrefslogtreecommitdiff
path: root/data/xsession
diff options
context:
space:
mode:
authorJulian Ospald <julian.ospald@googlemail.com>2012-09-30 22:54:18 -0400
committerDana Jansens <danakj@orodu.net>2012-10-06 21:56:56 -0400
commit9154bddf35a7abe98df011856c86b052e4ae50d8 (patch)
treeea61d76c38fa523daea9f4fbd2301e3adaf15dbf /data/xsession
parentaf01da31502b20300222213e693457320e4158e4 (diff)
Make .desktop files obey specs where possible (Fix bug 5737)
Diffstat (limited to 'data/xsession')
-rw-r--r--data/xsession/openbox-gnome.desktop.in5
-rw-r--r--data/xsession/openbox-kde.desktop.in5
-rw-r--r--data/xsession/openbox.desktop.in5
3 files changed, 6 insertions, 9 deletions
diff --git a/data/xsession/openbox-gnome.desktop.in b/data/xsession/openbox-gnome.desktop.in
index 19ae82e0..24931b50 100644
--- a/data/xsession/openbox-gnome.desktop.in
+++ b/data/xsession/openbox-gnome.desktop.in
@@ -1,8 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
Name=GNOME/Openbox
Comment=Use the Openbox window manager inside of the GNOME desktop environment
Exec=@bindir@/openbox-gnome-session
TryExec=gnome-session
-Icon=openbox.png
-Type=XSession
+Icon=openbox
+Type=Application
diff --git a/data/xsession/openbox-kde.desktop.in b/data/xsession/openbox-kde.desktop.in
index ddfc72d7..bc78a97c 100644
--- a/data/xsession/openbox-kde.desktop.in
+++ b/data/xsession/openbox-kde.desktop.in
@@ -1,8 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
Name=KDE/Openbox
Comment=Use the Openbox window manager inside of the K Desktop Environment
Exec=@bindir@/openbox-kde-session
TryExec=startkde
-Icon=openbox.png
-Type=XSession
+Icon=openbox
+Type=Application
diff --git a/data/xsession/openbox.desktop.in b/data/xsession/openbox.desktop.in
index 0914e5b4..21669cf8 100644
--- a/data/xsession/openbox.desktop.in
+++ b/data/xsession/openbox.desktop.in
@@ -1,8 +1,7 @@
[Desktop Entry]
-Encoding=UTF-8
Name=Openbox
Comment=Log in using the Openbox window manager (without a session manager)
Exec=@bindir@/openbox-session
TryExec=@bindir@/openbox-session
-Icon=openbox.png
-Type=XSession
+Icon=openbox
+Type=Application