From 11505a45554d8db0ca0fd6f5e77c88cbbb7cacb3 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sat, 21 May 2022 18:14:07 +0900 Subject: Fix wayland socket name The default socket name was changed to wayland-1 in weston 10.0. Each wayland client is using wayland-0 that is previous default name. This patch change wayland socket name using environment variable. Bug-AGL : SPEC-4394 Signed-off-by: Naoto Yamaguchi Change-Id: Ia6c8dff50e7979c0f3b809e6df76a57be6dca7df --- meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-lxc/recipes-demo/momiscreen') diff --git a/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen b/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen index 4af77b8c..2c0e461c 100644 --- a/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen +++ b/meta-agl-lxc/recipes-demo/momiscreen/momiscreen/momiscreen @@ -4,4 +4,5 @@ QT_WAYLAND_DISABLE_WINDOWDECORATION=1 QT_QPA_FONTDIR=/usr/share/fonts/truetype QT_IVI_SURFACE_ID=2000 QT_WAYLAND_SHELL_INTEGRATION=ivi-shell +WAYLAND_DISPLAY=wayland-1 HOME=/home/root -- cgit 1.2.3-korg