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 116004 - All nautilus windows set the same group leader
All nautilus windows set the same group leader
Status: RESOLVED NOTABUG
Product: nautilus
Classification: Core
Component: general
2.13.x
Other All
: Low enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-26 08:03 UTC by ben
Modified: 2006-02-25 21:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description ben 2003-06-26 08:03:24 UTC
All nautilus windows set the same group leader on their windows. This 
makes operations that work on groups as a whole function on all of the 
nautilus windows, but individual nautilus windows (especially the desktop 
window) clearly do not work together as a  group (such as, for example, 
gimp windows do).

The relavant xprop output is
% xprop|grep '\(TRAN\|group\)'
                window id # of group leader: 0x1600001

Each nautilus window should keep its own group leader. I don't know the GTK 
code that sets the group leader, so I can't help specify exacltly what to 
call/not call/call differently. Sorry.

A good way to think about it is that each nautilus window is a separate 
instantiation, the user had to "launch" each one individually, so they 
should have a separate group, whereas gimp windows are all from a single 
instantiation and so belong together in a group.

If application_based is enabled for metacity this incorrect behavior will 
show itself I expect.

This is the same situation encountered with gnome-terminal, see bug 
#115994.
Comment 1 Christian Neumair 2005-05-12 14:59:23 UTC
Thanks for your bug report!
This is still relevant.
Comment 2 Christian Neumair 2005-09-04 16:01:28 UTC
ben: What's the user-visible impact of this issue? Maybe you can elaborate a bit
on it?
Comment 3 Christian Neumair 2005-10-12 20:48:30 UTC
Setting to bug status low/enhancement, updating version.
Comment 4 Christian Neumair 2005-10-12 20:50:42 UTC
Patch available under:
http://mail.gnome.org/archives/nautilus-list/2005-October/msg00087.html
Comment 5 Christian Neumair 2006-02-25 21:17:12 UTC
Alex' opinion on the patch (quoted from a follow up mail in the URI in comment 4)

> I'm not sure this is right. Surely we don't think of multiple spatial
> windows as separate apps? Maybe browser windows? Also, this change makes
> all dialogs that nautilus opens (property dialogs, warnings, etc) be of
> a different window group than the main windows.

I'm resolving this as NOTABUG. Feel free to protest if you disagree.