Stop sourcing xsessionrc

This was and always will be a bad idea
This commit is contained in:
Salt 2020-07-08 00:35:48 -05:00
parent ee21a30107
commit 9bf854d22f

View File

@ -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"