giuspen / x-tile

X Tile
https://www.giuspen.net/x-tile/
Other
69 stars 13 forks source link

Missing Keyword entry in x-tile.desktop #17

Closed fabiomt closed 3 years ago

fabiomt commented 3 years ago

Debian Lintian system report the x-tile.desktop file does not contain a "Keywords" entry. To address this issue a patch will be applied in next Debian package version. Here's the patch:

--- x-tile.orig/linux/x-tile.desktop
+++ x-tile/linux/x-tile.desktop
@@ -1,4 +1,3 @@
-
 [Desktop Entry]
 Name=X Tile
 Comment=Tile the Windows Upon your X Desktop
@@ -9,3 +8,4 @@ Type=Application
 StartupNotify=true
 Categories=GTK;Utility;
 Name[en_US]=x-tile
+Keywords=tile,tiling,sort,organize,windows
giuspen commented 3 years ago

Thanks