1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Author: Philipp Huebner <debalance@debian.org>
Description: fix desktop file
Index: system-config-lvm/system-config-lvm.desktop.in
===================================================================
--- system-config-lvm.orig/system-config-lvm.desktop.in
+++ system-config-lvm/system-config-lvm.desktop.in
@@ -1,12 +1,11 @@
[Desktop Entry]
_Name=Logical Volume Management
-_GenericName=LVM
+_GenericName=system-config-lvm
_Comment=Configure LVM in a graphical setting
StartupNotify=true
Icon=/usr/share/system-config-lvm/pixmaps/lv_icon.png
Exec=/usr/bin/system-config-lvm
Type=Application
Terminal=false
-Encoding=UTF-8
-Categories=Application;SystemSetup;X-Red-Hat-Base;
-X-Desktop-File-Install-Version=0.2
+Categories=System
+Keywords=disk;harddrive;partitioning;
|