Hot tip: http://wiki.maemo.org/Documentation/...d_Distributing mentions that if you want to have icon in application managed you need to create 48x48 pixel png image and then add it as base64-encoded to the debian/control file. With MADDE, until helper tool is created, the base64-data can be achieved with the following way: Code: perl -MMIME::Base64 -ne 'print decode_base64($_)' < icon48x48file.png
perl -MMIME::Base64 -ne 'print decode_base64($_)' < icon48x48file.png