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?
He is grateful for any help!
-- С Уважением Строганов Роман
Try using display 1 instead of "fullscreen" and see if that does what
you want.
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting. Knowledgeable human assistance, not telephone trees or script readers. See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.
On Wed, 6 Feb 2019, Stroganov Roman wrote:
Date: Wed, 6 Feb 2019 09:38:08 +0200 From: Stroganov Roman <stroganov.roman@gmail.com> To: x2go-user@lists.x2go.org Subject: [X2Go-User] [utf-8] (no subject)
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?
He is grateful for any help!
-- ÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ ÿÿÿÿÿÿÿÿÿÿ
Am 06.02.19 um 08:38 schrieb Stroganov Roman:
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:(
There's the "magic pixel" - you can move your mouse to the upper right corner of the fullscreen session and click there. It will instantly minimize a fullscreen session, unless you have disabled that feature on the server (in /etc/x2go/x2goagent.options). Note that this might not work on Microsoft Windows.
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?
No such function exists. It is also not in development, nor do we have any plans to add this function any time soon.
You can press Ctrl+Alt+F to toggle between fullscreen and windowed mode, or start your session in windowed mode instead of fullscreen mode if you want window decorations (minimize/maximize buttons), as Robert explained.
Kind Regards, Stefan Baur
-- BAUR-ITCS UG (haftungsbeschränkt) Geschäftsführer: Stefan Baur Eichenäckerweg 10, 89081 Ulm | Registergericht Ulm, HRB 724364 Fon/Fax 0731 40 34 66-36/-35 | USt-IdNr.: DE268653243
On Wed, Feb 6, 2019 at 8:46 AM Stroganov Roman <stroganov.roman@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