https://bugs.kde.org/show_bug.cgi?id=479943
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |NOT A BUG --- Comment #7 from Vlad Zahorodnii <[email protected]> --- I see no glitch as on the screenshot, but wezterm reacts incorrectly to configure events. When kwin asks wezterm to maximize, it does the following [2889903.183] xdg_toplevel#23.configure(3072, 1700, array[24]) [2889903.226] xdg_surface#22.configure(33919) [2889903.246] -> xdg_surface#22.ack_configure(33919) [2889903.294] -> xdg_surface#22.set_window_geometry(0, 0, 3072, 1700) [2889903.729] -> wl_surface#18.commit() acking the configure event and immediately setting new window geometry without rendering a new frame is wrong and with some compositors, wezterm can be killed for violating the xdg-shell spec (kwin is a bit permissive in this regard). -- You are receiving this mail because: You are watching all bug changes.
