Hello everyone,
I have a Qt application and I want it to (well, my boss wants it to) start automatically when the computer is turned on in a kiosk setup manner so that the user doesn't have full access to the Desktop Environment.
On a terminal, I can start my application with qt embedded with no X window system running (of course). (ie: ./application -qws)
I've found a somewhat similar thread
here , where this issue is solved from within the inittab.
I'd really appreciate some help or pointers here
Thank you in advance.