View Single Post
Posts: 650 | Thanked: 619 times | Joined on Nov 2009
#3
Originally Posted by uvatbc View Post
1. What user are you running under when you exec it from xterm?
2. What does the hildon-desktop script run when you click it? Paste that.
3. Can you change the hildon-desktop script to use run-standalone.sh if it doesn't already do that?
Thanks uvatbc!

1. root
2.
Code:
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=stockona
Exec=/opt/stockona/bin/stockona
Icon=stockona
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
3. I changed the 'Exec=/opt/stockona/bin/stockona' to 'Exec=run-standalone.sh /opt/stockona/bin/stockona' and it doesn't work, either.

Also I have routed the debug message to QML and confirmed the file was not opened correctly. Looks like permission issue, I thought all applications by default have root access?

Last edited by sony123; 2011-07-05 at 22:09.