https://bugs.kde.org/show_bug.cgi?id=486023
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DOWNSTREAM Status|REPORTED |RESOLVED --- Comment #1 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- [1579325.746] xdg_toplevel#27.configure(2560, 1366, array[8]) [1579325.762] xdg_surface#26.configure(486) [1579325.775] -> xdg_surface#26.ack_configure(486) [1579325.824] -> xdg_surface#26.set_window_geometry(0, 0, 2560, 1366) [1579326.246] -> wl_surface#22.commit() [1579326.267] -> wl_surface#22.frame(new id wl_callback#43) wezterm incorrectly handles maximize requests. what happens now: - kwin asks wezterm to maximize - wezterm acks the request and tells kwin that it has finished processing the maximize request - wezterm repaints the window with the new size later what **should** happen: - kwin asks wezterm to maximize - wezterm repaints the window with the new size - wezterm acks the maximize request sent by kwin earlier Can you report this issue to wezterm developers please? -- You are receiving this mail because: You are watching all bug changes.