On Fri, Jul 10, 2020 at 6:33 PM Jonah Benton <jonah@jonah.com> wrote:
Ok, thank you, it looks like more guidance will be very welcome; in looking through the source tree and docs I can guess at a link where there needs to be a tool referenced in the NX_CLIENT environment variable, but starting x2goclient as:
$ which nxdialog /usr/bin/nxdialog $ NX_CLIENT=/usr/bin/nxdialog x2goclient
Very close! You need to change it in /usr/bin/x2gostartagent on the server:
Change export NX_CLIENT="${X2GO_LIB_PATH}/x2gosuspend-agent" to export NX_CLIENT="/usr/bin/nxdialog"
Uli