<table><tr><td style="">pecigonzalo created this revision.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.<br />pecigonzalo 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/D10087" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>I just wanted to share that I found a fix for the issue mentioned here:<br />
<a href="https://www.reddit.com/r/kde/comments/6ftc6r/kde_510_issue_chrome_apps_combining_under_google/" class="remarkup-link" target="_blank" rel="noreferrer">https://www.reddit.com/r/kde/comments/6ftc6r/kde_510_issue_chrome_apps_combining_under_google/</a><br />
and here:<br />
<a href="https://www.reddit.com/r/kde/comments/7dwpgd/how_to_detach_the_application_icon_from_the_main/" class="remarkup-link" target="_blank" rel="noreferrer">https://www.reddit.com/r/kde/comments/7dwpgd/how_to_detach_the_application_icon_from_the_main/</a><br />
after reading carefully the KDE code, change this</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);"># /etc/xdg/taskmanagerrulesrc
[Mapping]
Gimp-2.8=GIMP
Systemsettings=System Settings
oracle-ide-boot-Launcher=Oracle SQL Developer
Dragon=dragonplayer

[Settings]
ManualOnly=Wine,Google-chrome
MatchCommandLineFirst=perl
TryIgnoreRuntimes=perl</pre></div>

<p>basically, remove the Google-chrome parts and add it to Google-chrome (could be the process is named differently.)</p>

<p>If this is the case do:</p>

<p><tt style="background: #ebebeb; font-size: 13px;">xprop | grep WM_CASS</tt></p>

<p>and click on your "Chrome App", notice the second part after the comma and that is the "name" to put under "ManualOnly".</p>

<p>I believe the issues were introduced at <a href="https://github.com/KDE/plasma-workspace/commit/a87f619a985c7a2f19743a70f391ebbd36a1508d#diff-02de6c36217ce1d6485a96b1f53e71da" class="remarkup-link" target="_blank" rel="noreferrer">https://github.com/KDE/plasma-workspace/commit/a87f619a985c7a2f19743a70f391ebbd36a1508d#diff-02de6c36217ce1d6485a96b1f53e71da</a></p>

<p>I believe:<br />
<a href="https://github.com/KDE/plasma-workspace/commit/a87f619a985c7a2f19743a70f391ebbd36a1508d#diff-03490ec41f424bf9c3791693166c7bd4R229" class="remarkup-link" target="_blank" rel="noreferrer">https://github.com/KDE/plasma-workspace/commit/a87f619a985c7a2f19743a70f391ebbd36a1508d#diff-03490ec41f424bf9c3791693166c7bd4R229</a><br />
should run only after:<br />
<a href="https://github.com/KDE/plasma-workspace/commit/a87f619a985c7a2f19743a70f391ebbd36a1508d#diff-03490ec41f424bf9c3791693166c7bd4R233" class="remarkup-link" target="_blank" rel="noreferrer">https://github.com/KDE/plasma-workspace/commit/a87f619a985c7a2f19743a70f391ebbd36a1508d#diff-03490ec41f424bf9c3791693166c7bd4R233</a></p>

<p>unfortunately im not so familiar with the KDE dev process, but wanted to share a potential fix.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R120 Plasma Workspace</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D10087" rel="noreferrer">https://phabricator.kde.org/D10087</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>libtaskmanager/taskmanagerrulesrc</div></div></div><br /><div><strong>To: </strong>pecigonzalo<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>