Closed gigaturbo closed 4 years ago
Hi, have you reviewed the Configure section of the README? Specifically, you currently have to set the user
field of the greeter's config and possibly the user-session
in lightdm's configuration.
To clarify, when you say "when I enter my password nothing happens", do you mean when you type your password in no characters appear in the input, or when you hit enter to try to log in with it nothing happens?
Nothing happens when I hit enter. I can type my password but I can't see if I'm typing right because the characters are hidden.
I recently reinstalled my computer so I tried to setup lightdm-mini-greeter again but I still have the keyboard problem. What I have done :
user
parameter to my username ;user-session
to my WM (dwm) ;dwm.desktop
file in /etc/xsessions
;What happens :
/etc/X11/xorg.conf.d/00-keymap.conf
What I tried :
/etc/vconsole.conf
(for the tty, GRUB) and .xprofile
(for the X session) using setxkbmap -model pc105 -layout fr,us -option grp:caps_toggle grp_led:caps
(before using lightdm-mini-greeter) ;~setxkbmap
command in the .Xmodmap
file and running this file from /etc/lightdm/Xsession
but I still cannot type AltGr+* characters.~Solved by editing /etc/X11/xorg.conf.d/00-keymap.conf
:
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr,us"
Option "XkbOptions" "grp:caps_toggle,grp_led:caps"
EndSection
Solved
Sweet, I had no idea how to test this without buying a keyboard lol. Would you be into making a PR adding a sub-section for this to the Configure section of the readme?
Hi !
I'm trying to use the mini-greeter but I can't log in : when I enter my password nothing happens. I'm using an azerty/french keyboard, so I was wondering if it can be the cause of my problem.