7.0.0 - 2022-01-20
Added
--xc: New option to run X server in container ofx11docker/xserver.
Most X server and Wayland options are supported except those
running on console (notable--xorg).--xpra2: New X server option to run xpra server in container (--xc),
but xpra client on host.--xpra2-xwayland: New X server option to run accelerated xpra server
in container (--xc), but xpra client on host.- Configuration of x11docker with
defaultpreset file. Compare--preset.
Allows to specify options that will be applied in all x11docker sessions.
Useful to declare a default--backendand/or--runtime. --runtime=sysbox-runc: Experimental support of sysbox runtime.--printenv [=FILE]: Replaces--showenv.--printid [=FILE]: Replaces--showid.--printinfofile [=FILE]: Replaces--showinfofile.--printpid1 [=FILE]: Replaces--showpid1.
Changed
--network=noneis default now. Use-I, --networkto allow internet access.--user=root: Needs--sudouseror--cap-defaultfor usual root privileges.--xorg: Not used as fallback if not on tty.--xvfb:--printenvis not set automatically.--xvfb: No ugly GPU support anymore.--xpra: No Xdummy support anymore. NeedsXfvb.--vt [=N]: Argument N is optional now.
(#404)create_dockerrc(): removed, components integrated in main script.
Fixed
--gpu: Set environment variables ofprime-run.
(#394)- NVIDIA: Wayland/Xwayland support since driver>=470.x and Xwayland>=21.1.2
(#394) --user=RETAIN: Fix socket sharing bug caused byconvertpath().
(#394)
Deprecated
--kwin-xwayland: use--weston-xwaylandinstead.--showenv: use--printenvinstead.--showid: use--printidinstead.--showinfofile: use--printinfofileinstead.--showpid1: use--printpid1instead.
Removed
x11docker-gui: Removed due to outdated and unmaintainedkaptain.--pull: Please pull missing images yourself.--pw: Run x11docker directly as root or with sudo if needed.--xdummy:Use--xvfbinstead.