Package: gparted Version: 0.3.3-2 Severity: minor Usertags: origin-ubuntu ubuntu-patch gutsy
Gparted .desktop file is not freedesktop and HIG compliant. This bug was initially reported in Ubuntu (see https://bugs.edge.launchpad.net/ubuntu/+source/gparted/+bug/114648 ), but your package seems affected too. I attach a patch that should correct the .desktop file. Thank you.
diff -Nur gparted-0.3.3/gparted.desktop.in gparted-0.3.3.new/gparted.desktop.in --- gparted-0.3.3/gparted.desktop.in 2006-01-26 13:50:45.000000000 +0100 +++ gparted-0.3.3.new/gparted.desktop.in 2007-09-25 16:53:05.000000000 +0200 @@ -1,10 +1,9 @@ [Desktop Entry] -Encoding=UTF-8 -_Name=GParted -_Comment=GNOME Partition Editor -Exec=gparted -Icon=gparted.png +_Name=Partition Editor +_Comment=Manage your partitions +Exec=gksu gparted +Icon=gparted Terminal=false Type=Application -Categories=GNOME;Application;System; +Categories=GNOME;System; StartupNotify=true