From 268a90f1a505a00e1eab794e9c1760fdff5592d3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 15 Feb 2025 14:45:09 +0900 Subject: app: improve WAYLAND_DISPLAY correctness This now has identical behaviour as wayland C library. Signed-off-by: Ophestra --- internal/app/app_nixos_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/app/app_nixos_test.go') diff --git a/internal/app/app_nixos_test.go b/internal/app/app_nixos_test.go index 062bfe0f..18a42e16 100644 --- a/internal/app/app_nixos_test.go +++ b/internal/app/app_nixos_test.go @@ -102,7 +102,7 @@ var testCasesNixos = []sealTestCase{ "SHELL": "/run/current-system/sw/bin/zsh", "TERM": "xterm-256color", "USER": "u0_a1", - "WAYLAND_DISPLAY": "/run/user/1971/wayland-0", + "WAYLAND_DISPLAY": "wayland-0", "XDG_RUNTIME_DIR": "/run/user/1971", "XDG_SESSION_CLASS": "user", "XDG_SESSION_TYPE": "tty", -- cgit v1.3.1