succade icon indicating copy to clipboard operation
succade copied to clipboard

action command's output appears on stdout / stderr

Open domsson opened this issue 5 years ago • 2 comments

When an action command is defined in the configuration of a block (for example, via mouse-left) and the block is clicked, the output of that command will display on the terminal. We should run action commands in a fire-and-forget manner and completely ignore their output.

domsson avatar Jun 10 '20 21:06 domsson

Could we use libkita for this kind of fire-and-forget stuff and therefore also get rid of the execute.c file/code?

domsson avatar Jun 28 '20 11:06 domsson

Update: we are now using libkita for this, execute.c is gone. However, we're still seeing the output on stderr - but thinking about this a bit, maybe that isn't actually an issue. Let's think about this some more, but I tend to close this as a non-issue.

domsson avatar Oct 02 '20 14:10 domsson