From c4a5d54f2418c9dbafaacee6110e6f9b587b9492 Mon Sep 17 00:00:00 2001 From: Scarlett Moore Date: Sun, 16 Jul 2023 05:49:39 -0700 Subject: [PATCH] kde-neon-extension: new content pack, ensure XDG_CONFIG_HOME is set so that qt default.conf is found. --- tests/unit/extensions/test_kde_neon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/extensions/test_kde_neon.py b/tests/unit/extensions/test_kde_neon.py index 3db64029b2..b40c29d7a5 100644 --- a/tests/unit/extensions/test_kde_neon.py +++ b/tests/unit/extensions/test_kde_neon.py @@ -183,8 +183,8 @@ def assert_get_part_snippet(kde_neon_instance): }, { "XDG_CONFIG_HOME": ( - "$CRAFT_STAGE/etc/xdg:/snap/kf5-5-108-qt-5-15-10-core22-sdk/current/etc/xdg" - "/etc/xdg" + "$CRAFT_STAGE/etc/xdg:/snap/kf5-5-108-qt-5-15-10-core22-sdk" + "/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME}" ) }, {