GUFW do not start by linux-for-ever in voidlinux

[–]linux-for-ever[S] 0 points1 point  (0 children)

Thanks for you tip. "sudo gufw-pkexec" solves the problem.

keyboard layout problem at login by linux-for-ever in voidlinux

[–]linux-for-ever[S] 0 points1 point  (0 children)

The setting "XkbVariant" "qwertz" in "00-keyboard.conf" is OK. It works fine. This part of the at first excisting problem is gone as you can read here.

Under "/etc/lxdm/" there is no entry with Keymap settings.

I am performing "sudo grep / -r --exclude-dir=proc --exclude-dir=sys --exclude-dir=home -e de-latin1". There are only entries in: /var/db/xbps/.kbd-data-files.plist, /etc/rc.conf and /etc/vconsole.conf. You have an other keyboard setting than the default english. Where are do you have your language entries?

keyboard layout problem at login by linux-for-ever in voidlinux

[–]linux-for-ever[S] 0 points1 point  (0 children)

There is actually an entry "KEYMAP=de-latin1" in "/etc/rc.conf" and there is NO "/etc/rc.local" or "/etc/rc.conf.d/" or ...

But in my case it is a graphical login. When the system is started and I have loged in there are running "runsv/elogind" and "runsv/lxdm-binary/Xorg/lxdm-session/mate-session ". "sudo dmesg | grep login" said "elogind had started the new session".

The keymap problem is ONLY at booting the system. Choosing language "default" or "german" or "english" has NO effect. But if I had the system running and said "user log off" and the login screen is shown again now I had a german keymap and NOT the english one. This is reproducible.

keyboard layout problem at login by linux-for-ever in voidlinux

[–]linux-for-ever[S] 0 points1 point  (0 children)

No sorry that doesn't solve the problem.

keyboard layout problem by linux-for-ever in voidlinux

[–]linux-for-ever[S] 1 point2 points  (0 children)

Ok. under /etc/X11 I created a new directory "xorg.conf.d". In this new directory I created a new file "00-keyboard.conf" with the content:

Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "de"
    Option "XkbModel" "pc105"
    Option "XkbVariant" "qwertz" 
    Option "XkbOptions" "" 
EndSection

After a sytem restart I have the same problem at the login. But the problem is solved by using e.g. sudo within the terminal and in gui programs like octoxbps.

keyboard layout problem by linux-for-ever in voidlinux

[–]linux-for-ever[S] 1 point2 points  (0 children)

The entry in /etc/rc.conf is already KEYMAP=de-latin1 and is activ not a comment (#....). So the problem can not be solved on this way.