Skip to content

v5.2.0

Compare
Choose a tag to compare
@mviereck mviereck released this 17 Sep 20:57
· 1074 commits to master since this release

5.2.0 - 2018-09-17

Added

  • --webcam: New option to share webcam devices /dev/video*. (#75)
  • --hostdbus: New option to connect container to DBus session from host.
  • -q: New option, shortcut for --stdout --stderr --silent.
  • -Q: New option, shortcut for --stdout --stderr.

Changed

  • --wayland: Does not run --dbus-system anymore to avoid complexity and issues on arch linux. Some old GTK3 applications may fail now. In that case use --weston instead.
  • --sharedir DIR: Appending :ro to DIR restricts to read-only access.

Fixed

  • --systemd --verbose: journalctl.log was not shown (regression fix).
  • --systemd: fixed slow DBus startup.