Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 2... Line 2...
2
[ -z "$SSH_CONNECTION" ] && return
2
[ -z "$SSH_CONNECTION" ] && return
3
[ -z "$DISPLAY" ] && return
3
[ -z "$DISPLAY" ] && return
4
[ "$SHLVL" -gt 1 ] && return
4
[ "$SHLVL" -gt 1 ] && return
5
 
5
 
6
GDK_BACKEND=x11; export GDK_BACKEND
6
GDK_BACKEND=x11; export GDK_BACKEND
7
eval $(dbus-launch --sh-syntax --exit-with-session)
7
eval $(dbus-launch --sh-syntax --exit-with-x11)