Thread
:
How to autostart application on boot?
View Single Post
tuminoid
2010-04-15 , 18:19
Posts: 188 | Thanked: 185 times | Joined on Dec 2009 @ Finland
#
16
AFAIK your problem is trying to start Qt GUI app as root, which isn't gonna work as root cannot connect to X. This is demonstrated by segfault in QApplicatio init. For GUI app I'd suggest starting your app in Xsession, with su - user -c "/path/to/app" (cannot test exact syntax as posting this on the road).
__________________
My wiki:
User:Tuminoid
cpumem-applet:
home
|
packages
- status: 0.0.3
in Extras
cell-modem-ui:
home
|
packages
- status: 0.5.1-1
in Extras
nowplayingd:
home
|
packages
- status: 0.1-2
in extras-devel
custom-pwkmenu:
home
- no packages yet.
Quote & Reply
|
tuminoid
View Public Profile
Send a private message to tuminoid
Visit tuminoid's homepage!
Find all posts by tuminoid