On Wed, Jun 17, 2020 at 3:08 PM Ulrich Sibiller <uli42@gmx.de> wrote:
Anyway I have another question about X2go: with windows client, in fullscreen mode, I can't see the mouse pointer. I read many forums about this "issue" and found that this only happens for x2go windows clients, is there some news about it?
Well, no: https://github.com/ArcticaProject/nx-libs/issues/86 and https://github.com/ArcticaProject/nx-libs/issues/7
What you might try here: configure you X server on Linux to use a soft cursor:
Section "Device" Identifier "graphicsdriver" Driver "your_driver" Option "SWCursor" "true" EndSection
I have not tried it but I am curious of the result.
Uli