From 259d2f97f6f7e595f1e01abffacd217167190fae Mon Sep 17 00:00:00 2001 From: wheaney <42350981+wheaney@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:27:27 -0700 Subject: [PATCH] Add plasma environment script back since it works for some environments --- kwin/bin/setup | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/kwin/bin/setup b/kwin/bin/setup index 23a532d..88f57af 100755 --- a/kwin/bin/setup +++ b/kwin/bin/setup @@ -65,18 +65,26 @@ cp bin/breezy_kwin_uninstall $XDG_BIN_HOME # Install QT_PLUGIN_PATH snippet into ~/.bash_profile if not present BASH_PROFILE="$HOME/.bash_profile" QT_PLUGIN_DIR="$HOME/.local/$QT_PLUGIN_DIR_RELATIVE" -QT_PLUGIN_EXPORT="export QT_PLUGIN_PATH=\"$QT_PLUGIN_DIR\"" +QT_PLUGIN_EXPORT="export QT_PLUGIN_PATH=\"$QT_PLUGIN_DIR:\$QT_PLUGIN_PATH\"" if [[ ! -f "$BASH_PROFILE" ]] || ! grep -Fq "$QT_PLUGIN_EXPORT" "$BASH_PROFILE" 2>/dev/null; then echo "Adding QT_PLUGIN_PATH to $BASH_PROFILE" mkdir -p "$(dirname "$BASH_PROFILE")" cat >> "$BASH_PROFILE" <> "$PLASMA_ENV_SCRIPT" <