mviereck / x11docker

Run GUI applications and desktops in docker and podman containers. Focus on security.
MIT License
5.62k stars 378 forks source link

Xpraversion and Xprarelease are only set when explicitely selecting --xpra #287

Closed jd666 closed 4 years ago

jd666 commented 4 years ago

Warning messages due to implicit selection of xpra:

$ xpra --version
xpra v3.0.6-r25177
$ x11docker --podman --desktop --size 1400x900 x11docker/mate
x11docker note: Option --podman: experimental only.

x11docker note: Using X server option --xpra

x11docker note: Your xpra version  is out of date. It is
  recommended to install at least xpra v1.0. Look at:  www.xpra.org

x11docker note: Your xpra version does not support desktop mode.
  Please use another X server option like --xephyr or --nxagent.

x11docker note: Xpra desktop mode works best since xpra v2.2-r17117.
  You have installed lower version xpra .
  It is recommended to use --xephyr or --nxagent instead.
  Rendering issues can be reduced disabling OpenGL in Xpra tray icon. Screen
  size issues can be avoided with non-integer scaling (e.g. --scale=1.01).
...
mviereck commented 4 years ago

Thank you for the report! I am looking at this.

mviereck commented 4 years ago

The bug is fixed now. Thanks again!