From 05a5eb4752f2a9d2debd672c687da1fe9c7f850f Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 17 Jun 2020 01:01:46 -0500 Subject: [PATCH] Disable setting XDG_CURRENT_DESKTOP to KDE We're not running kded so this causes more problems than it solves --- firestarter | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firestarter b/firestarter index 1a70683..5855cec 100755 --- a/firestarter +++ b/firestarter @@ -189,7 +189,8 @@ step_preexecute() { if has kcminit; then log "Initializing KDE Control Module settings" kcminit >/dev/null 2>&1 - export XDG_CURRENT_DESKTOP="KDE" + # Disabled here because an XDGCD of KDE implies kded and other KDE parts, breaking copypasta and other things + #export XDG_CURRENT_DESKTOP="KDE" fi # xhost if has xhost; then