summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-11 18:23:25 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-11 18:23:25 -0500
commit4268c588e658884de087838825ca56b1e9b8fd63 (patch)
treea8324d6c1ca4430c6a76aaf7876edada526b3f66
parentad1e2830ca0894079d2769db3bd728049c66662b (diff)
login: don't start dbus
-rw-r--r--.config/login.sh19
1 files changed, 9 insertions, 10 deletions
diff --git a/.config/login.sh b/.config/login.sh
index a74cd95..e3ada59 100644
--- a/.config/login.sh
+++ b/.config/login.sh
@@ -1,4 +1,3 @@
-
#!/bin/bash
# ~/.profile: executed by the command interpreter for login shells.
# Should be whether logging in graphically or not.
@@ -77,15 +76,15 @@ if [[ -z $XAUTHORITY ]]; then
fi
# D-Bus
-if [[ -z $DBUS_SESSION_BUS_ADDRESS ]] && type dbus-launch &>/dev/null; then
- # I want a separate instance for each login
- #dbus-launch > "${HOME}/.cache/sessions/dbus"
- #. "${HOME}/.cache/sessions/dbus"
- eval `dbus-launch`
-
- export DBUS_SESSION_BUS_ADDRESS
- export DBUS_SESSION_BUS_PID
-fi
+# if [[ -z $DBUS_SESSION_BUS_ADDRESS ]] && type dbus-launch &>/dev/null; then
+# # I want a separate instance for each login
+# #dbus-launch > "${HOME}/.cache/sessions/dbus"
+# #. "${HOME}/.cache/sessions/dbus"
+# eval `dbus-launch`
+
+# export DBUS_SESSION_BUS_ADDRESS
+# export DBUS_SESSION_BUS_PID
+# fi
# Load any box-specific stuff
if [[ -f "$XDG_CONFIG_HOME/login.local.sh" ]]; then