xpra icon indicating copy to clipboard operation
xpra copied to clipboard

server xfce-4.16 desktop WM-resolution fixed at SXGA 1280x1024 (despite --resize-display=yes), for 6.1.3-10.r0.el8 (any > xpra-server-5.0.9-10.r5.el8), rocky-linux-8.9

Open sto6 opened this issue 4 months ago • 9 comments

Using xpra repo, I noticed 6.1.x xpra-server now available so tried them. But the desktop does not resize to the client, always remains fixed at 1280x1024. Going backwards I found xpra-server-5.0.9-10.r5.el8 works.

For working resize-display:

dnf erase --noautoremove xpra\*
dnf install xpra-server-5.0.9-10.r5.el8 xpra-x11-5.0.9-10.r5.el8

Versions that work: xpra-server-5.0.7-10.r0.el8, xpra-server-5.0.9-10.r5.el8 Versions that fail: xpra-server-5.0.10-10.r0.el8, xpra-server-6.1.2-10.r1.el8, xpra-server-6.1.3-10.r0.el8

Server-start command:

xpra start-desktop :33 --exit-with-children=yes --start-child=startxfce4 --resize-display=yes --desktop-scaling=no --dpi=96 --audio=no

Client used: xpra v6.1.2-r1 (macOS, Intel Monterey 12.7.6). Client attach command:

/Applications/Xpra.app/Contents/MacOS/Xpra attach ssh://sto@cdsr0/33 --desktop-fullscreen=yes --desktop-scaling=no --dpi=96 --swap-keys=no --opengl=yes --ssh=ssh --ssh-upgrade=no

Contents of client-side ~/.xpra/xpra.conf:

pulseaudio=no
file-transfer=off
speaker=disabled
microphone=disabled
bell=no
printing=no
html=off
webcam=no
chdir=~/Desktop
dpi=96
opengl=yes
mode=ssh
ssh=ssh
desktop-fullscreen=yes
desktop-scaling=no
swap-keys=no
ssh-upgrade=no
  • Server OS: Rocky-Linux 8.9, Intel
  • Client OS: macOS, Intel Monterey 12.7.6
  • Xpra Server Version 6.1.3-10.r0.el8 (any newer-than 5.0.9-10.r5.el8).
  • Xpra Client Version v6.1.2-r1

sto6 avatar Oct 11 '24 14:10 sto6