<table><tr><td style="">nicolasfella created this revision.<br />nicolasfella added reviewers: Plasma, hein, broulik.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />nicolasfella 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/D19744">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Some apps (e.g. Nautilus) have more complex commands in their desktop file's Exec line (e.g. 'nautilus --new-window'). This breaks the cmd to desktop path mapping because =~ checks <br />
for equality, but 'nautilus' isn't equal to 'nautilus --new-window'. Use ~~ instead which checks whether one string is contained in another <br />
(<a href="https://techbase.kde.org/Development/Tutorials/Services/Traders#String_Matching_Operators" class="remarkup-link" target="_blank" rel="noreferrer">https://techbase.kde.org/Development/Tutorials/Services/Traders#String_Matching_Operators</a>).</p>

<p>The fault can be reproduced with:<br />
ktraderclient5 --servicetype Application --constraint "exist Exec and ('nautilus' =~ Exec)" returns no matches</p>

<p>ktraderclient5 --servicetype Application --constraint "exist Exec and ('nautilus' ~~ Exec)" matches org.gnome.Nautilus</p>

<p>Same applies to Gedit and probably countless other apps.</p>

<p>As a result jumplist actions for Nautilus and Gedit are working in the taskmanager now</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>BRANCH</strong><div><div>fixnautilus</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19744">https://phabricator.kde.org/D19744</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>libtaskmanager/tasktools.cpp</div></div></div><br /><div><strong>To: </strong>nicolasfella, Plasma, hein, broulik<br /><strong>Cc: </strong>plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>