Bug 289231 - Devicenotifier action to open audio CD in file manager always tries to open the first drive
Summary: Devicenotifier action to open audio CD in file manager always tries to open t...
Status: RESOLVED FIXED
Alias: None
Product: kdemultimedia
Classification: Miscellaneous
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 19:55 UTC by Paul Worrall
Modified: 2012-01-06 18:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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