Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

password number only accepted with num pad #6287

Open
metal3d opened this issue Oct 16, 2024 · 0 comments
Open

password number only accepted with num pad #6287

metal3d opened this issue Oct 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@metal3d
Copy link

metal3d commented Oct 16, 2024

What Operating System(s) are you seeing this problem on?

Linux X11, Linux Wayland

Which Wayland compositor or X11 Window manager(s) are you using?

mutter

WezTerm version

20241015_083151_9ddca7bd

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

Using sudo ls for example, to use sudo, when the prompt asks for password, it is refused.

The password contains numbers. If, instead of using the numbers on the "typewriter" part of the keyboard, I'm using the numpad, it is OK.

I'm using AZERTY keyboard (french), as my password contains W and exclamation mark, I'm pretty sure that the problem is not that password prompt pass to QWERTY (because, only numbers are typed on the numpad)

Knowing the workaround, using the numpad, is OK - but I prefer using numbers on the typewriter section of the keyboard.

To Reproduce

I don't know... Try using an AZERTY keyboard 😄

Configuration

I need to start "bash" as default prog. Because, without this, my bashrc is not loaded.

It's weird IMHO.

config.default_prog = { "bash", "-i" }

If I remove this line, the prompt is different and typing the password for sudo is OK.

When I start bash then sudo -k to invalidate de session, then sudo ls, the problem remains.

All the others terminals works (kitty, gnome-term, ...) - no need to force the SHELL, and no problem with the password.

Expected Behavior

Typing password with the typewritter numbers should be OK.

Logs

No response

Anything else?

No response

@metal3d metal3d added the bug Something isn't working label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant