-
Notifications
You must be signed in to change notification settings - Fork 77
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
set_contents doesnt work for me #86
Comments
Hi, maybe too late, but this issue will help (or not help) your problem. |
thanks for response, i will check it out. |
Hey, I just had the same issue but I discovered that use clipboard::ClipboardProvider;
use clipboard::ClipboardContext;
fn main() {
let mut ctx: ClipboardContext = ClipboardProvider::new().unwrap();
ctx.set_contents("My name is Pablo".to_owned()).unwrap();
ctx.get_contents();
} |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello.
i have a minimal example.
this should copy to clipboard the string
hello
and then it should be pasteable withcontrol-v
everywhere.actuall result: doesnt do anything (doesnt copy to clipboard), the clipboard is empty.
here is some neofetch:
specs:
what am i missing guys? why it doesnt work?
my
DE
is usingX11
and i saw thismerge
here that it was implemented for x11The text was updated successfully, but these errors were encountered: