[X2Go-User] Configure x2go-client to not forward specific key combinations?

Ulrich Sibiller uli42 at gmx.de
Fri Jul 10 19:03:27 CEST 2020


On Fri, Jul 10, 2020 at 6:33 PM Jonah Benton <jonah at 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


More information about the x2go-user mailing list