action command's output appears on stdout / stderr
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.
Could we use libkita for this kind of fire-and-forget stuff and therefore also get rid of the execute.c file/code?
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.