summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-08-21 22:47:23 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-08-21 22:47:23 -0400
commit510fea7116c6bd01824af38b4e516b6e19fded81 (patch)
tree99bc145f164a450b95c9a35a1b2e0315ca1d98bb /.profile
parent69e7a06e976bbad54684b8c650853020c8352adb (diff)
parent6368f5b020f65de535ce74ad69bf64702daddb48 (diff)
Merge branch 'hp-dv6426us-par'
Diffstat (limited to '.profile')
-rw-r--r--.profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.profile b/.profile
index d05ae5e..f394fbd 100644
--- a/.profile
+++ b/.profile
@@ -42,6 +42,7 @@ _JAVA_OPTIONS=''
_JAVA_OPTIONS+=' -Dawt.useSystemAAFontSettings=on'
_JAVA_OPTIONS+=' -Dswing.aatext=true'
_JAVA_OPTIONS+=' -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
+_JAVA_OPTIONS+=" -Djava.io.tmpdir=$TMPDIR"
export _JAVA_OPTIONS
# ALSA
@@ -54,6 +55,13 @@ if [ -z "$XAUTHORITY" ]; then
export XAUTHORITY=$HOME/.Xauthority
fi
+# D-Bus
+if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then
+ eval `dbus-launch`
+ export DBUS_SESSION_BUS_ADDRESS
+ export DBUS_SESSION_BUS_PID
+fi
+
# Start background programs ##########################################
if [ -f "$HOME/.login-daemons" ]; then
. "$HOME/.login-daemons"