Forum / NoMachine for Linux / German umlaut not working
Tagged: #umlaut
- This topic has 2 replies, 2 voices, and was last updated 4 years ago by
fra81.
-
AuthorPosts
-
March 3, 2022 at 16:33 #37773
rbullaParticipantServer: NoMachine 7.8.2, OS = RHEL7.9 Linux
Client: NoMachine 7.8.2, OS = RHEL7.9 LinuxProblem: 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 keyboardTo 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?
March 3, 2022 at 17:53 #37776
rbullaParticipantAdditional info (sorry, forgot to add this information):
- server side is NoMachine Workstation
- Desktop is KDE with KDE 4 from RHEL7.9
March 4, 2022 at 13:43 #37787
fra81ModeratorHi,
are you running a virtual desktop session or connecting to the physical display of the server? Do you confirm that the ‘setxkbmap -print’ command you showed is run in the remote session and not on the client machine? And could you run it also on the other side?
Logs can be useful. Please find how to gather them in https://knowledgebase.nomachine.com/AR10K00697. You can send them to forum[at]nomachine[dot]com.
Finally, please do a test. Instead of creating a new KDE desktop (assuming you are connecting to a virtual desktop, as per my initial question), try to ‘Create a new custom session’, by selecting to run the console ‘in a virtual desktop’. Is the keyboard layout correct there?
-
AuthorPosts
This topic was marked as solved, you can't post.
