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 107071 - Keeping minimized windows at end of Alt+Tab is not working
Keeping minimized windows at end of Alt+Tab is not working
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: High normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2003-02-25 22:33 UTC by Havoc Pennington
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix for minimized windows (5.47 KB, patch)
2003-03-13 07:03 UTC, Rob Adams
none Details | Review

Description Havoc Pennington 2003-02-25 22:33:09 UTC
The code tries to put minimized windows at the end of Alt+Tab, but 
it doesn't work for me. Right now I have four browser windows open; 
minimize one, press Alt+Tab, the one I minimized is the default one that
I would go to.
Comment 1 Rob Adams 2003-03-13 07:03:04 UTC
It turns out that while the tab popup was using the ordering with
minimized windows at the end, the get_tab_next function was not, and
this was being used to decide what the initial value should be.

I'm attaching a patch that fixes this problem.
Comment 2 Rob Adams 2003-03-13 07:03:45 UTC
Created attachment 14986 [details] [review]
fix for minimized windows
Comment 3 Havoc Pennington 2003-03-13 15:32:45 UTC
Thanks, please commit. There was one "g_list_free(" without space 
before the parens, is the only issue I saw with the patch.
Comment 4 Rob Adams 2003-03-13 21:31:30 UTC
committed