File hotshots-desktop.patch of Package hotshots
Index: HotShots-1.2.1/build/hotshots-desktop.sh =================================================================== --- HotShots-1.2.1.orig/build/hotshots-desktop.sh +++ HotShots-1.2.1/build/hotshots-desktop.sh @@ -1,14 +1,13 @@ #!/bin/sh cat <<EOF [Desktop Entry] -Version=$2 Name=HotShots Comment=Screenshot manager Type=Application GenericName=Screenshot manager -TryExec=$1/bin/hotshots -Exec=$1/bin/hotshots -Categories=Utility;Application; -Icon=$1/share/pixmaps/hotshots.png +TryExec=hotshots +Exec=hotshots +Categories=Utility;DesktopUtility;Qt; +Icon=hotshots MimeType=application/x-hot; EOF