Version: 1.5.1-dirty (tags/1.5.1)
https://gist.github.com/benjumanji/55e4f6fa28a2d0335b49c74c330cfc00
rofi -modi pw:$PWD/pw -show pw
run the launch command and make a selection
Rofi is unresponsive, keyboard and mouse grabbed, have to kill rofi from other tty
Rofi to exit, and for foo to in the clipboard.
If the script is not exiting? how should rofi know what todo? maybe there is some output coming in the future to display.
maybe detach the part that calls xclip?
Ok, but in any other context cat foo | xclip -sel clip _does_ just exit. And if I get rid of the call to xclip, the above script works just fine, therefor I surmise that somehow it is the combination of the two. If you were investigating this, what would you try?
Ok, your comment has made me think a bit harder, and reading the xclip man pages has made me realise that I didn't _know_ how xclip actually works process wise, and I can see that _xclip_ isn't exiting. Sorry for the spurious report. Thanks for your time!
no problem.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.