Stop sourcing xsessionrc
This was and always will be a bad idea
This commit is contained in:
parent
ee21a30107
commit
9bf854d22f
@ -148,7 +148,7 @@ fsstatus() {
|
||||
step_preexecute() {
|
||||
# Special things that can't use simple configuration files
|
||||
[ -n "$_optdryrun" ] && return 0
|
||||
[ -r "$HOME/.xsessionrc" ] && . "$HOME/.xsessionrc"
|
||||
#[ -r "$HOME/.xsessionrc" ] && . "$HOME/.xsessionrc"
|
||||
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-firestarter}"
|
||||
[ -n "$FIRESTARTER" ] && error "Firestarter is already running: $FIRESTARTER" 55
|
||||
export FIRESTARTER="$BASHPID"
|
||||
|
Loading…
Reference in New Issue
Block a user