![]() |
2010-04-15
, 15:21
|
Posts: 146 |
Thanked: 149 times |
Joined on Apr 2010
|
#11
|
![]() |
2010-04-15
, 16:12
|
Posts: 146 |
Thanked: 149 times |
Joined on Apr 2010
|
#13
|
Hi,
try to put some printf in the application itself, there will be something that crash (maybe).
QApplication app(argc, argv)
![]() |
2010-04-15
, 16:21
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#14
|
It crashes/quits/terminates in following line:
Now this stuff gets tricky, it seems, that some environment variables or something like that are not set when the application is executedCode:QApplication app(argc, argv)
![]() |
2010-04-15
, 16:54
|
Posts: 146 |
Thanked: 149 times |
Joined on Apr 2010
|
#15
|
start on started hildon-desktop script run-standalone.sh /usr/bin/imhere end script
start on started hildon-desktop exec /etc/init.d/imhere start stop on starting shutdown
#!/bin/sh case "$1" in start) run-standalone.sh /usr/bin/imhere ;; *) esac exit 0
![]() |
2010-04-15
, 18:19
|
|
Posts: 188 |
Thanked: 185 times |
Joined on Dec 2009
@ Finland
|
#16
|
![]() |
2010-04-15
, 18:47
|
Posts: 146 |
Thanked: 149 times |
Joined on Apr 2010
|
#17
|
![]() |
2010-04-15
, 18:57
|
Posts: 889 |
Thanked: 537 times |
Joined on Mar 2010
@ scotland
|
#18
|
![]() |
2010-04-15
, 18:58
|
Posts: 146 |
Thanked: 149 times |
Joined on Apr 2010
|
#19
|
![]() |
2010-07-29
, 10:55
|
Posts: 12 |
Thanked: 1 time |
Joined on May 2010
|
#20
|
start on started hildon-desktop
exec run-standalone.sh /usr/bin/imhere start
stop on starting shutdown
start on started hildon-desktop
exec run-standalone.sh su user -c /usr/bin/imhere start
stop on starting shutdown