~michael-sheldon/ubuntu-touch-session/fix-1659388

« back to all changes in this revision

Viewing changes to etc/profile.d/dbus-source.sh

  • Committer: Oliver Grawert
  • Date: 2014-02-06 16:50:01 UTC
  • Revision ID: ogra@ubuntu.com-20140206165001-mif4nq4jgoloex4k
Plymouth job is getting split into two, override the new portion plymouth-shutdown to manual as well

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# truncate obsolete ~/.dbus-session file if it exists
 
2
[ -e $HOME/.dbus-session ] && echo >$HOME/.dbus-session
 
3
 
1
4
# source dbus address from new location
2
 
[ -e $XDG_RUNTIME_DIR/dbus-session ] && . $XDG_RUNTIME_DIR/dbus-session
3
 
[ -n "$DBUS_SESSION_BUS_ADDRESS" ] && export DBUS_SESSION_BUS_ADDRESS
 
5
[ -e $HOME/.cache/upstart/dbus-session ] && . $HOME/.cache/upstart/dbus-session
 
6
export DBUS_SESSION_BUS_ADDRESS