View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#9
Here is a full 3 command to apply this:

Code:
cp -f /usr/share/icons/hicolor/80x80/apps/waze80.png /usr/share/themes/blanco/meegotouch/icons
sed -i 's/Icon=.*/Icon=waze80/g' /usr/share/applications/waze_harmattan.desktop
gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_entry_path /usr/share/applications/waze_harmattan.desktop
And to restore this:
Code:
rm -f /usr/share/themes/blanco/meegotouch/icons/waze80.png
sed -i 's/Icon=.*/Icon=\/usr\/share\/icons\/hicolor\/80x80\/apps\/waze80.png/g' /usr/share/applications/waze_harmattan.desktop
gconftool --set --type string /apps/meegotouchhome-incar/launcher/0/desktop_entry_path /usr/share/applications/nokia-drive-qml.desktop
I will include this to the next version of N9QT (Tweak G-3)

Probably gconftool command work only with icons located in:
Code:
/usr/share/themes/blanco/meegotouch/icons
 

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