I spoke to gnucash developers and it appears that since 2.2.3 gnucash
version, icons use the
/usr/share/icons/hicolor/{24x24}{32x32}{48x48}/apps folder. Actual
gnucash desktop file is correct, but it is needed to update icon cache
at the end of the package installation in order to see the gnucash icon.
To do this, we just need to add "gtk-update-icon-cache
/usr/share/icons/hicolor" to the debian/postint file in the source package.Here's the new debdiff which fix this, this one is better than the last one which needed to patch files in the src folder of the source package. http://upload.leservicetechnique.com/bugs/gnucashdesktop2.debdiff Note that you'll see the old "blue card" gnucash icon in the debian menu, that's because the scalable icon has not been updated upstream. -- Saïvann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

