Skip to content

v4.3.4

Compare
Choose a tag to compare
@mviereck mviereck released this 15 Jun 11:55
· 1196 commits to master since this release

4.3.4 - 2018-06-15

Changed

  • --dbus-system --sharecgroup: support of elogind in container.
  • Timezone syncing: Do not mount-bind /etc/localtime.
    If tzdata is missing in image, but host and image have same libc,
    provide current timezone file only. Create symlink /etc/localtime within
    container. If all that fails, set TZ with offset to UTC. (#50)
  • Improved message.fifo handling from within dockerrc and container.
  • Disentangled final code sequence of xinit and docker run.

Fixed

  • Check for running docker daemon in dockerrc instead of using pidof. (#49)
  • Show error message if X server fails to start. Supress warning if needless.
  • --xpra: Do not exit on failed in xpra server log. (seen on Ubuntu 18.04).
  • --xorg: Show Xwrapper.config warning if needs_root_rights=yes is
    missing. (Seen on Ubuntu 18.04).
  • --xorg: Password prompt did not appear on new display.
  • --nothing: Bugfix password prompt on console.
  • --nothing: Avoid startup error message.
  • --nothing: Don't start X if running within X / dependency check issue.
  • --nothing: Pull request for non-local images was invisible.