<table><tr><td style="">davidedmundson created this revision.<br />davidedmundson added a reviewer: Plasma.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-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/D25205">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>KActivitymanagerd's ksmserver has a QDBusServiceWatcher in order to<br />
recreate a QDBusInterface when the service goes away. There is no need<br />
to do this, a call to a given method to a given service will work<br />
regardless, dispatching to the correct client is all internal to<br />
dbus-daemon.</p>

<p>QDBusAbstractInterface has it's own internal QDBusServiceWatcher anyway<br />
so we don't get any behavioural differences if we check isValid.</p>

<p>This is worth fixing as this class is moved threads and we end up with<br />
newly created children in a mess.</p>

<p>CCBUG: 413940</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Compiles. I probably need to run with it for a week or so<br />
and switch activities a bit before merging</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R161 KActivity Manager Service</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D25205">https://phabricator.kde.org/D25205</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/service/ksmserver/KSMServer.cpp<br />
src/service/ksmserver/KSMServer_p.h</div></div></div><br /><div><strong>To: </strong>davidedmundson, Plasma<br /><strong>Cc: </strong>plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>