fix DISPLAY for xfce
This commit is contained in:
parent
5fa46d7489
commit
045d70222b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ fi
|
|||
if which x2golistsessions >/dev/null && \
|
||||
[ -n "$DISPLAY" ] && \
|
||||
[ -n "$(x2golistsessions | \
|
||||
awk -F '|' '":"$3 == "'$DISPLAY'" && \
|
||||
awk -F '|' '":"$3 == "'${DISPLAY:1:2}'" && \
|
||||
$5 == "R" && \
|
||||
$8 == "'$(echo $SSH_CLIENT | \
|
||||
awk '{print $1}')'" { print $3 }')" ] && \
|
||||
|
|
Loading…
Reference in a new issue