start the program when GUI is setup on Linux [Archive] - C Board

PDA

View Full Version : start the program when GUI is setup on Linux


manav
03-25-2008, 11:44 PM
Hi.

I have a GUI program, so, it can not run before a manager like GNOME or KDE is not started.
I want my program to start automatically after the GUI manger is started. I want to do it programatically!

Best would be using C/C++. That's why I posted here.

Hope someone know about it :)

CornedBee
03-26-2008, 03:32 AM
http://standards.freedesktop.org/autostart-spec/autostart-spec-latest.html

At least one of them already implements it, eventually all will.

manav
03-26-2008, 04:02 AM
:devil: