KDE ViewportCommand::InnerSize
is undone via instantaneous WindowEvent::Resized
#4259
Labels
ViewportCommand::InnerSize
is undone via instantaneous WindowEvent::Resized
#4259
Describe the bug
When running egui under kde the window cannot be resized programmatically.
This is not fixed by #4211 nor #4182.
Here's a truncated annotated
WAYLAND_DEBUG
spew:Full
WAYLAND_DEBUG
logI think the
xdg_toplevel@27.configure
is becoming aWindowEvent::Resized
and undoing the resize.I'm not certain but it could be that the
wl_buffer@87.destroy()
of the currently attached buffer is triggering a configure.This happens on KDE but not weston or Gnome. The winit example client doesn't exhibit this behaviour.
To Reproduce
Steps to reproduce the behavior:
You can launch a nested KDE session via:
If you're running nested:
Expected behavior
Window should resize.
Screenshots
Desktop (please complete the following information):
Additional context
This was brought to my attention by ruffle developers: ruffle-rs/ruffle#15781
The text was updated successfully, but these errors were encountered: