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
--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)