Server: NoMachine 7.8.2, OS = RHEL7.9 Linux
Client: NoMachine 7.8.2, OS = RHEL7.9 Linux
Problem: The German umlauts ü,ö,ä don’t work. I.e. if I type one of those letters nothings is printed out
Expected: German umlauts working on a german keyboard
To my surprise I have an US keyboard layout assigned by default, but the assignment of ‘z’ and ‘y’ corresponds to a German keyboard layout as well as all other keys:
$ setxkbmap -print
xkb_keymap {
xkb_keycodes { include “evdev+aliases(qwerty)” };
xkb_types { include “complete” };
xkb_compat { include “complete” };
xkb_symbols { include “pc+us+inet(evdev)” };
xkb_geometry { include “pc(pc101)” };
};
So this is basically fine, but the umlauts ü,ö,ä don’t work
When I switch to a German keyboard with variant “no dead keys” the whole layout seems to be messed up as also ‘z’ and ‘y’ are reversed and the u.mlauts ü,ö,ä still don’t work
$ setxkbmap -print
xkb_keymap {
xkb_keycodes { include “evdev+aliases(qwertz)” };
xkb_types { include “complete” };
xkb_compat { include “complete” };
xkb_symbols { include “pc+de(nodeadkeys)+inet(evdev)” };
xkb_geometry { include “pc(pc101)” };
};
Does anybody have an idea about how to resolve this problem with the German umlauts?