<table><tr><td style="">davidedmundson added a comment.
</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/D24629">View Revision</a></tr></table><br /><div><div><p>We have similar code in plasma-workspace/dataengines/time</p>

<p>that has a faux BSD implementation by using a combination of the legacy, but working:</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">QDBusConnection dbus = QDBusConnection::sessionBus();
dbus.connect(QString(), QString(), QStringLiteral("org.kde.KTimeZoned"), QStringLiteral("timeZoneChanged"), this, SLOT(tzConfigChanged()));</pre></div>

<p>and equally legacy, but working</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">dbus.connect(QStringLiteral("org.kde.Solid.PowerManagement"),
             QStringLiteral("/org/kde/Solid/PowerManagement/Actions/SuspendSession"),
             QStringLiteral("org.kde.Solid.PowerManagement.Actions.SuspendSession"),
             QStringLiteral("resumingFromSuspend"),
             this,
             SLOT(clockSkewed()))</pre></div>

<p>Obviously this doesn't cover all the cases (like some ntp service kicking in) but it's better than nothing.</p>

<hr class="remarkup-hr" />

<p>AFAIK all the usecases above could use the existing dataengine, but I'm not against replacing dataengines with library code.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R244 KCoreAddons</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D24629">https://phabricator.kde.org/D24629</a></div></div><br /><div><strong>To: </strong>zzag, Frameworks<br /><strong>Cc: </strong>davidedmundson, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns<br /></div>