quexten / goldwarden

A feature-packed Bitwarden compatible desktop client
MIT License
710 stars 21 forks source link

Autotype types wrong password #237

Open aensidhe opened 3 months ago

aensidhe commented 3 months ago

I'm using Linux Mint, goldwarden is 0.3.3, installed from Flathub

Use this password: &yK2x9jnFXH8B%L$USQmbECJYKvo (don't worry, this isn't any of my actual passwords). When I invoke autotype, I get &K2x9jnFXH8B USQmbECJYKvo everytime.

&yK2x9jnFXH8B%L$USQmbECJYKvo - expected
&K2x9jnFXH8B    USQmbECJYKvo - actual

System info:

System:
  Kernel: 5.15.0-107-generic x86_64 bits: 64 compiler: gcc v: 11.4.0 Desktop: Cinnamon 6.0.4
    tk: GTK 3.24.33 wm: muffin vt: 7 dm: LightDM 1.30.0 Distro: Linux Mint 21.3 Virginia
    base: Ubuntu 22.04 jammy
quexten commented 3 months ago

Since it's Mint/Cinnamon I assume you are on X.org not Wayland, correct? What keyboard layout are you on?

aensidhe commented 3 months ago

It's x.org.

# aensidhe @ thinkpad in ~ [16:33:21] 
$ loginctl
SESSION  UID USER     SEAT  TTY STATE  IDLE SINCE
     c2 1000 aensidhe seat0 -   active no   -    

1 sessions listed.

# aensidhe @ thinkpad in ~ [16:33:38] 
$ loginctl show-session c2 -p Type
Type=x11

As for layouts - take a look at screenshot. But when I use autotype I'm on English (OS) always.

image