If you add a language you get that option when switching. I run mint and on the graphical interface bottom right next to the clock i get the language option that changes the keyboard layout.
Your suggested approach is used by my side too, it for 3 OS - BTW to do that switch is practically mandatory add before each “Locale” to the “Keyboard” at “Settings”
You may be able to trigger it to read all the changed config files if you log out and log in again.
If that does not work, the traditional way to make Unix reread all its config files is to stop and restart the init process.
No idea how to do that with systemd, but the old fashioned way in BSD was kill -1 1… because init starts all other daemons, when it restarts it will restart all other daemons and they will read their config files.
Maybe kill -TERM 1 or killall 1 would work better in Linux.
What you want to achieve is restart the init process, without stopping the kernel or causing it to panic.
Yes. It was definitely possible in BSD 20 years ago, and probably still is.
I will be interested to see if you can get Linux to kill its init process. That would be useful.
Yes. It was definitely possible in BSD 20 years ago, and probably still is.
I will be interested to see if you can get Linux to kill its init process. Thay would be useful.
Wooh …
I wrote the same question in official Debian Forum. So I have the hope that something is need it (an extra command)
I remember a friendly member in this network with the Debian logo, perhaps he had the same situation as me and he has the solution or guidance