andersju / zzzfoo

Full-text desktop search with Rofi+Recoll
GNU General Public License v2.0
121 stars 8 forks source link

Opening files fails silently #6

Closed meesvermeulen closed 5 years ago

meesvermeulen commented 5 years ago

With the command

zzzfoo --open-with=xdg-open

Nothing happens when accepting/pressing enter on a match. I noticed that it does work for if I remove the stdout=PIPE, stderr=PIPE arguments at line 215.

andersju commented 5 years ago

Strange! On the other hand stdout=PIPE, stderr=PIPE shouldn't be necessary there anyway, so I removed it. Thanks for reporting!