From 0974567d27d905405165aeadba256d59be16590a Mon Sep 17 00:00:00 2001 From: Anders da Silva Rytter Hansen Date: Thu, 3 Sep 2026 18:07:12 +0200 Subject: [PATCH] default is wayland-0 not wayland-1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ad3552d..7b5dfdf 100644 --- a/README.md +++ b/README.md @@ -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: