From 84a2fd1c5363b66ae898c1377db0b5ad17c59fcf Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Fri, 5 May 2023 11:03:42 +0900 Subject: Reworking environment variable setting for guest After the drm-lease-manager update, the drm-lease socket file setting is move on each environment variable setting. On the other hand, previous setting was not remove from system.conf for each guest. This patch remove drm-lease-manager and qt environment variable setting from system.conf for each guest. Bug-AGL: SPEC-4777 Change-Id: I972ee51f593ab305e0ffa548083cff11cf0014d5 Signed-off-by: Naoto Yamaguchi --- meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-agl-ic-container/recipes-demo/momiplay') diff --git a/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay b/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay index be5a97a1..62c21af9 100644 --- a/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay +++ b/meta-agl-ic-container/recipes-demo/momiplay/momiplay/momiplay @@ -1,8 +1,11 @@ XDG_RUNTIME_DIR=/run/user/0 QT_QPA_PLATFORM=wayland-egl +QT_QPA_PLATFORM_PLUGIN_PATH=/usr/lib/plugins/ QT_WAYLAND_DISABLE_WINDOWDECORATION=1 QT_QPA_FONTDIR=/usr/share/fonts/truetype QT_IVI_SURFACE_ID=2011 QT_WAYLAND_SHELL_INTEGRATION=ivi-shell +QML_IMPORT_PATH=/usr/lib/qml/ +QML2_IMPORT_PATH=/usr/lib/qml/ WAYLAND_DISPLAY=wayland-1 HOME=/home/root -- cgit 1.2.3-korg