<table><tr><td style="">davidedmundson created this revision.<br />Herald added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />davidedmundson 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/D22755">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>It's increasingly common for apps to be in their own PID namespace. If<br />
this is the case, they report a buggy NET_WM_PID on their windows as<br />
obviously they don't know their own PID.</p>

<p>This patch uses the XResources extension to query the real PID instead<br />
of asking the window.</p>

<p>This allows the task manager to know the real PID when doing lookups for<br />
matching services or showing pulseaudio badges.</p>

<p>Querying the NET_WM_ATOM with the NETWM classes remains unchanged, so we<br />
still have access to all information should a system need it.</p>

<p>BUG: 384837</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>The relevant unit test KWindowInfo::testPid() still passes whilst using<br />
this new extension.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R278 KWindowSystem</div></div></div><br /><div><strong>BRANCH</strong><div><div>master</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D22755">https://phabricator.kde.org/D22755</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
src/platforms/xcb/CMakeLists.txt<br />
src/platforms/xcb/kwindowinfo.cpp<br />
src/platforms/xcb/kwindowinfo_p_x11.h</div></div></div><br /><div><strong>To: </strong>davidedmundson<br /><strong>Cc: </strong>kde-frameworks-devel, LeGast00n, sbergeron, michaelh, ngraham, bruns<br /></div>