Thread
:
Problem with missing communication between certain apps and emmc
View Single Post
debernardis
2010-02-07 , 14:15
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#
6
The script is
Code:
#!/bin/sh cd /home/user/MyDocs /usr/bin/nokia-maps /usr/share/nokia-maps/html/index.html exit 0
I have it in /opt/mybin/mappe.sh (you can put where you like, of course, then change the following desktop file accordingly).
In /usr/share/applications/hildon/nokia-maps.desktop you can hash out the Exec line (put a # in front of the line) and insert a new Exec line: Exec=/opt/mybin/mappe.sh
You should hash out also the "X-Osso-Service=NokiaMaps" line.
To do all these changes you have to be root.
Quote & Reply
|
debernardis
View Public Profile
Send a private message to debernardis
Visit debernardis's homepage!
Find all posts by debernardis