diff options
author | Ted Gould <ted@gould.cx> | 2012-08-31 08:01:00 +0000 |
---|---|---|
committer | Tarmac <> | 2012-08-31 08:01:00 +0000 |
commit | a8f12272686ce1315017dc99a8c781d3cd3b0fe7 (patch) | |
tree | 2dd174b0ff580da96c30a88d4af824ff4d3c9b8a | |
parent | 36fd7b03c684909b9b7e8c35bc378df35fc1a368 (diff) | |
parent | c30ddbd7eeb3e35732eae1055e382436524ab3a4 (diff) | |
download | lightdm-remote-session-x2go-a8f12272686ce1315017dc99a8c781d3cd3b0fe7.tar.gz lightdm-remote-session-x2go-a8f12272686ce1315017dc99a8c781d3cd3b0fe7.tar.bz2 lightdm-remote-session-x2go-a8f12272686ce1315017dc99a8c781d3cd3b0fe7.zip |
Remove the NLA exclusion. Approved by Albert Astals Cid, jenkins.
-rwxr-xr-x | freerdp-session.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freerdp-session.in b/freerdp-session.in index 8868336..7eaead3 100755 --- a/freerdp-session.in +++ b/freerdp-session.in @@ -1,7 +1,7 @@ #!/bin/bash if [ -e ~/.freerdp-socket ]; then - @pkglibexecdir@/socket-sucker | /usr/bin/xfreerdp --plugin rdpsnd.so --no-nla -f --from-stdin + @pkglibexecdir@/socket-sucker | /usr/bin/xfreerdp --plugin rdpsnd.so -f --from-stdin else zenity --warning --text="Unable to locate FreeRDP socket" fi; |