View Single Post
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#123
Originally Posted by too View Post
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
Or one could use the following site as I did:

http://www.motobit.com/util/base64-decoder-encoder.asp
 

The Following 2 Users Say Thank You to Sasler For This Useful Post: