Skip to content

x2goserver/bin/x2gostartagent: Use nxdialog as NX_CLIENT.

Mike Gabriel requested to merge personal/sunweaver/nxdialog into master

This brings interactive dialogs to NX-based X2Go server sessions for NX hot key events and allows the user to e.g. confirm if a session shall be suspended/terminated.

On rootless window sessions this provides a pulldown menu when moving the pointer from the application area to the window's title bar, presenting options to suspend or terminate the application.

Additionally, the dialog prefix is set to 'X2Go -' instead of the default 'NX -'. Requires: https://github.com/ArcticaProject/nx-libs/pull/1079

Merge request reports