Subversion Repositories configs

Rev

Rev 203 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# DBus session bus over SSH with X11 forwarding
2
[ -z "$SSH_CONNECTION" ] && return
3
[ -z "$DISPLAY" ] && return
4
[ "$SHLVL" -gt 1 ] && return
5
 
6
GDK_BACKEND=x11; export GDK_BACKEND
7
eval $(dbus-launch --sh-syntax --exit-with-session)