<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
The file /usr/bin/x2goagent looked like this:<br>
<br>
-e #!/bin/bash<br>
    X2GO_LIBS=/usr/lib/x2go LD_LIBRARY_PATH=/usr/lib/x2go exec
/usr/lib/x2go/x2goagent $@<br>
<br>
I removed the "-e " in front of the first line, but it did not have any
effect, the same error still persists.<br>
<br>
<br>
Oleksandr Shneyder wrote:
<blockquote cite="mid:4D39641B.8040700@obviously-nice.de" type="cite">
  <pre wrap="">Am 21.01.2011 11:21, schrieb jmm:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">$ cat session.log
/usr/bin/x2goagent: line 1: -e: command not found

      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
please check, if your /usr/bin/x2goagent look so:

#!/bin/bash
    X2GO_LIBS=/usr/lib/x2go LD_LIBRARY_PATH=/usr/lib/x2go exec
/usr/lib/x2go/x2goagent $@



  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
X2go-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:X2go-dev@lists.berlios.de">X2go-dev@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/x2go-dev">https://lists.berlios.de/mailman/listinfo/x2go-dev</a>
  </pre>
</blockquote>
</body>
</html>