Page 1 of 1

Start Qt application without desktop manager

Posted: Wed Feb 25, 2015 4:36 pm
by MagoEffe
Dear all,
This is my first post and I hope someone could help me.

I'm new to LXDE and I'm working on a Qt application porting from Ubuntu to a Debian embedded system.

I need to start my Qt application without desktop manager, in order to both save resources and not let the user access to the system, by simply killing application.

In Ubuntu+XFCE I used to put a custom .desktop file into /usr/share/xsession directory, then set the /etc/lightdm/lightdm.conf in order to let my custom .desktop file being invoked on auto-login. In this way, only my application would be shown without loading any desktop manager.

I tried to write a custom .desktop filers LXDE, putting it into the xsession directory. After logout, my custom session didn't appear between the options. I didn't found any /etc/lxde directory or configuration file, I really don't know what to do to reach my goal.

Thanks in advance for answering.

Regards,
Francesco

Re: Start Qt application without desktop manager

Posted: Thu Feb 26, 2015 1:51 am
by Bob E
Hi MagoEffe. You might try looking through the .config files for what you want to do.

For instance: /home/bob/.config/lxsession/LXDE

Re: Start Qt application without desktop manager

Posted: Thu Feb 26, 2015 6:59 am
by MagoEffe
Hi Bob,
Thanks for answering. I will have a look and then let you know.

Regards,
Francesco