Comment 10 for bug 108742

Revision history for this message
Siegfried Gevatter (rainct) wrote :

Sorry, now that I looked closer at it I've noticed that the icon you are using is not a valid icon for that, since if it's a PNG it has to be of 48x48 pixels or if it's a XPM of 32x32 pixels as described here: https://wiki.ubuntu.com/MOTU/Packages/DesktopFiles .

After consulting a MOTU (Daniel Holbach) he told me the best solution would be to add 'gnome-media-common' (the package that provides the icon gnome-cd) as a dependency.

For that, following chages have to be done:

 - The file debian/rules should be left as it was before. Don't undo the changes manually but overwrite the file with it's original, in order to avoid leaving something in the diff.

 - On the .desktop file, change the icon back to 'gnome-cd' (without the .png).

 - On debian/control, add ", gnome-media-common" (without quotation marks) on line 7 (Build-Depends).

 - Update the changelog - now it should be something like that: "Added gnome-media-common as a dependency. (LP: #108742)"

 - Also, you could fix bug 118655 too, replacing the homepage that's in debian/control ( http://acidrip.thirtythreeandathird.net/) with the new one, http://untrepid.com/acidrip/ . If you do this, mark bug 118655 as duplicate of this one (leaving a comment that it has been fixed here), and remember to add an entry to the changelog (with a own "*").

Thanks again for your interest in helping Ubuntu, and sorry that I don't noticed that before, but well, this way you will know how to fix it when a package is in fact missing a icon :).