Closed fiftydinar closed 1 month ago
--output=json does not work anymore, just using -j is sufficient (however, this will break F40 & older, so some dynamic logic needs to be applied for this)
--output=json
-j
See this issue for more details: https://github.com/systemd/systemd/issues/34901
If this is not solved, notifications will stop working if configured
The PR ( #133 ) is part of the solution, but it would break notifications on F40.
I think we need to check systemd version and use the correct option per version.
Closed by #134
--output=json
does not work anymore, just using-j
is sufficient (however, this will break F40 & older, so some dynamic logic needs to be applied for this)See this issue for more details: https://github.com/systemd/systemd/issues/34901
If this is not solved, notifications will stop working if configured