From 423a48c05ec98f0765b5901c0b0ca88b22cb74ec Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 21 Jul 2020 12:16:16 -0500 Subject: [PATCH] Fix embarrassing typo in dbus WHUPS THAT'D BE WHY SHIT'S FUCKED --- firestarter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestarter b/firestarter index 78e76de..1e1968d 100755 --- a/firestarter +++ b/firestarter @@ -171,7 +171,7 @@ step_preexecute() { [ -z "$DBUS_SESSION_BUS_ADDRESS" ] && \ has dbus-launch; then # We have dbus but haven't started it yet - eval "$(dbus-laucnh --exit-with-session --sh-syntax)" + eval "$(dbus-launch --exit-with-session --sh-syntax)" _hasdbus=1 else warn "Did not start dbus; some applications may misbehave"