[X2Go-User] (no subject)

Ulrich Sibiller uli42 at gmx.de
Wed Feb 6 11:47:22 CET 2019


On Wed, Feb 6, 2019 at 8:46 AM Stroganov Roman
<stroganov.roman at gmail.com> wrote:
>
> Hello.
>
> If I am connected with linux x2go client to the server to me the full screen, but with an opportunity to minimize or maximize it with the help by a mouse is necessary. I know about hot buttons, but it not that it is necessary for my users. And they not always work:(
> Whether there is an opportunity to have a control bar a x2go session in the full-screen mode as it is made in Remmina or MS-RDP-Client? I enclosed screenshots of their control bars in the letter what would be clear.
> If I am able to do it - help to configure it please. If there is no such function, then tell is in development plans?

Well, the underlying nx code has support for such a bar. But it
requires the original nomachine nxclient binary (not for
starting/running the connection, but simply for displaying the control
bar).

You need to find an archive of the original nxclient binary by
nomachine in version 3.5. Then install it. Look up where it installs
the nxclient binary and change the following line in
/usr/bin/x2gostartagent:

export NX_CLIENT="${X2GO_LIB_PATH}/x2gosuspend-agent"

to

export NX_CLIENT="<path to you nxclient binary>"

There's an alternative nxclient binary in the (abandoned) neatx
package, see here for more details:
https://github.com/ArcticaProject/nx-libs/issues/435

Hope this helps,

Uli


More information about the x2go-user mailing list