GNOME Bugzilla – Bug 165949
Excuting gnome-screenshot with option "--window --delay=5", screeshot is strange.
Last modified: 2006-04-23 18:37:21 UTC
Please describe the problem: Excuting gnome-screenshot with option "--window --delay=5", screeshot is strange. Steps to reproduce: 1.$gnome-screenshot --window --delay=5 2. 3. Actual results: Expected results: Does this happen every time? always Other information: gnome-utils-2.9.90
Created attachment 36829 [details] Clicked menu is black in screenshot.
Confirming with 2.9.90
This is going somewhat tricky to fix. It's doable, but you'll have to do quite a bit of work to make it work. You'll have to walk the window tree looking for windows that might be menus, and hope that you get them right. Also, the area that you're reading into now is no longer rectangular, so that code will have to be updated. GTK+ doesn't label menus in any way right now, but it will probably start doing so for 2.8. We might be able to do a better job then.
*** Bug 318901 has been marked as a duplicate of this bug. ***
*** Bug 327829 has been marked as a duplicate of this bug. ***
seems that this bug gets fixed by the patch attached to comment #14 of bug #121492. *** This bug has been marked as a duplicate of 121492 ***