Created attachment 180625 [details] screenshot STEPS TO REPRODUCE 1. open Device Actions KCM 2. observe the available actions 3. OBSERVED RESULT there is a device action described as "Open Audio with File Manager" (please see the attached screenshot). When we double-click on it, a window opens where the "Command" field is filled with "kioclient5 exec audiocd:/?device=%d" When used via Disks & Devices applet, the action opens the Audio CD with Dolphin. EXPECTED RESULT "Open Audio CD with File Manager" instead of "Open Audio with File Manager" describes better what the action does SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.4 KDE Frameworks Version: 6.13.0 Qt Version: 6.9.0 Graphics Platform: Wayland
I don't see this string anywhere in Plasma: https://lxr.kde.org/search?%21v=kf6-qt6&_filestring=&_string=Open+Audio+with+File+Manager Are you using en_GB or a "translated" version of English? Is there any chance this was created by you or a 3rd-party app long ago?
I use American English language. I can reproduce even using a new user account with language set to brazilian portuguese. I can also reproduce on neon unstable installed on my physical computer. I have just installed neon unstable in VirtualBox for test purposes and I'm unable to reproduce on it even after installing on it all media players installed on neon unstable running on my physical computer. I have no idea where "Open Audio with File Manager" comes from. I did not created it myself.
Found the culprit: /usr/share/solid/actions/solid_audiocd.desktop file, that owns to audiocd-kio package. $ pacman -Qo /usr/share/solid/actions/solid_audiocd.desktop /usr/share/solid/actions/solid_audiocd.desktop is owned by audiocd-kio 25.04.0-1
Thanks for finding that file, that helps. I found a very old report - bug 373819 - where you had reported another issue with this. On Neon Testing in Device Actions there is no entry by default that has "Audio" in it. That VM was recently installed, so it didn't go from Plasma 5-> 6 It's possible this is a leftover only seen on a system that has updated from Plasma 5 where a CD drive was present I checked a Kubuntu 24.04 VM and I didn't find that text there either, even after loading an ISO file with the virtual CD drive
kio-audiocd package is not installed by default on neon. I don't know about Kubuntu.
Would it be enough to fix this in git/master for KF6? It actually calls kioclient5.
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/audiocd-kio/-/merge_requests/22
Git commit 99960391280d68483caabbecfb47f7d496f78f23 by Kai Uwe Broulik. Committed on 26/04/2025 at 17:06. Pushed by aacid into branch 'master'. Use kioclient for solid audiocd kioclient5 is KF5, kioclient is KF6. M +1 -1 data/solid_audiocd.desktop https://invent.kde.org/multimedia/audiocd-kio/-/commit/99960391280d68483caabbecfb47f7d496f78f23
Git commit da8825b9342de268a584367ddc6643f41ff3fce4 by Albert Astals Cid, on behalf of Kai Uwe Broulik. Committed on 27/04/2025 at 15:27. Pushed by aacid into branch 'release/25.04'. Use kioclient for solid audiocd kioclient5 is KF5, kioclient is KF6. (cherry picked from commit 99960391280d68483caabbecfb47f7d496f78f23) M +1 -1 data/solid_audiocd.desktop https://invent.kde.org/multimedia/audiocd-kio/-/commit/da8825b9342de268a584367ddc6643f41ff3fce4
The fix was merged and cherry picked to 25.04
Which version is fixed? The bug persists with audiocd-kio 25.04.1-1. Operating System: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Graphics Platform: Wayland
I just noticed that the fix that was merged didn't address the wording problem, re-opening