GNOME Bugzilla – Bug 350505
Window EXIT button does not exit process
Last modified: 2007-01-02 18:59:12 UTC
Please describe the problem: Choosing QUIT from the File menu closes the GUI window and exits the Ekiga process. Clicking the "X" in the window bar (upper right corner in GNOME) closes the GUI window but the process is still there. Next time I try to run Ekiga I get the "Ekiga is already running" message. Steps to reproduce: 1. Run Ekiga 2. Click window close button 3. Run Ekiga again 4. ps -fA | grep ekiga will show the orphan process. Actual results: The ekiga window goes away but the process stays. Expected results: I expect the window AND the process to go away. Does this happen every time? Yes Other information:
Ekiga is still running and waiting in your tray for you to make it appear again. You do have a tray ?
No tray (or "notification area" as it is called in Gnome). I choose not to have one. If I create a notification area then I see Ekiga in there. Could ekiga detect if the area is present and just exit if it is not, when I click the close icon?
Well, if you have no tray it should indeed exit. I'll try to have a look at it.
Eh, I found the problem in src/gui/statusicon.cpp : gboolean gm_statusicon_is_embedded (GtkWidget *widget) { return TRUE; /* FIXME */ } This will have to be worked on when we port to gtk+ 2.10 -- we're still waiting for its win32 port to be really complete (and the lib to hit a few distributions).
It is actually a DUP of Bug 347188. *** This bug has been marked as a duplicate of 347188 ***