Add instruction for X connections from gui container
This commit is contained in:
parent
dcafe9f62d
commit
e95a956905
1 changed files with 6 additions and 0 deletions
|
@ -64,6 +64,12 @@ starting dbus:
|
||||||
export $(dbus-launch)
|
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
|
unsetting `WAYLAD_DISPLAY` or `DISPLAY` can force apps to use the other one
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue