<table><tr><td style="">rokmandeljc created this revision.<br />rokmandeljc added a project: Frameworks.<br />Herald added a subscriber: kde-frameworks-devel.<br />rokmandeljc 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/D20508">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>If an external optical drive is connected to system after Solid does its initial introspection, the resulting UDI does not get a mediaChanged signal/slot connection, and thus fails to react to the media change. Consequently, disc content is not properly updated after the medium is ejected, causing bug #394348.</p>

<p>This patch assumes that an addition of "org.freedesktop.UDisks2.Block" interface means that a new device has been added; in this case, it performs Device::mightBeOpticalDisc() check to add the slotMediaChanged() connection.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Test steps:</p>

<ol class="remarkup-list">
<li class="remarkup-list-item">Start KDE Plasma session. Make sure K3b is installed.</li>
<li class="remarkup-list-item">Connect an external USB optical drive.</li>
<li class="remarkup-list-item">Insert the disc</li>
<li class="remarkup-list-item">Observe Device action notifications for the inserted disc.</li>
<li class="remarkup-list-item">Eject the disc.</li>
<li class="remarkup-list-item">Observe Device action notifications.</li>
</ol>

<p>Behavior before patch: after disc is ejected, a "Copy with K3b" action remains available for the drive<br />
See: <a href="https://bugs.kde.org/show_bug.cgi?id=394348" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.kde.org/show_bug.cgi?id=394348</a></p>

<p>Behavior after patch: after disc is ejected, no actions remain available for the drive</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R245 Solid</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D20508">https://phabricator.kde.org/D20508</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/solid/devices/backends/udisks2/udisksmanager.cpp</div></div></div><br /><div><strong>To: </strong>rokmandeljc<br /><strong>Cc: </strong>kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>