View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#147
Ok this variation:
I mean:
Code:
Exec=/usr/bin/meego-terminal -n -e devel-su user -c "cd /home/user/apkenv && ./apkenv <apk file>"
If still not work, try to create script
Code:
#!/bin/sh

cd /home/user/apkenv && ./apkenv <apk file>
And run it:
Code:
Exec=/usr/bin/meego-terminal -n -e devel-su user -c "/path/to/script.sh"
Or
Code:
Exec=/usr/bin/meego-terminal -n -e /path/to/script.sh
 

The Following User Says Thank You to Schturman For This Useful Post: