aboutsummaryrefslogtreecommitdiff
path: root/x2go-session.in
diff options
context:
space:
mode:
Diffstat (limited to 'x2go-session.in')
-rwxr-xr-xx2go-session.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2go-session.in b/x2go-session.in
index 658af13..227581c 100755
--- a/x2go-session.in
+++ b/x2go-session.in
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -e ~/.x2go-socket ]; then
- @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts --kbd-type auto 2>&1 | logger -t lightdm-remote-session-x2go --
+ @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts --kbd-type auto --sound pulse 2>&1 | logger -t lightdm-remote-session-x2go --
else
zenity --warning --text="Unable to locate X2GoSession/PyHoca socket"
fi;