Hide Forgot
Description of problem: Infinite loop of dialog saying 'The plugin to handle a file of type image/jpeg is not installed.' Version-Release number of selected component (if applicable): gnomebaker-0.6.4-9.fc13.x86_64 How reproducible: Unknown Steps to Reproduce: 1. Open gnomebaker after inserting a blank CD 2. Select Audio CD 3. Click on 'Add file(s)' Actual results: Infinite (or at least 20) loop of the same dialog box. Expected results: Add audio files to the CD
Definitely an interesting one... I wasn't able to reproduce the bug on my F-15 though. I will install an F-14 VM and re-try there. Thanks for reporting.
I'm sorry -- I cant rproduce this even on my F-14 VM. Looking at "How to reproduce" I wonder: did this happen just once or are you able to reproduce the problem every time?
It was happening every time. I'm now on F15 and haven't tried again yet.
OK. I'm sorry for the delays -- I was on vacation... I think you had your gnome mime database broken somehow. Upon adding the new file gnomebaker tries to gather some information about it through gstreamer plugins: first it determines the mime type, then it uses the gstreamer to extract the file data (track duration, artist, album, etc...). The mime type is obtained by calling gnome_vfs_get_mime_type function. Looks like on your system it returned "image/jpeg". I actually don't use Gnome so I'm not exactly sure what tools it offers for the mime type database manipulation but I suppose the problem lies somewhere there. Regards.