GNOME Bugzilla – Bug 105650
Only hides windows on :0.0, not :0.1 when clicked on second display
Last modified: 2015-03-24 13:00:49 UTC
Description of Problem: Clicking the "Show Desktop" button on the panel running on my second display hides the windows on the first display. Clicking the "Show Desktop" button on the panel running on the first display behaves correctly. Steps to reproduce the problem: 1. start GNOME 2.2 (Debian) with two displays 2. click the "Show Desktop" button on the panel running on the second display (:0.1) 3. watch the windows on the first display hide Actual Results: Windows hidden on first display Expected Results: Windows hidden on second display How often does this happen? n/a Additional Information:
*** Bug 121053 has been marked as a duplicate of this bug. ***
*** Bug 134023 has been marked as a duplicate of this bug. ***
*** Bug 157090 has been marked as a duplicate of this bug. ***
Created attachment 35941 [details] [review] Patch fixes the bug
I'm wondering if we should connect to the map or the realize signal. In the window list and the workspace switcher, the realize signal is used...
yes, 'realize' should be fine as well.
Adding to 2.10.x target milestone so I don't forget this one.
I committed a slightly modified version: + using realize + disconnecting the handler for the previous screen Thanks Arvind!