all repos — openbox @ 9154bddf35a7abe98df011856c86b052e4ae50d8

openbox fork - make it a bit more like ryudo

Make .desktop files obey specs where possible (Fix bug 5737)
Julian Ospald julian.ospald@googlemail.com
commit

9154bddf35a7abe98df011856c86b052e4ae50d8

parent

af01da31502b20300222213e693457320e4158e4

M data/openbox.desktopdata/openbox.desktop

@@ -1,6 +1,5 @@

[Desktop Entry] Type=Application -Encoding=UTF-8 Name=Openbox Exec=openbox Icon=openbox
M data/xsession/openbox-gnome.desktop.indata/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
M data/xsession/openbox-kde.desktop.indata/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
M data/xsession/openbox.desktop.indata/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