Make .desktop files obey specs where possible (Fix bug 5737)
This commit is contained in:
parent
af01da3150
commit
9154bddf35
4 changed files with 6 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Encoding=UTF-8
|
|
||||||
Name=Openbox
|
Name=Openbox
|
||||||
Exec=openbox
|
Exec=openbox
|
||||||
Icon=openbox
|
Icon=openbox
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
|
||||||
Name=GNOME/Openbox
|
Name=GNOME/Openbox
|
||||||
Comment=Use the Openbox window manager inside of the GNOME desktop environment
|
Comment=Use the Openbox window manager inside of the GNOME desktop environment
|
||||||
Exec=@bindir@/openbox-gnome-session
|
Exec=@bindir@/openbox-gnome-session
|
||||||
TryExec=gnome-session
|
TryExec=gnome-session
|
||||||
Icon=openbox.png
|
Icon=openbox
|
||||||
Type=XSession
|
Type=Application
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
|
||||||
Name=KDE/Openbox
|
Name=KDE/Openbox
|
||||||
Comment=Use the Openbox window manager inside of the K Desktop Environment
|
Comment=Use the Openbox window manager inside of the K Desktop Environment
|
||||||
Exec=@bindir@/openbox-kde-session
|
Exec=@bindir@/openbox-kde-session
|
||||||
TryExec=startkde
|
TryExec=startkde
|
||||||
Icon=openbox.png
|
Icon=openbox
|
||||||
Type=XSession
|
Type=Application
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
|
||||||
Name=Openbox
|
Name=Openbox
|
||||||
Comment=Log in using the Openbox window manager (without a session manager)
|
Comment=Log in using the Openbox window manager (without a session manager)
|
||||||
Exec=@bindir@/openbox-session
|
Exec=@bindir@/openbox-session
|
||||||
TryExec=@bindir@/openbox-session
|
TryExec=@bindir@/openbox-session
|
||||||
Icon=openbox.png
|
Icon=openbox
|
||||||
Type=XSession
|
Type=Application
|
||||||
|
|
Loading…
Reference in a new issue