Skip to content

v6.0.0

Compare
Choose a tag to compare
@mviereck mviereck released this 08 Jul 17:46
· 796 commits to master since this release

6.0.0 - 2019-07-08

Changed

  • --wm: Use image x11docker/openbox to provide a window manager.
    Set --wm=host or --wm=COMMANDto use a host window manager.
    Set --wm=IMAGE to run local image IMAGE as window manager. (#158)

Removed

  • --vcxsrv: X server on Windows. Use runx on MS Windows instead to provide X for x11docker: https://github.com/mviereck/runx (#165)
  • --pulseaudio on MS Windows is no longer supported.
  • --ps, --trusted, --untrusted, --no-xtest, --no-xhost,
    --silent, --stderr, --stdout, --nothing, --cachedir, --starter,
    --tini, --systemd, --openrc, --runit, --sysvinit, --no-init,
    --sys-admin: Removed; search this changelog for possible replacements noted in 'Deprecated' chapters.

Fixed

  • --gpu with automated NVIDIA driver installation:
    Don't set --security-opt=no-new-privileges. (#162)
  • --hostwayland: Fix socket name issue. (ehough/kodi #26)
  • WSL: Add Windows System32 path to PATH. Can miss with sudo. (#153)
  • --update, --update-master: Support more common tar beside unzip. (#115)
  • --xwin: Use random display number. (#165)
  • --xpra: Check for option availability to support multiple versions.
    Significantly faster startup since xpra v3.0-r23066. (#167) (#165)