bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55836: 29.0.50; (iconify-frame) freezes buffer view under Wayland.


From: Po Lu
Subject: bug#55836: 29.0.50; (iconify-frame) freezes buffer view under Wayland.
Date: Tue, 27 Sep 2022 08:25:24 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux)

Tino Calancha <tino.calancha@gmail.com> writes:

>> What if you use GNOME Shell?  The problem is no window state changes are
>> normally sent by GDK under Wayland, so Emacs doesn't even get to the
>> piece of code that clears FRAME_ICONIFIED_P.
>
> Under Gnome Shell both patches fix the issue in my machine.

That's really odd.  But I think I now know what's going on.

Could you install debug info for GDK, put breakpoints on both
window_state_event (in pgtkterm.c) and
gdk_wayland_window_handle_configure (in gdkwindow-wayland.c)?

Please see whether the former is called after the latter, and in doing
so clears the iconified flag?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]