View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#21
Originally Posted by BrentDC View Post
Actually, I was referring to the 26x26 icon that appears in the application manager; I took a png and converted it to base 64 via:

Code:
openssl base64 -in quick_clip.png -out quick_clip.txt
I copied that text into my control file, into the XB-Maemo-Icon-26: field (making sure that I put a space in front of each newline), but it doesn't show up. I think I did everything correctly...(I used openssl instead of uuencode because uuencode wasn't installed in either Ubuntu or Scratchbox).
Install "shareutils" for uuencode

The problem may just be in the way you're adding the base64 into the control file.

I do this:
XB-Maemo-Icon-26:
yyyyyyyyyyyy
yyyyyyyyyyyy
(Which, although the quote doesn't do well to show it, translates to "XB-Maemo-Icon-26:<space>
<space>base64 contents")