You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--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.