From a25b98d9e454a3a7ee9bd0ebb5a9a7b9d3f6204b Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 9 Dec 2023 14:48:46 -0600 Subject: [PATCH] Ensure the proper variables are exported, so it doesn't load a vanilla LXQt session. --- scripts/start-lubuntu-live-env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/start-lubuntu-live-env b/scripts/start-lubuntu-live-env index 2ac3240..23e822b 100755 --- a/scripts/start-lubuntu-live-env +++ b/scripts/start-lubuntu-live-env @@ -4,5 +4,8 @@ openbox & lubuntu-installer-prompt # This is intentionally *not* backgrounded. # If it exits... +export XDG_CONFIG_DIRS="/etc/xdg/xdg-Lubuntu:"$XDG_CONFIG_DIRS +export XDG_DATA_DIRS="/usr/share/Lubuntu:"$XDG_DATA_DIRS +export DESKTOP_SESSION="Lubuntu" killall openbox startlxqt