GNOME Bugzilla – Bug 506398
toc image type not autodetected correctly
Last modified: 2008-07-06 13:35:56 UTC
After choosing the recently opened project "brasero.toc", brasero shows me the "Image burning setup" dialog with "brasero.toc" as the Path, and "Let brasero choose" as the image type. Clicking on burn yields an error message "The image can't be burnt, it doesn't appear to be a valid image or cue file". I have to manually select "toc image (cdrdao)" in the image type pull-down menu for the burn process to work correctly. Something wrong with the image type auto-detection ?
Philippe can you take a look at this ?
It is probably a problem with gnome-vfs. In 0.7 we rely on this library to retrieve the mime types (GIO in 0.8). So the problem lies there. Brasero installs some files to describes .toc files. I'll check on my install of fedora.
Fixed in trunk. I added an internal function to detect cuesheet types which is used whenever a cuesheet type is detected by GIO so as to check the type validity and correct it if needed. Of course, feel free to reopen this bug if it doesn't work for you.