<table><tr><td style="">aleksejshilin 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/D10890" rel="noreferrer">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #8C98B8;
          color: #6B748C;
          font-style: italic;
          margin: 4px 0 12px 0;
          padding: 8px 12px;
          background-color: #F8F9FC;">
<div style="font-style: normal;
          padding-bottom: 4px;">In <a href="https://phabricator.kde.org/D10890#215479" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D10890#215479</a>, <a href="https://phabricator.kde.org/p/anthonyfieroni/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;" rel="noreferrer">@anthonyfieroni</a> wrote:</div>
<div style="margin: 0;
          padding: 0;
          border: 0;
          color: rgb(107, 116, 140);"><p>So why you called hack, why no just add conditional compilation against 5.44</p></div>
</blockquote>

<p>Alright, I re-read the summary and admit that it's somewhat confusing. Sorry for that. I'll try to make it clear:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">This is a workaround for a bug when items opened from e.g. Dolphin don't show up in kicker's and taskmanager's application context menus. It is caused by:<ol class="remarkup-list">
<li class="remarkup-list-item">KIO KRecentDocument bug, which led to application name (<app>) being stored in recent documents DB instead of its desktop entry name (org.kde.<app>). It mostly affects items which are opened from applications themselves. (The bug is fixed in <a href="https://phabricator.kde.org/D10863" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D10863</a>, but not landed yet.)</li>
<li class="remarkup-list-item">Kicker and taskmanager cutting out 'org.kde.' prefix (in order to work around the bug above, I believe).</li>
<li class="remarkup-list-item">Items opened with KRun (which is what Dolphin is using) having correct org.kde.<app> record stored in the DB. As a result, they don't match recent documents query by kicker and taskmanager and hence don't show up there.</li>
</ol></li>
<li class="remarkup-list-item">The workaround is needed for Plasma 5.12 only as it depends on Frameworks >= 5.42 i.e. we don't know if the version we're running on does contain <a href="https://phabricator.kde.org/D10863" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D10863</a>.<ul class="remarkup-list">
<li class="remarkup-list-item">If it doesn't, we need to query for both <app> and org.kde.<app>.</li>
<li class="remarkup-list-item">If it does, we only need to query for org.kde.<app>. However, querying for both will do no harm either.</li>
</ul></li>
<li class="remarkup-list-item">We need to fix Plasma first because otherwise kicker's and taskmanager's recent documents feature will break completely when Frameworks containing <a href="https://phabricator.kde.org/D10863" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D10863</a> is released.</li>
</ul>

<p>So the plan (as discussed with <a href="https://phabricator.kde.org/p/broulik/" style="
              border-color: #f1f7ff;
              color: #19558d;
              background-color: #f1f7ff;
                border: 1px solid transparent;
                border-radius: 3px;
                font-weight: bold;
                padding: 0 4px;" rel="noreferrer">@broulik</a> on IRC) is to work around the issue in Plasma/5.12, then land <a href="https://phabricator.kde.org/D10863" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">D10863</a>, then remove the hack with cutting out 'org.kde.' in master (I'll do it in a separate revision).</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R119 Plasma Desktop</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10890" rel="noreferrer">https://phabricator.kde.org/D10890</a></div></div><br /><div><strong>To: </strong>aleksejshilin, Plasma, broulik, hein<br /><strong>Cc: </strong>anthonyfieroni, ngraham, plasma-devel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>