Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.98k stars 169 forks source link

shadow mode @ wayland client: content drawn to just 1/4th of window size #4255

Closed thomas725 closed 1 month ago

thomas725 commented 5 months ago

Describe the bug I'm connecting from a KDE Plasma Wayland client to a Cinnamon X11 server in shadow mode. The Window size seems reasonable, but the content of the desktop is only drawn to the lower left 1/4th of the window, but the mouse pointer is interpreted as if the whole window represents the servers desktop. So it is impossible to control like that.

System Information (please complete the following information):

Screenshot Screenshot_20240614_093754

thomas725 commented 5 months ago

I've recently upgraded the server from v3.1 but saw those warnings during the upgrade:

dpkg: warning: unable to delete old directory '/usr/lib/udev/rules.d': Directory not empty
dpkg: warning: unable to delete old directory '/etc/xpra/conf.d': Directory not empty
dpkg: warning: unable to delete old directory '/etc/xpra': Directory not empty

Is that maybe related to my new issue?

totaam commented 5 months ago

Is that maybe related to my new issue?

No. This is dpkg struggling to remove the old package - for whatever reason.

To workaround the window size issue, you can run your client with --opengl=no. It will be much slower, but should draw over the whole window.

thomas725 commented 5 months ago

thanks, that works! but as predicted, it's quite slow. but at least it works ^^ thank you very much :)

totaam commented 1 month ago

This should have been fixed in 6.1.x, please comment if not.