GNOME Bugzilla – Bug 794264
Remove "present window" workaround
Last modified: 2018-04-11 02:33:42 UTC
I'm talking about your fix here: https://bugzilla.gnome.org/show_bug.cgi?id=766284#c40 Tested in Lollypop and Eolie and I revert this back. It randomly break Mutter/Gnome Shell Alt-Tab feature. And so now, when using geary, randomly, I can't switch my window (fast switch) anymore until I close geary.
Hey Cédric, which windowing system does it not work for you in - Wayland, right? How does it break Alt-Tab? Does it work any better if you use get_monotonic_time() instead of get_real_time() in geary-application.vala and composer-container.vala, per Bastien's suggestion in https://bugzilla.gnome.org/show_bug.cgi?id=766284#c47?
Yes, it works! https://gitlab.gnome.org/gnumdk/eolie/commit/8fdc623372123f87a68f176b83ad8478d51a62c2
Has this been fixed in current master? Please do not release a new stable version with this bug ;) I can confirm that I'm running Lollypop and Eolie with get_monotonic_time() and it works perfectly.
Thanks for the reminder Cédric! Fix pushed to master as commit cfaee5cb and geary-0.12 as commit 20aa13d6.