orion / rpms / dbus

Forked from rpms/dbus 2 years ago
Clone
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
dc3909
eval $(dbus-launch --sh-syntax --exit-with-x11)