anyrun-org / anyrun

A wayland native, highly customizable runner.
GNU General Public License v3.0
687 stars 53 forks source link

Can't copy symbols: "cat: write error: Broken pipe" #102

Open michaelcosj opened 1 year ago

michaelcosj commented 1 year ago

Anyrun gives this error whenever I select a symbol from the menu

Child spawned to serve copy requests.
cat: write error: Broken pipe
thread 'main' panicked at anyrun/src/main.rs:286:18:
Failed to serve copy bytes: Paste(Copy(ChildError(1)))

It was working sometime ago, I'm not sure what changed.

Kirottu commented 1 year ago

What is cat doing here? Anyrun doesn't run it at any point as far as I know, and it's also working fine on my machine.

michaelcosj commented 1 year ago

Is there anyway I can debug this?

elythh commented 9 months ago

Have you found a solution @michaelcosj ?

michaelcosj commented 9 months ago

Nope, I tried and gave up