Skip to content

Commit

Permalink
kde-neon-extension: new content pack, ensure XDG_CONFIG_HOME is set s…
Browse files Browse the repository at this point in the history
…o that qt default.conf is found.
  • Loading branch information
ScarlettGatelyMoore committed Jul 18, 2023
1 parent 8389da6 commit c4a5d54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/extensions/test_kde_neon.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
)
},
{
Expand Down

0 comments on commit c4a5d54

Please sign in to comment.