-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pressing Enter in GUI does not paste, it only set entry in clipboard #40
Comments
Ah it probably doesn't work on Wayland. I actually just got a laptop with Wayland on it last month, so I'm actively working on getting a native Wayland watcher: #10 Though are you using gnome? Cuz you're probably hosed then as it doesn't support the right interface: YaLTeR/wl-clipboard-rs#8 (comment) To see if the Wayland watcher I'm working on will be supported for you, you can try installing and running this cargo package with the example from the README: https://github.com/SUPERCILEX/clipboard-history/tree/master/wayland-interface-check Finally, we can try tweaking this value to see if maybe it's just a timing issue: clipboard-history/x11/src/main.rs Line 714 in 89fc0b6
|
I am using gnome indeed.
$ wayland-interface-check zwlr_data_control_manager_v1
$ echo $?
1 Not available it seems. |
L Well ok let's try tweaking the timeout and if that doesn't work then unfortunately it's probably just not supported. Steps:
|
Hey, I followed the instructions. Edit : |
Bummer, I think it's probably just not going to work. Though could you run Edit to reply to your edit. |
Hello,
In the reame : https://github.com/SUPERCILEX/clipboard-history/blob/master/egui/README.md, is written
I'm using a global shortcut, that launch the GUI as described in the readme.
When selecting an entry and pressing enter, nothing is paste at the cursor. Instead I have to press Ctrl-V (or right click -> Paste).
Is the readme wrong, is it a bug, or am I using the application wrong ?
Version : 0.8.1
OS : Ubuntu 24.04 LTS using Wayland
Thank you for reading this.
The text was updated successfully, but these errors were encountered: