View Single Post
Posts: 32 | Thanked: 1 time | Joined on Mar 2012
#14
Originally Posted by cddiede View Post
If that's the only problem left, can't you just edit the *.desktop file created when you used the "Add to homescreen" button and change the .png file that the Icon value points to?
It was also my first idea but the problem was that favorites shortcuts are in different location. After research I found it here:
Code:
/home/user/.local/share/applications
(BTW it's interesting directory )
This is favourit entry on luncher:
Code:
[Desktop Entry]
Encoding=UTF-8
Type=Link
Name=Omnix
URL=file:///home/user/MyDocs/Documents/smsN9.html
Icon=/usr/share/themes/blanco/meegotouch/icons/icon-l-mail.png
Works fine, thanks 4 all! topic to close!