-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
hello.
i have a minimal example.
use clipboard::ClipboardProvider;
use clipboard::ClipboardContext;
let mut ctx: ClipboardContext = ClipboardProvider::new().unwrap();
ctx.set_contents(String::from("hello")).unwrap();this should copy to clipboard the string hello and then it should be pasteable with control-v everywhere.
actuall result: doesnt do anything (doesnt copy to clipboard), the clipboard is empty.
here is some neofetch:
`ooo/ OS: Manjaro Linux x86_64
`+oooo: Host: GL553VD 1.0
`+oooooo: Kernel: 5.10.105-1-MANJARO
-+oooooo+: Uptime: 51 mins
`/:-:++oooo+: Packages: 1955 (pacman)
`/++++/+++++++: Shell: zsh 5.8.1
`/++++++++++++++: Resolution: 1920x1080
`/+++ooooooooooooo/` DE: Xfce 4.16
./ooosssso++osssssso+` WM: Xfwm4
.oossssso-````/ossssss+` WM Theme: borderless-windows
-osssssso. :ssssssso. Theme: Matcha-dark-aliz [GTK2], Adwaita [GTK3
:osssssss/ osssso+++. Icons: Papirus-Dark [GTK2], Adwaita [GTK3]
/ossssssss/ +ssssooo/- Terminal: tmux
`/ossssso+/:- -:/+osssso+- CPU: Intel i7-7700HQ (8) @ 3.800GHz
`+sso+:-` `.-/+oso: GPU: Intel HD Graphics 630
`++:. `-/+/ GPU: NVIDIA GeForce GTX 1050 Mobile
.` `/ Memory: 10703MiB / 15890MiB
GPU Driver: ASUSTeK Computer Inc. Device [104specs:
- arch linux -> manjaro 22/23 Pahvo or later
- kernel 5.10
- xfce Desktop Environment
what am i missing guys? why it doesnt work?
my DE is using X11 and i saw this merge here that it was implemented for x11
Metadata
Metadata
Assignees
Labels
No labels