default is wayland-0 not wayland-1

This commit is contained in:
Anders da Silva Rytter Hansen 2026-09-03 18:07:12 +02:00
commit 0974567d27

View file

@ -64,17 +64,17 @@ RENDERER=egl 12to11 -printsocket
For example, it may print:
```text
wayland-1
wayland-0
```
Keep that process running. In another terminal, use the socket name printed by 12to11:
```bash
export WAYLAND_DISPLAY=wayland-1
export WAYLAND_DISPLAY=wayland-0
waydroid show-full-ui
```
If 12to11 prints a different socket name, use that name instead. Do not assume that the socket is always `wayland-1`.
If 12to11 prints a different socket name, use that name instead. Do not assume that the socket is always `wayland-0`.
If the Waydroid session is not already running, start it before showing the UI: