Zaar Hai

Results 89 comments of Zaar Hai

Other shortcuts like `Ctrl+S` work just fine. When I press `Ctrl-C` it does say "Capture saved to clipboard" but it's not actually.

It's working from the notification pop menu (as in below), I guess it's coming from Plasma at this stage, not flameshot. I'd like to see if [this](https://github.com/flameshot-org/flameshot/issues/2773#issuecomment-1199181421) helps once I...

So I managed to recompile flameshot with `-DUSE_WAYLAND_CLIPBOARD=true` on NixOS and now both `Ctrl-C` and clicking button work! Hooray! If anyone is on NixOS, you can put the following snippet...

Yes, just the image copying. Getting file path after save into clipboard still doesn't work :/

@20PercentRendered Does it work for you though? - it did for me till plasma 5.25.x upgrade but after that when I invoke shortcut for "capture region" flameshot entry appears briefly...

So you are still on 5.24.x?

> I see you compiled from source. Did you enable the wayland clipboard flag? How to do that exactly? (I'm using nix default package but happy to experiment)

Tried that. Unfortunately can't build it on for some reason. Probably `shell.nix` is missing some dependencies. ``` $ git clone [email protected]:flameshot-org/flameshot.git $ cd flameshot $ nix-shell $ mkdir build $...

May my problem (lack of global shortcuts support) be related to the fact that running `flameshot gui` does nothing? The only way to use it is to run just `flameshot`...

Yeap, reported the build failure upstream. I'll attempt this again one they fix it.