<table><tr><td style="">anthonyfieroni created this revision.<br />anthonyfieroni added reviewers: Plasma, davidedmundson.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />anthonyfieroni 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/D16873">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>The problem is when date is changed we connect to source ex. dilbert:2018-11-14 but in other hand script (main.es) makes</p>

<p>if (comic.identifier.toString() == date.currentDate().toString()) {</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);">comic.requestPage("http://dilbert.com/", comic.User, infos);</pre></div>

<p>so provider do its job but dataengine does not have a data for us, cause identifier is dilbert: and we are not connected to, so dataUpdated is not called which cause busy indicator to eats cpu power. Another fix can be to have permanently connection to comic_name: to enter dataUpdated in any case.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R114 Plasma Addons</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D16873">https://phabricator.kde.org/D16873</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>applets/comic/comic.cpp</div></div></div><br /><div><strong>To: </strong>anthonyfieroni, Plasma, davidedmundson<br /><strong>Cc: </strong>plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>