default is wayland-0 not wayland-1
This commit is contained in:
parent
d89048c77c
commit
0974567d27
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue