On Thu, Mar 14, 2019 at 2:26 PM Mihai Moldovan <ionic@ionic.de> wrote:
- On 3/14/19 2:20 PM, Robert Kudyba wrote:
I'm not seeing the Keyboard/Configure keyboard settings in a Mac like I do on Windows. Is it hidden in some sub-menu?
It's not available on macOS at all, since macOS is very special. The keyboard settings are synchronized using an xmodmap timer, the X.Org rules are not touched at all. Were they, stuff would just blow up.
This is not a limitation of X2Go, but the way the X11/Quartz keyboard synchronization works with XQuartz for some reason. It's always set to pc104/us/null/null (or some variant of this), even if the actual layout is something entirely different.
So chances are I introduced a problem here with this nxagent patch 522106e207e7230da5e62fb88f2e47742fdf1b21. What do you think, Mihai? Can you reproduce the crash?
Uli