View Single Post
blwthompson's Avatar
Posts: 97 | Thanked: 8 times | Joined on Dec 2009
#1
Hi All,

Basically i want to the following commands to run as a script when i press the shortcut on my desktop.

Code:
sudo gconftool -s /apps/osso/hildon-home/task-shortcuts-size -t int 62
sudo cd /usr/share/icons/blue-sky-icons/64x64/hildon
sudo mogrify -resize 48x48! *.png
sudo cd /usr/share/icons/blue-sky-icons/64x64/apps
sudo mogrify -resize 48x48! *.png
sudo cd /usr/share/themes/Blue-sky/
sudo mogrify -resize 62x62! ApplicationShortcutApplet.png
sudo mogrify -resize 62x62! ApplicationShortcutAppletPressed.png

sudo pkill hildon-home
Any ideas how i can achieve this??