~x2go/x2go/+git/x2goclient:bugfix/osx-kerberos

Last commit made on 2015-06-03
Get this branch:
git clone -b bugfix/osx-kerberos https://git.launchpad.net/~x2go/x2go/+git/x2goclient

Branch merges

Branch information

Name:
bugfix/osx-kerberos
Repository:
lp:~x2go/x2go/+git/x2goclient

Recent commits

bb32a8c... by Mihai Moldovan

onmainwindow.cpp: try to escape shell quotes correctly when using Kerberos/GSSApi when running the xmodmap keyboard sync command on OS X.

3373687... by Mihai Moldovan

sshprocess.cpp: wrap all remote commands with "bash" instead of the unspecific "sh".

69fd7ea... by Mihai Moldovan

sshprocess.cpp: wrap SSH command prelude and conclusion in double quotes.

f07d58f... by Mihai Moldovan

sshprocess.cpp: export PATH variable when running commands.

Otherwise, only the first one will respect the new PATH value.

2fa1955... by Mihai Moldovan

onmainwindow.cpp: split up PATH value as printed in the error message box by a newline every 100 characters.

Makes it look less ugly and fixes truncation issues.

8bd0f08... by Mihai Moldovan

onmainwindow.cpp: add debugging output for new scdaemon PATH value.

4795846... by Mihai Moldovan

onmainwindow.cpp: add more newlines to scdaemon error output.

Use trayQuit() method to really quit the client.

cdbcf5c... by Mihai Moldovan

onmainwindow.cpp: drop a redundant variable and fix empty env check.

39eaa31... by Mihai Moldovan

x2goutils.cpp: correct typo to fix compile errors.

72bc412... by Mihai Moldovan

onmainwindow.cpp: add blocks to switch cases to fix a compile error.

Also correctly append to informative_text on one occasion, instead of
overwriting it.