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