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 564562 - should remove _NET_SUPPORTING_WM_CHECK when metacity is gone
should remove _NET_SUPPORTING_WM_CHECK when metacity is gone
Status: RESOLVED DUPLICATE of bug 564561
Product: metacity
Classification: Other
Component: general
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2008-12-15 05:44 UTC by Akira TAGOH
Modified: 2008-12-15 06:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Akira TAGOH 2008-12-15 05:44:38 UTC
in current implementation of metacity, it keeps _NET_SUPPORTING_WM_CHECK property in the root window even when it's gone. usually it doesn't work properly so that the window id that property contains would be invalid. however it would affects unexpectedly when any applications grabs that window id, and any applications referring to that value will behaves unexpected thing.

So I'd suggest metacity should removes it before finishing.

See https://bugzilla.redhat.com/show_bug.cgi?id=471927 for the unexpected problem happened without the removal of this property.
Comment 1 Akira TAGOH 2008-12-15 06:14:14 UTC

*** This bug has been marked as a duplicate of 564561 ***