From e95a9569051fabbec5a5f6822d27a4e22a6c5576 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 25 Jul 2023 18:46:52 +0200 Subject: [PATCH] Add instruction for X connections from gui container --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8776174..a9b3cb9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ starting dbus: export $(dbus-launch) ``` +allowing podman to connect to X display as "non-network local connections" + +```bash +xhost +"local:podman@" +``` + unsetting `WAYLAD_DISPLAY` or `DISPLAY` can force apps to use the other one ```bash