-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Describe the bug
When using Wayland / Sway passwords wont get copied to the clipboard.
To Reproduce
Steps to reproduce the behavior:
- Use wayland / sway
- run dcli password <title>
Expected behavior
Password should get copied to clipboard
Screenshots
Environment (please complete the following information):
- OS: Linux Ubuntu 23.04
- display server protocol: Wayland
- compositor (window manager): Sway
Additional context
The reason why this happens is because wayland dont use xsel / xcopy to copy to clipboard. it uses wl-copy instead. And there is currently no support for this in the clipboardy package that dashlane CLI uses.