Open gijs-blanken opened 4 months ago
xpra-5.0.6-1.fc40.x86_64 HTML5 Mac OSX Chrome client version 13
xpra start-desktop --daemon=no --start-child='xterm' --bind-tcp=0.0.0.0:10001
With the 'decode error packet' continuously flooding in.
On the server side there are the following errors:
2024-07-09 11:25:10,492 window 1 not found 2024-07-09 11:25:10,630 Warning: client decoding error: 2024-07-09 11:25:10,630 window 1 not found 2024-07-09 11:25:10,955 Warning: client decoding error: 2024-07-09 11:25:10,955 window 1 not found 2024-07-09 11:25:11,122 Warning: client decoding error: 2024-07-09 11:25:11,122 window 1 not found 2024-07-09 11:25:11,134 Warning: client decoding error: 2024-07-09 11:25:11,134 window 1 not found
Refreshing the tab fixes the issue, I intent to use xpra in a production environment so this is not feasible unfortunately.
Thanks in advance!
Please try again with an up to date version of both components.
I don't know what events chrome triggers when you suspend a tab, and I don't have a mac I can use to test it.
Version information
xpra-5.0.6-1.fc40.x86_64 HTML5 Mac OSX Chrome client version 13
How to reproduce:
xpra start-desktop --daemon=no --start-child='xterm' --bind-tcp=0.0.0.0:10001
With the 'decode error packet' continuously flooding in.
On the server side there are the following errors:
Config files
Output of xpra showconfig
```text Error: lpinfo command failed to run [Errno 2] No such file or directory: 'lpinfo' command used: 'lpinfo --make-and-model Generic PDF Printer -m' Error: lpinfo command failed to run [Errno 2] No such file or directory: 'lpinfo' command used: 'lpinfo --make-and-model Generic PostScript Printer -m' add-printer-options = '-u allow:$USER', '-E', '-o printer-is-shared=false' attach = auto audio = True audio-source = '' auth = auto-refresh-delay = 0.15 av-sync = True bandwidth-detection = False bandwidth-limit = 'auto' bell = True bind = 'auto' bind-quic = bind-rfb = bind-ssh = bind-ssl = bind-tcp = bind-vsock = bind-ws = bind-wss = border = 'auto,5:off' challenge-handlers = 'all' chdir = '' client-socket-dirs = '$XDG_RUNTIME_DIR/xpra/clients' clipboard = 'yes' clipboard-direction = 'both' clipboard-filter-file = '' compression_level = 1 compressors = 'none', 'lz4', 'zlib', 'brotli' csc-modules = 'all' cursors = True daemon = True dbus-control = True dbus-launch = 'dbus-launch --sh-syntax --close-stderr' dbus-proxy = True debug = '' delay-tray = False desktop-fullscreen = False desktop-scaling = 'on' display = '' displayfd = 0 download-path = '~/Downloads' dpi = 0 encoding = 'auto' encodings = 'h264', 'vp9', 'vp8', 'mpeg4', 'mpeg4+mp4', 'h264+mp4', 'vp8+webm', 'vp9+webm', 'png', 'png/P', 'png/L', 'webp', 'avif', 'rgb', 'rgb24', 'rgb32', 'jpeg', 'jpega', 'h265', 'av1', 'scroll', 'grayscale', 'stream' encryption = '' encryption-keyfile = '' env (used) = '#silence some AT-SPI and atk-bridge warnings:', 'NO_AT_BRIDGE=1'Client configuration
Refreshing the tab fixes the issue, I intent to use xpra in a production environment so this is not feasible unfortunately.
Thanks in advance!