Created attachment 115724 [details] screenshot - icon of 'Docs' incorrectly indicates that the device is unmounted STEPS TO REPRODUCE 1. insert an optical disc or connect a storage device to an usb port 2. mount your device using the device notifier or clicking your device entry in Dolphin, under "Removable devices". 3. OBSERVED RESULT device entry in Dolphin indicates that the device is mounted (no red icon overlaps the device icon). However device icon in device notifier is overlaped by the same red icon shown when the device is unmounted. See the screenshot please. EXPECTED RESULT device notifier should reflect device status correctly. SOFTWARE VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.14.1 Qt Version: 5.12.0 beta2 KDE Frameworks Version: 5.51.0 Kernel Version: 4.18.14-arch1-1-ARCH
Would it be possible for you to try the fix in https://phabricator.kde.org/D16170 ? That might solve your issue as well.
To mount devices in /media instead in /run/media/$USER/ fixes the bug here. https://wiki.archlinux.org/index.php/udisks#Mount_to_/media_(udisks2) Operating System: Arch Linux KDE Plasma Version: 5.14.4 Qt Version: 5.12.0 KDE Frameworks Version: 5.52.0 Kernel Version: 4.19.4-arch1-1-ARCH
Git commit a7b2ecdb12b86cacba894309779e4ea1dbfdeed9 by Thomas Surrel. Committed on 09/01/2019 at 08:22. Pushed by thsurrel into branch 'master'. [Device Notifier] Restore busy indicator Summary: This patch fixes two issues: - the 'state' of the device now propagates correctly, that makes the busy indicator be displayed again, device emblems are also updated correctly - there is no more delay between the moment when the device is actually mounted and the moment the device notifier says it is. The worst case used to be 5 seconds. Related: bug 354321 Reviewers: #plasma, #vdg, broulik, bruns, ngraham, davidedmundson Reviewed By: #plasma, #vdg, ngraham, davidedmundson Subscribers: mart, cfeck, ngraham, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D16170 M +13 -2 applets/devicenotifier/package/contents/ui/DeviceItem.qml M +1 -1 applets/devicenotifier/package/contents/ui/devicenotifier.qml https://commits.kde.org/plasma-workspace/a7b2ecdb12b86cacba894309779e4ea1dbfdeed9