After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 394303 - process doesnt exit when the window is closed
process doesnt exit when the window is closed
Status: RESOLVED FIXED
Product: gnome-main-menu
Classification: Other
Component: libslab
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME main menu maintainers
GNOME main menu maintainers
: 395137 395751 399595 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-08 17:18 UTC by Carlos Garnacho
Modified: 2007-01-22 23:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carlos Garnacho 2007-01-08 17:18:38 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()
Comment 1 Thomas Wood 2007-01-09 17:37:38 UTC
Confirmed. This is behavior is actually due to libslab, so moving to the gnome-main-menu product (where libslab lives).
Comment 2 Sebastien Bacher 2007-01-10 20:45:06 UTC
*** Bug 395137 has been marked as a duplicate of this bug. ***
Comment 3 Baptiste Mille-Mathias 2007-01-12 11:54:53 UTC
*** Bug 395751 has been marked as a duplicate of this bug. ***
Comment 4 Jens Granseuer 2007-01-14 11:36:18 UTC
*** Bug 396228 has been marked as a duplicate of this bug. ***
Comment 5 Thomas Wood 2007-01-17 17:42:02 UTC
Moving to libslab component.
Comment 6 Rodrigo Moya 2007-01-18 12:54:32 UTC
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.
Comment 7 Thomas Wood 2007-01-22 23:23:57 UTC
*** Bug 399595 has been marked as a duplicate of this bug. ***