Package: imagemagick Version: 8:6.8.9.6-4 Severity: normal Tags: patch
Hi, the imagemagick and imagemagick-6.q16 binary packages provide desktop files, /usr/share/applications/display-im6.q16.desktop and /usr/share/applications/display-im6.desktop However the icon names are misspelled so that the icons are not displayed on the user's desktop and placeholder icons are used instead. Wrong: Icon=display-im6.Q16 Right: Icon=display-im6.q16 The q must be written in lower case. You can either change export QUANTUMDEPTH ?= Q16 in debian/rules to export QUANTUMDEPTH ?= q16 or use a special variable for the *.desktop.in files. However I am not sure whether the first solution would break something else so better check twice. ;) Regards, Markus -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

