Add instruction for X connections from gui container

This commit is contained in:
Maciej Lebiest 2023-07-25 18:46:52 +02:00 committed by GitHub
parent dcafe9f62d
commit e95a956905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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