flameshot-org.github.io icon indicating copy to clipboard operation
flameshot-org.github.io copied to clipboard

Copy to Clipboard Doesn’t Work on Wayland

Open ksl-ida opened this issue 1 year ago • 3 comments

See https://github.com/flameshot-org/flameshot/issues/2848. The copy-to-clipboard button doesn’t result in the snapshot being put to clipboard.

xdg-desktop-portal is installed and flameshot gui --raw|wl-copy is working.

ksl-ida avatar Mar 22 '24 15:03 ksl-ida

Could you try compiling from source with the following Cmake options? -DUSE_WAYLAND_CLIPBOARD=true -DUSE_WAYLAND_GRIM=ON This worked for me, and allowed me to copy to clipboard.

VoxelTek avatar Jun 14 '24 06:06 VoxelTek

simple solution (probably unsecure) but for me it worked (Ubuntu 24): open terminal and type: xhost + && flameshot & close terminal, flameshot tray icon should stay... use it normaly (first time it will ask for permission) image Snapshot taken using flameshot....

FernandoRD avatar Jun 19 '24 14:06 FernandoRD