You are not logged in.

#1 2017-06-03 13:38:44

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Login - No german keyboard layout

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

#2 2017-06-03 22:57:45

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Login - No german keyboard layout

You can generate new locales and set the default with:

sudo dpkg-reconfigure locales

https://wiki.debian.org/Locale

Offline

#3 2017-06-04 07:03:50

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

@Head_on_a_Stick Thanks for your tip, but the problem is still present.

20170604_085056.th.jpg

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

#4 2017-06-04 09:03:37

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: Login - No german keyboard layout

^ that looks all german to me.
so where's the problem? keyboard layout?

Offline

#5 2017-06-04 09:31:18

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

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

#6 2017-06-04 12:06:16

Steve
Member
Registered: 2017-01-03
Posts: 642

Re: Login - No german keyboard layout

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

#7 2017-06-04 18:16:41

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Login - No german keyboard layout

Steve wrote:

would the instructions in this link be helpfull?

https://benohead.com/debian-change-the- … e-console/

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

#8 2017-06-06 08:42:03

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

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

#9 2017-06-06 15:51:40

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,709

Re: Login - No german keyboard layout

Hallo search,   wink

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

bunsenQemu.png.th.jpg

The layout remains throughout the session in American English?

Last edited by unklar (2017-06-06 15:55:39)

Offline

#10 2017-06-06 18:52:11

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,709

Re: Login - No german keyboard layout

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.   smile

Last edited by unklar (2017-06-06 18:57:53)

Offline

#11 2017-06-06 18:57:36

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

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

#12 2017-06-06 18:58:38

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

In your second post, the links are missing at the end, I see nothing!

Now it's ok, thank you!  big_smile

Last edited by searchone (2017-06-06 18:59:16)


English by Google - blame them, Ich bin Deutscher.

Offline

#13 2017-06-06 19:00:39

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

I have already tried, does not change the problem!

dpkg-reconfigure keyboard-configuration

English by Google - blame them, Ich bin Deutscher.

Offline

#14 2017-06-06 19:17:33

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,709

Re: Login - No german keyboard layout

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...   lol

Offline

#15 2017-06-06 19:22:08

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

unklar wrote:
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...   lol

Do not worry, I'm no longer the youngest and fastest! big_smile


English by Google - blame them, Ich bin Deutscher.

Offline

#16 2017-06-06 19:33:07

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: Login - No german keyboard layout

searchone wrote:

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

#17 2017-06-06 19:47:43

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

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

#18 2017-06-06 20:15:06

nobody
The Great
Registered: 2015-08-10
Posts: 3,655

Re: Login - No german keyboard layout

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 " -> @?

Offline

#19 2017-06-07 06:12:28

searchone
Member
From: Walhalla
Registered: 2016-01-31
Posts: 107

Re: Login - No german keyboard layout

twoion wrote:
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

#20 2017-06-07 06:37:40

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: Login - No german keyboard layout

Try setting the keyboard in the initramfs:

https://wiki.debian.org/Keyboard#How_to … _initramfs

Offline

Board footer

Powered by FluxBB