diff --git a/firestarter b/firestarter
index b7799cf..346af4b 100755
--- a/firestarter
+++ b/firestarter
@@ -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"