flameshot-org / flameshot-org.github.io

Flameshot official websites & documents
https://flameshot.org
24 stars 35 forks source link

Copy to Clipboard Doesn’t Work on Wayland #144

Open ksl-ida opened 6 months ago

ksl-ida commented 6 months ago

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.

VoxelTek commented 3 months ago

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.

FernandoRD commented 3 months ago

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....