35902d
# DBus session bus over SSH with X11 forwarding
35902d
[ -z "$SSH_CONNECTION" ] && return
35902d
[ -z "$DISPLAY" ] && return
35902d
[ "$SHLVL" -gt 1 ] && return
35902d
35902d
GDK_BACKEND=x11; export GDK_BACKEND
35902d
eval $(dbus-launch --sh-syntax --exit-with-session)