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 592354 - Theme installer: dialogs without parent
Theme installer: dialogs without parent
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Appearance
git master
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-19 16:41 UTC by Owen Taylor
Modified: 2009-08-23 00:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Owen Taylor 2009-08-19 16:41:13 UTC
theme-installer.c has many, many examples of:

 - Create a dialog without a parent
 - Run it with gtk_dialog_run() so it is modal

Including not just error dialogs, but dialogs that get shown always, like the
'The theme "X" has been installed' dialog'

This is a quite bad, because it means that the user can have in their stacking order:

 - The appearance capplet (unresponsive)
 - an unrelated maximized window
 - The dialog that needs a response

And the app is apparently locked up.
Comment 1 William Jon McCann 2009-08-23 00:52:22 UTC
Should be fixed in master.  Thanks.