https://bugs.kde.org/show_bug.cgi?id=489372
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG Status|CONFIRMED |RESOLVED --- Comment #9 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- I looked into the issue and it seems virtualbox moves itself by the amount of the titlebar height. My guess is that virtualbox uses the global window coordinates but it either mishandles reparenting window managers (kwin is one of them) or its _NET_FRAME_EXTENTS handling is broken. As a workaround, you could go to X11 session and create an "ignore requested geometry" window rule and then return back to Wayland session. https://invent.kde.org/plasma/kwin/-/merge_requests/6488 makes the window rule visible when you're running Wayland session, so you don't need to switch between sessions back and forth. You could also disable window borders for oracle: right click the deco and select "no titlebar and frame" in "more actions". Could somebody report this issue to VirtualBox developers please? I don't think that we can do anything about it, VirtualBox asks KWin to be moved and the latter honors the request. -- You are receiving this mail because: You are watching all bug changes.