<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 7/4/24 3:00 PM, Ulrich Sibiller
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANVnVYKc03b1tDaohyi8z4_0u-tdFMg_C9RhU+sZBJO7fm+p2A@mail.gmail.com">
      <pre>he session suspend happens because of a long standing bug in x2go. To
fix it you need to:
1. install nxdialog on the server
2. change one line in /usr/bin/x2gostartagent (or wherever it is
located on your system) like this:
-export NX_CLIENT="${X2GO_LIB_PATH}/x2gosuspend-agent"
+export NX_CLIENT="/usr/bin/nxdialog"</pre>
    </blockquote>
    <p>This does not work with <br>
    </p>
    <p>export NX_CLIENT="/usr/bin/x2goclient" <br>
    </p>
    <p>I'm using arch linux. Where can I download nxdialog?<br>
    </p>
  </body>
</html>