Bug 503314 - Probably typo: the device action should be "Open Audio CD with File Manager" instead of "Open Audio with File Manager"
Summary: Probably typo: the device action should be "Open Audio CD with File Manager" ...
Status: CONFIRMED
Alias: None
Product: AudioCD-KIO
Classification: Applications
Component: General (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-24 21:59 UTC by Patrick Silva
Modified: 2025-05-13 15:48 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screenshot (308.25 KB, image/png)
2025-04-24 21:59 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2025-04-24 21:59:34 UTC
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
Comment 1 Nate Graham 2025-04-25 11:28:22 UTC
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?
Comment 2 Patrick Silva 2025-04-25 13:46:27 UTC
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.
Comment 3 Patrick Silva 2025-04-25 18:32:24 UTC
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
Comment 4 TraceyC 2025-04-25 19:48:29 UTC
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
Comment 5 Patrick Silva 2025-04-25 19:55:47 UTC
kio-audiocd package is not installed by default on neon. I don't know about Kubuntu.
Comment 6 Yuri Chornoivan 2025-04-26 15:05:18 UTC
Would it be enough to fix this in git/master for KF6? It actually calls kioclient5.
Comment 7 Bug Janitor Service 2025-04-26 17:08:27 UTC
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/audiocd-kio/-/merge_requests/22
Comment 8 Kai Uwe Broulik 2025-04-27 15:27:20 UTC
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
Comment 9 Albert Astals Cid 2025-04-27 15:28:13 UTC
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
Comment 10 TraceyC 2025-04-28 19:59:12 UTC
The fix was merged and cherry picked to 25.04
Comment 11 Patrick Silva 2025-05-13 11:41:12 UTC
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
Comment 12 TraceyC 2025-05-13 15:48:33 UTC
I just noticed that the fix that was merged didn't address the wording problem, re-opening