Antoine Martin
Antoine Martin
This script is using the wrong command line arguments, it should use `tcp-auth=` and not `auth=`. This used to work, as a fallback, but this has been disabled for years.
@JAremko what was the full xdg error? Can you please post it with `xpra -d menu`? As for pyinotify, all xpra does is this: `import pyinotify`. You can try running...
Try: https://github.com/mviereck/x11docker
> Note that the advertised screen sizes are what OS X wants, not the true panel size. Both are actually 2x that. If the OS is lying to xpra, then...
> What I meant is that my end goal is to have Xpra rendering using the "real" pixels, as a HiDPI app, even if that means the underlying application will...
`uinput` is not needed, and if it was then it should not be installed via pip. `xvfb` should have been installed as a dependency when you installed `xpra`. So the...
xpra supports virtualgl just fine, try `xpra start --exec-wrapper="vglrun -d :1" --start=whatever` Or just `--start="vglrun -d :1 whatever"`
@davidsonder `av-sync` should be disabled unless your application does use audio *and* you have speaker forwarding enabled. But due to bugs, this was not the case. Both issues will be...
As per the log output, the server error will be found in `/run/user/1000/xpra/:76097835.log`. My guess is that this bug has been fixed a long time ago but the Ubuntu Groovy...
@utk-dev Ubuntu 21.10 only came out today so there are no stable packages from xpra.org, did you install from the beta channel? What version are you running? As per the...