I have often a lots of terminals and other window on one workspace and the wireframe shown while cycling if not enough. Suggested patch is attached. It doesn't include patch to the "Window manager tweaks" but the feature is optional.
Created attachment 916 cycle raise patch
Thanks a lot, I'll keep that for review after 4.4.0
Created attachment 4025 Temporarily raise window on cycle I picked this up from the Design SIG and noticed this bug exists later on. This patch has a slightly different approach as the original patch. It only temporarily raises the window. So cycling doesn't change the order of the other windows. This brings a problem with the current implementation. If something would trigger a clientApplyStackList during cycling the raised window would be placed back. (This wouldn't be hard to solve, only there are more ways to go) Future thinking: With compositing this feature could become obsolete if there would be a preview window in the tabwin. But might be irrelevant to the report.
I am not sure this is suitable, that makes cycling much more slower, that's not really within the goals of xfce tbh.
Note that since the original report was opened, a new cycling between windows of the same app has been implemented, which is quite convenient for cycling between terminals (and just terminals) for example.
(In reply to comment #4) > I am not sure this is suitable, that makes cycling much more slower, that's not > really within the goals of xfce tbh. It is an option to use it, not required. And for the systems from a couple of years ago this should be to much of a problem. To make switching faster the window could be raised after X time of waiting, but I don't think that is an usage improvement.
I'd like to second the inclusion of this patch. I've been using it for several months now and in my opinion it's usefulness for people who like to control their window manager with the keyboard simply cannot be overstated: switching to hidden windows becomes intuitive, there's no need to associate windows with their icons and names as with the built-in switcher. Running xfce on a three-year-old subnotebook, I cannot observe any slowness due to this patch. Furthermore, as the feature added by the patch is optional and switched-off by default, I cannot see any reason for not including it. Olivier, please reconsider applying this patch.
*** Bug 10645 has been marked as a duplicate of this bug. ***
Can we bring this back to life? I find it very frustrating that the windows are displayed as obfuscated blue blobs. I see where the windows are, but cannot see content. Why don't you make it possible? WindowMaker and Enlightenment allowed this in the old days. Every old window manager did.
Created attachment 7327 cycle raise patch Raising revival. This patch is against latest xfwm4 git master.
Created attachment 7328 cycle raise patch
I wonder - what should I do to avoid another 10 years period? :-) Perhaps some pull request?
David Siroky referenced this bugreport in commit 58dcef04b4737ec9871a312567923334d36b50fb Raise window while cycling https://git.xfce.org/xfce/xfwm4/commit?id=58dcef04b4737ec9871a312567923334d36b50fb
Long overdue, indeed. Kind of superfluous with window preview in cycling, though. Thanks for the patch.