Thread: start the program when GUI is setup on Linux

  1. #1
    Banned
    Join Date
    Nov 2007
    Posts
    678

    start the program when GUI is setup on Linux

    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

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    http://standards.freedesktop.org/aut...ec-latest.html

    At least one of them already implements it, eventually all will.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Banned
    Join Date
    Nov 2007
    Posts
    678
    Last edited by manav; 03-26-2008 at 11:10 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Convert console sorting program to GUI?
    By Djanvk in forum C++ Programming
    Replies: 1
    Last Post: 09-19-2008, 05:48 PM
  2. C++ gui for windows where to start
    By prixone in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2006, 11:48 PM
  3. Start a new program with your program.
    By XunTric in forum C++ Programming
    Replies: 5
    Last Post: 10-04-2005, 06:36 AM
  4. Where to start with linux programming
    By genghis in forum Linux Programming
    Replies: 6
    Last Post: 01-25-2002, 09:58 AM