https://bugs.kde.org/show_bug.cgi?id=249945
--- Comment #12 from Christopher Yeleighton <giecr...@stegny.2a.pl> --- (In reply to Nate Graham from comment #11) > > because stdin would be closed > It's not; if you run `cat` in a terminal window it also keeps stdin open > forever. > > There isn't a bug here; just don't run `cat` in KRunner since it doesn't > make any sense to do so. No, it does not ; when I run { cat; } in a terminal, its input stream stays open until I close it. But when { cat; } is run by KRunner, I cannot close it because I cannot access its input handle. While running { cat; } from KRunner does not make sense indeed, there are programs that present a graphical widget when their input stream is closed. These programs get confused by KRunner. I do not think we gain anything by allowing this behaviour. -- You are receiving this mail because: You are watching all bug changes.