You are not logged in.
Hi, I have a small problem. With my BunsenLabs Login Screen I get simply no German keyboard layout. Although it is displayed in the upper right of the bar ... where could the error lie? Or where can I change it by hand?
English by Google - blame them, Ich bin Deutscher.
Offline
You can generate new locales and set the default with:
sudo dpkg-reconfigure locales
Offline
@Head_on_a_Stick Thanks for your tip, but the problem is still present.
On my desktop I have a German keyboard layout, no problem! But not at the login, although it is displayed in the upper right (see the picture).
English by Google - blame them, Ich bin Deutscher.
Offline
^ that looks all german to me.
so where's the problem? keyboard layout?
Offline
Yes, the keyboard layout is not German! I always have an American layout at login.
And yes, he shows that it is a German layout. But it is as I said an American loaded
Last edited by searchone (2017-06-04 09:32:34)
English by Google - blame them, Ich bin Deutscher.
Offline
So you are getting a US functioning keyboard instead of a german functioning keyboard?
For those in the know, would the instructions in this link be helpfull?
https://benohead.com/debian-change-the- … e-console/
Last edited by Steve (2017-06-04 12:06:42)
Offline
would the instructions in this link be helpfull?
Yes, they seem broadly similar to the those in the Debian wiki to which I should have linked in the first place.
https://wiki.debian.org/Keyboard
@OP: this command is handy:
localectl
Offline
I have a German keyboard layout everywhere in the system.
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="logicd"
XKBLAYOUT="de"
XKBVARIANT="nodeadkeys"
XKBOPTIONS="lv3:ralt_switch"
BACKSPACE="guess"
Just not at the Bunsenalbs login...! There is only the english / american keyboard layout. Although a german keyboard layout is displayed in the upper right corner.
English by Google - blame them, Ich bin Deutscher.
Offline
Hallo search,
I have exactly the same picture.
The error I know actually only of sddm. However, after the first letter has been entered, the changes are made to the correct layout.
For me there is only LANG=de_DE.UTF-8
All other languages have been disabled.
unklar@lab:~$ localectl
System Locale: LANG=de_DE.UTF-8
VC Keymap: n/a
X11 Layout: de
X11 Model: pc105
The layout remains throughout the session in American English?
Last edited by unklar (2017-06-06 15:55:39)
Offline
My
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="de"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
The problem probably have many ...
A few links:
http://www.ubuntu-forum.de/artikel/6590 … lisch.html
https://debianforum.de/forum/viewtopic.php?t=164227
https://debianforum.de/forum/viewtopic. … 6&start=15
https://bugs.launchpad.net/ubuntu/+sour … bug/995715
try
dpkg-reconfigure keyboard-configuration
If it does not set it correctly, then manually, as in the first link.
Last edited by unklar (2017-06-06 18:57:53)
Offline
Hi unklar,
Yes the problem seems to be bigger. Here are my files:
stefan@stefanlabs:~$ localectl
System Locale: LANG=de_DE.UTF-8
VC Keymap: n/a
X11 Layout: de
X11 Model: logicd
X11 Variant: qwerty
X11 Options: lv3:ralt_switch
stefan@stefanlabs:~$
and the...
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="logicd"
XKBLAYOUT="de"
XKBVARIANT="qwerty"
XKBOPTIONS="lv3:ralt_switch"
BACKSPACE="guess"
English by Google - blame them, Ich bin Deutscher.
Offline
In your second post, the links are missing at the end, I see nothing!
Now it's ok, thank you!
Last edited by searchone (2017-06-06 18:59:16)
English by Google - blame them, Ich bin Deutscher.
Offline
I have already tried, does not change the problem!
dpkg-reconfigure keyboard-configuration
English by Google - blame them, Ich bin Deutscher.
Offline
In your second post, the links are missing at the end, I see nothing!
I am already old, and my speed leaves me with desires...
Offline
searchone wrote:In your second post, the links are missing at the end, I see nothing!
I am already old, and my speed leaves me with desires...
Do not worry, I'm no longer the youngest and fastest!
English by Google - blame them, Ich bin Deutscher.
Offline
I have already tried, does not change the problem!
dpkg-reconfigure keyboard-configuration
Needs to be run as root....
sudo dpkg-reconfigure keyboard-configuration
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Yes, I have run the command as root:
sudo dpkg-reconfigure keyboard-configuration
But nothing helped!
English by Google - blame them, Ich bin Deutscher.
Offline
Yes, I have run the command as root:
sudo dpkg-reconfigure keyboard-configuration
But nothing helped!
What do you get instead? US? Like ß -> = or " -> @?
Offline
searchone wrote:Yes, I have run the command as root:
sudo dpkg-reconfigure keyboard-configuration
But nothing helped!
What do you get instead? US? Like ß -> = or " -> @?
The z and the y are interchanged. The = is at the ' button, # is at the § Button etc.
English by Google - blame them, Ich bin Deutscher.
Offline
Try setting the keyboard in the initramfs:
Offline