Antoine Martin
Antoine Martin
@Heimdell my bad, sorry. The fix is trivial: https://github.com/Xpra-org/xpra/commit/deb31610ea3ecc684ee0861dc258b1384e18aa0e So you can easily apply it to your installation (edit `/usr/bin/run_scaled` by hand) until xpra 4.1.2 is released, or you can...
`--systemd-run=no`
> `[Errno 2] No such file or directory: '/run/user/1001/xpra'` > ` ($XDG_RUNTIME_DIR has not been created?)` Either ensure the `XDG_RUNTIME_DIR` directory is created when you `su -`, or add this...
> xpra X11 version 2.1.3-r17247M 64-bit The version of xpra in the Debian and Ubuntu repositories is generally buggy as hell, see [downstream packages](https://xpra.org/trac/wiki/Packaging/DistributionPackages) This will cause all sorts of...
xpra will start a vfb to run the X11 application, this can take several seconds and is out of our control. xpra 3.0 will have faster startup: https://xpra.org/trac/ticket/2341 In the...
[Existing local printers deleted on server exit ](https://xpra.org/trac/ticket/2095)
The Debian / Ubuntu packages _never_ get any bug fixes (not even crasher bugs or security issues): https://xpra.org/trac/wiki/Packaging/DistributionPackages
FYI: as of xpra v3, you don't have to sleep to connect to a socket [client to retry to connect until it succeeds ](https://www.xpra.org/trac/ticket/2346).
Hi @tianjunwork, 1. Based what I saw in `compute_default_look_ahead` I've tried setting a low value for `intra_period` and `rate_control_mode=1`. It still buffered around 40 frames - am I doing something...
> `set_parent_pcs()` which uses fps also affects input_output_buffer_fifo_init_count value. That's what I feared, the fps value is capped between 24 and 120 fps, and the return value is 1.25 seconds...