After some fiddling around in the code I found several locations which
might be important (I did use gthumb 2.10.11):
First the following will fail when called with a destination "burn:///":
src/dlg-file-utils.c
if (! path_is_dir (destination))
return;
Just commenting out these code pieces at the beginning of dlg_copy_items and
dlg_files_copy made it possible to look further and follow the calling
functions:
src/dlg-write-to-cd.c -> ok_clicked_cb()
src/dlg-file-utils.c -> dlg_copy_items
src/dlg-file-utils.c -> copy_current_item
src/dlg-file-utils.c -> dlg_files_copy
src/dlg-file-utils.c -> copy_current_file
libgthumb/files-utils.c -> new_uri_from_path
libgnomevfs-2.so ->gnome_vfs_uri_new
All this is for selecting some images to burn. gnome_vfs_uri_new will be
called with an parameter of something like "burn:///00001.jpg" and will
fail. This seems to be connected to the following bug report:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/272245
I am not a gnome developer and it was very difficult for me to get this
far. Looks to me like gnome has changed the way burning works and gthumb
did not take notice.
--
Gthumb does not copy selected images to CD
https://bugs.launchpad.net/bugs/236108
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs