Updating .desktop file. Make it match registered categories to avoid lintian warns.

This commit is contained in:
Andrew Lee (李健秋) 2015-08-14 21:47:20 +08:00
parent 95f1bf5eaf
commit 0eed081b01
2 changed files with 12 additions and 0 deletions

11
debian/patches/desktop-category.patch vendored Normal file
View File

@ -0,0 +1,11 @@
--- a/resources/lxqt-about.desktop.in
+++ b/resources/lxqt-about.desktop.in
@@ -5,7 +5,7 @@
Comment=Learn more about LXQt
Exec=lxqt-about
Icon=help-about
-Categories=Help;LXQt
+Categories=System;Documentation
OnlyShowIn=LXQt;LXDE;
#TRANSLATIONS_DIR=translations

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
desktop-category.patch