This commit is contained in:
Anthony Rose 2022-07-23 18:42:19 +01:00
parent 3789eca326
commit e7850cf06b

View file

@ -162,11 +162,11 @@ _podman_cli_args=(
_podman_desktop_args=( _podman_desktop_args=(
--security-opt label=disable --security-opt label=disable
--volume /tmp/.X11-unix/:/tmp/.X11-unix/ --volume /tmp/.X11-unix/:/tmp/.X11-unix/
-env DISPLAY=:0 --env DISPLAY=:0
-volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR --volume $XDG_RUNTIME_DIR:$XDG_RUNTIME_DIR
-env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR --env XDG_RUNTIME_DIR=$XDG_RUNTIME_DIR
-env XDG_SESSION_TYPE=wayland --env XDG_SESSION_TYPE=wayland
-env MOZ_ENABLE_WAYLAND=1 --env MOZ_ENABLE_WAYLAND=1
--ipc host --ipc host
) )
alias prun="podman run ${_podman_cli_args[@]}" alias prun="podman run ${_podman_cli_args[@]}"