I updated my kwin_wayland today and I can't seem to fullscreen it, it just switches between maximized mode and normal mode. Reproducible: Always Steps to Reproduce: 1. Have a bottom panel and konsole window open 2. Press F11 key (assigned to fullscreen in konsole) Actual Results: Konsole doesn't fullscreen Expected Results: It should switch to fullscreen mode
can you check with WAYLAND_DEBUG whether it tries to go to fullscreen at all?
Created attachment 101027 [details] wayland_debug_konsole.log % WAYLAND_DEBUG=1 konsole 2> log .... % grep -i fullscreen log [413498.078] -> wl_shell_surface@27.set_fullscreen(0, 0, nil) is what I get in log, I've attached the log file.
Relevant part of the debug output: [413499.415] wl_shell_surface@27.configure(0, 1366, 739) [413499.468] wl_shell_surface@27.configure(0, 1346, 691) That is clearly one configure too many
*** This bug has been marked as a duplicate of bug 366764 ***