SUMMARY "Mount" device action is pointless with Audio CD and blank CD/DVD/BD because they have no file system to mount. STEPS TO REPRODUCE 1. insert an audio CD or a blank optical disc 2. wait until the inserted disc is recognized 3. click on "Disks & Devices" applet in the system tray 4. click on the inserted disc OBSERVED RESULT "Mount" device action is available despite it is pointless EXPECTED RESULT remove "Mount" device action for audio CD and blank optical discs SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.13.0 Qt Version: 6.9.0 Graphics Platform: Wayland
Can you collect the logs please, because I don't have any disks. 1. In terminal execute: QT_LOGGING_RULES="org.kde.applets.devicenotifier=true" plasmawindowed org.kde.plasma.devicenotifier &> log.txt 2. Reproduce the bug 3. stop the process in terminal 4. attach the file log.txt here
Created attachment 181288 [details] log file
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5467
Created a MR. Should fix your problem
Git commit 683b8c3d71781c4e821cd2f9ac93eb4f157bb6ea by Bohdan Onofriichuk. Committed on 14/05/2025 at 12:37. Pushed by littlesweet into branch 'master'. applets/devicenotifier: fix pointless mount action Audio CD and blank CD/DVD/BD does not have storage access. So check this before add mount action for them. M +12 -1 applets/devicenotifier/plugin/actions/mountaction.cpp M +1 -0 applets/devicenotifier/plugin/actions/mountaction.h https://invent.kde.org/plasma/plasma-workspace/-/commit/683b8c3d71781c4e821cd2f9ac93eb4f157bb6ea
Git commit 60859fa99ad81e2aff7ceb35d4ae79a304374f37 by Nate Graham. Committed on 15/05/2025 at 21:30. Pushed by ngraham into branch 'Plasma/6.3'. applets/devicenotifier: fix pointless mount action Audio CD and blank CD/DVD/BD does not have storage access. So check this before add mount action for them. (cherry picked from commit 683b8c3d71781c4e821cd2f9ac93eb4f157bb6ea) Co-authored-by: Bohdan Onofriichuk <bogdan.onofriuchuk@gmail.com> M +12 -1 applets/devicenotifier/plugin/actions/mountaction.cpp M +1 -0 applets/devicenotifier/plugin/actions/mountaction.h https://invent.kde.org/plasma/plasma-workspace/-/commit/60859fa99ad81e2aff7ceb35d4ae79a304374f37