Rev 192 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# DBus session bus over SSH with X11 forwarding[ -z "$SSH_CONNECTION" ] && return[ -z "$DISPLAY" ] && return[ "$SHLVL" -gt 1 ] && returnGDK_BACKEND=x11; export GDK_BACKENDeval $(dbus-launch --sh-syntax --exit-with-x11)