Created attachment 173273 [details] screenshot STEPS TO REPRODUCE 1. connect a flash drive to usb port 2. mount the device via Dolphin 3. click on Disks & Devices applet and observe the icon of the previously mounted flash drive OBSERVED RESULT device icon is overlapped by an orange square, incorrectly indicating that the device is unmounted. Please see the attached screenshot. EXPECTED RESULT the icon should indicate the state of the device correctly SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 6.1.80 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.2 Graphics Platform: Wayland
Can confirm the issue Operating System: Fedora Linux 40 KDE Plasma Version: 6.1.80 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.2 Kernel Version: 6.10.6-200.fc40.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 6600
Yup, me too.
It would appear that in the QML code, `DN.DevicesStateMonitor.Working` is false and `deviceItem.deviceEmblems[0]` is "emblem-unmounted". Neither of these should be the case. I suspect a regression in the port away from the old DataEngine code.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4687
Git commit c39a33fe7196d054378dde8fd2f27b85aa984b15 by Nate Graham, on behalf of Bohdan Onofriichuk. Committed on 08/09/2024 at 11:06. Pushed by ngraham into branch 'master'. applets/devicenotifer: fix emblems not being updated Emblems need to be updated when device status changes. M +1 -1 applets/devicenotifier/plugin/devicecontrol.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/c39a33fe7196d054378dde8fd2f27b85aa984b15
Cannot reproduce with usb devices, but can with optical discs (CD/DVD/BD). Operating System: Arch Linux KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 Graphics Platform: Wayland
Fixed with recent updates on neon unstable. :) Operating System: KDE neon Unstable Edition KDE Plasma Version: 6.2.80 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.0 Graphics Platform: Wayland