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 753996 - File properties window should be transient for its parent
File properties window should be transient for its parent
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File Properties Dialog
3.16.x
Other Linux
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-23 17:42 UTC by Michael Catanzaro
Modified: 2016-03-01 17:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make file properties dialog transient for its parent window (2.82 KB, patch)
2015-08-23 17:43 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2015-08-23 17:42:06 UTC
Avoid:

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

when opening the file properties dialog.
Comment 1 Michael Catanzaro 2015-08-23 17:43:17 UTC
Created attachment 309894 [details] [review]
Make file properties dialog transient for its parent window

So they don't appear as separate application windows in the GNOME Shell
overview, and to avoid warnings from GTK+.
Comment 2 Carlos Soriano 2016-03-01 17:23:07 UTC
I missed this pach. I pushed it since it LGTM. Thanks!

Attachment 309894 [details] pushed as 22ced2e - Make file properties dialog transient for its parent window