Skip to content

Fix saving

David Edmundson requested to merge work/d_ed/load into master

It's part of the KJob promise that a result is always emitted deferred from the start as per the docs in KJob.

This is important in our context as the job is returned to QML space to do it's connections after start is emitted.


Mark KCM as needing changes after modifying default policy

Firewalld has two backends, UFW and
firewalld. UFW is instant apply, firewalld is complex.

It immediately makes polkit calls, but then has a final step to
tell firewalld to commit changes. This last step requires KCM::save
to be called, which requires the KCM to be marked as needing changes if
any previous calls to firewalld were made.
Edited by David Edmundson

Merge request reports

Loading