Skip to content

wrapper: call kwin_wayland with systemd-cat if available and not explicitly disabled

Jan Blackquill requested to merge work/janb/cat into master

It's not uncommon for crashes to be due to aborts that print out a reason to console and raise(SIGABRT); explicitly yeeting kwin_wayland's stdout/stderr into the journal with systemd-cat makes these aborts & their output easy to find with journalctl.

Merge request reports