Skip to content

v6.3.0

Compare
Choose a tag to compare
@mviereck mviereck released this 04 Oct 17:54
· 655 commits to master since this release

6.3.0 - 2019-10-04

Added

  • --showinfofile: New option: Echo path to internal x11docker info storage
    file. Can be parsed for informations like container IP and name.
  • --newprivileges [=yes|no]: New option to set or unset docker run
    option --security-opt=no-new-privileges.

Changed

  • Return exit code of container command. x11docker errors return code 64.
  • --dbus: Optional argument =system to run a DBus system daemon.
    Similar to previous --dbus-system. For experimental setups only.
  • --dbus-system: Already deprecated in v6.2.0.
    New fallback: --dbus=system --cap-default.
  • --exe: Run with tini/docker-init if available.
  • --showenv: Does not contain X11DOCKER_CACHE anymore.
    Have a look at --showinfofile instead.
  • --weston, --kwin, --hostwayland: Always set all Wayland environment
    variables and run with DBus user daemon. Previously needed --wayland.
  • --xdummy --gpu/--xvfb --gpu: Supported only in host X,
    no longer on console or on Wayland.
  • --xephyr: enabled -glamor.
  • Wait before starting X until possible password prompt is ready.
  • Lots of code cleanup.

Fixed

  • Enable X extension X-Resource to allow Gnome 3 in container.
    (#16)
  • Avoid double IP address while checking docker0 interface.
    (#182)
  • Avoid possible race condition of display number on simultaneous starts.