Skip to content

v6.2.0

Compare
Choose a tag to compare
@mviereck mviereck released this 17 Aug 20:16
· 728 commits to master since this release

6.2.0 - 2019-08-17

Added

  • --enforce-i: Run x11docker in interactive bash mode. Rather special option to provide a fix for special issues, e.g. running weston-launch on void linux that needs an interactive tty. Not recommended in general. (#166) (#176)
  • -F: Shortcut for --xfishtank.
  • -l: Shortcut for --lang.
  • -P: Shortcut for --printer.
  • -V: Same as -v, --verbose, but with colored output. Useful e.g. with --init=systemd.

Changed

  • Short options do not accept optional arguments. Affects -l -m -p -P -w -v.
  • -m: Does not accept optional argument =PATH. Use --home=PATH instead.
  • -v, --verbose: Does not accept argument =c anymore. Use -V instead.
  • -w: Does not accept argument anymore. Use --wm=ARG instead.
  • --xpra: Runs on Wayland since xpra v3.0-r23305.

Deprecated

  • --dbus-system: Use one of --init=systemd|openrc|runit|sysvinit instead.
    Current fallback: --init=systemd.

Fixed

  • --workdir: Has been overwritten / no effect.
  • Fixed tty check if not running in a terminal. (#176) (#177)