02_fix_freedesktop_compliance.patch 756 B

123456789101112131415161718192021222324
  1. by Nico Golde <nion@debian.org>
  2. the freedesktop standard requires some additional attributes in the desktop files
  3. which are added here to fix #533126, #531580
  4. Index: openbox-3.4.11.1/data/gnome-wm-properties/openbox.desktop
  5. ===================================================================
  6. --- openbox-3.4.11.1.orig/data/gnome-wm-properties/openbox.desktop 2010-04-23 16:47:53.000000000 +0200
  7. +++ openbox-3.4.11.1/data/gnome-wm-properties/openbox.desktop 2010-04-23 16:48:08.000000000 +0200
  8. @@ -2,10 +2,15 @@
  9. Type=Application
  10. Name=Openbox
  11. Exec=openbox
  12. +Type=Application
  13. +Categories=System;
  14. # name we put on the WM spec check window
  15. X-GNOME-WMName=Openbox
  16. +X-GNOME-Provides=windowmanager
  17. +NoDisplay=true
  18. +
  19. # our config tool
  20. ConfigExec=obconf