Disable setting XDG_CURRENT_DESKTOP to KDE
We're not running kded so this causes more problems than it solves
This commit is contained in:
parent
5edd1d5d93
commit
05a5eb4752
@ -189,7 +189,8 @@ step_preexecute() {
|
|||||||
if has kcminit; then
|
if has kcminit; then
|
||||||
log "Initializing KDE Control Module settings"
|
log "Initializing KDE Control Module settings"
|
||||||
kcminit >/dev/null 2>&1
|
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
|
fi
|
||||||
# xhost
|
# xhost
|
||||||
if has xhost; then
|
if has xhost; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user