On Fri, Jul 10, 2020 at 6:33 PM Jonah Benton <[email protected]> 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
_______________________________________________
x2go-user mailing list
[email protected]
https://lists.x2go.org/listinfo/x2go-user

Reply via email to