<table><tr><td style="">davidedmundson created this revision.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />davidedmundson requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D27284">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Now that isValid() is on demand, and actionStatus is correct, we don't<br />
need to query every possible action.</p>

<p>We will call setupAction which will query the state of this action when<br />
the action is constructed. This will in turn tell us if it is valid<br />
using the existing AuthStatus value.</p>

<p>This means we have all the information available without having to fetch<br />
a whole list, simplifying the code, getting rid of a pseudo-blocking<br />
large DBus call and an event loop all at once.</p>

<p>This mostly completes <a href="https://phabricator.kde.org/T12643" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;">T12643</a> within KF5 with no behavioural changes for clients.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Ran sddmthemeinstaller -i got an auth prompt<br />
edited sddmthemeinstaller to an invalid name. Got an error "trying to start an invalid action"</p>

<p>Unit tests pass</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R283 KAuth</div></div></div><br /><div><strong>BRANCH</strong><div><div>kauth_fixup</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D27284">https://phabricator.kde.org/D27284</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/backends/polkit-1/Polkit1Backend.cpp<br />
src/backends/polkit-1/Polkit1Backend.h</div></div></div><br /><div><strong>To: </strong>davidedmundson<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns<br /></div>