aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rwxr-xr-xx2go-session.in3
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index d8336ae..7432fed 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends:
${misc:Depends},
libpam-x2go (>= 0.0.2),
lightdm (>= 1.3.3-0~),
- pyhoca-cli (>= 0.2.1.0-0~),
+ pyhoca-cli (>= 0.5.99.1-0~),
socat,
zenity,
Suggests:
diff --git a/x2go-session.in b/x2go-session.in
index 36d1b3b..66dd62a 100755
--- a/x2go-session.in
+++ b/x2go-session.in
@@ -22,7 +22,8 @@
socket="$HOME/.x2go-socket";
if [ -e "$socket" ]; then
- socat unix-connect:"$socket" - | /usr/bin/pyhoca-cli --from-stdin \
+ socat unix-connect:"$socket" - | /usr/bin/pyhoca-cli --try-resume \
+ --from-stdin \
--add-to-known-hosts \
--kbd-type auto \
--sound pulse \