Bug 289231

Summary: Devicenotifier action to open audio CD in file manager always tries to open the first drive
Product: kdemultimedia Reporter: Paul Worrall <p.r.worrall>
Component: generalAssignee: Multimedia Developers <kde-multimedia>
Status: RESOLVED FIXED    
Severity: minor CC: aacid, cfeck
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Paul Worrall 2011-12-17 19:55:48 UTC
Version:           unspecified (using KDE 4.7.3) 
OS:                Linux

On a PC with two CD-ROM drives, if you insert an audio CD in both drives, the device notifier action "Open with File Manager" always opens the same CD (i.e. the first one). If you only have an audio CD in the second drive and the first one is empty the device action just raises the error "Could not read ."

Reproducible: Always

Steps to Reproduce:
On a PC with two CD drives, insert an audio CD in the second drive.  When devicenotifier menu appears, select "Open with File Manager"

Actual Results:  
Error message "Could not read ." and file manager does not open

Expected Results:  
File manager opens and displays the "contents" of the audio CD using the audiocd kio slave

This can be rectified by changing a line in the file solid_audiocd.desktop from:

Exec=kioclient exec audiocd:/

To

Exec=kioclient exec audiocd:/?device=%d
Comment 1 Albert Astals Cid 2012-01-06 18:26:51 UTC
SVN commit 1272080 by aacid:

Tell the ioslave which device to open, nice if you have more than one drive around
Patch by Paul Worrall


 M  +1 -1      solid_audiocd.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1272080