hxu1

Results 4 comments of hxu1

Looks like there're 2 issues here: 1. Password Safe can't type into Wayland applications 2. The `\` character is typed twice for password (works fine for username) I can confirm...

In a Windows VM, I see that `\` in username is not typed, and `\` in password is typed once. ![image](https://github.com/pwsafe/pwsafe/assets/86326640/90d63db0-7cf7-4ae5-9100-192f32a024ea) Relevant commit: https://github.com/pwsafe/pwsafe/commit/f690c01c8d698052c6f28c4d23680ac1f7a4ef13

Possibly due to Wayland not allowing background apps to modify the clipboard? I see KeePassXC is starting a child process to clear the clipboard on Wayland: https://github.com/keepassxreboot/keepassxc/blob/166a3710503ae52c9c9fef0eb02ccf828807cfa3/src/gui/Clipboard.cpp#L106-L109

@rhasti Can you please check if the build from #1310 is working for you?