GNOME Bugzilla – Bug 394303
process doesnt exit when the window is closed
Last modified: 2007-01-22 23:23:57 UTC
Hi!, It seems that the new g-c-c shell window just hides on "delete-event" or "key-press-event" with Esc, Ctrl+Q and Ctrl+W, the process gets reused on later calls to the shell, but maybe it's not a so common task to make it worth to keep this running process... The relevant code is in g-c-c/libslab/app-shell.c, functions main_keypress_callback() and main_delete_callback()
Confirmed. This is behavior is actually due to libslab, so moving to the gnome-main-menu product (where libslab lives).
*** Bug 395137 has been marked as a duplicate of this bug. ***
*** Bug 395751 has been marked as a duplicate of this bug. ***
*** Bug 396228 has been marked as a duplicate of this bug. ***
Moving to libslab component.
This is fixed now, there is a new argument to appshelldata_new to specify whether to quit the app when the window is closed or not. In gnome-control-center we pass a TRUE so the shell will quit as soon as the user closes the window.
*** Bug 399595 has been marked as a duplicate of this bug. ***