After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 560743 - gthumb error "Invalid parameters" when writing to CD
gthumb error "Invalid parameters" when writing to CD
Status: RESOLVED OBSOLETE
Product: gthumb
Classification: Other
Component: general
2.10.x
Other Solaris
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
: 586572 (view as bug list)
Depends on:
Blocks: 583464
 
 
Reported: 2008-11-14 06:31 UTC by xin.lai
Modified: 2011-07-05 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description xin.lai 2008-11-14 06:31:18 UTC
gthumb version :2.10.9 
os:Sloaris
steps:
start gthumb
select the item  "Write to CD" in File menu
select "Current Folder" in Write to CD dialog
click "OK"

then an error dialog pops up saying"Could not move the items: Invalid parameters"
I have made some tests to explore the reason of this bug.
The test:
modify the function: static void ok_clicked_cb (GtkWidget  *widget,DialogData *data) in dlg-write-to-cd.c. 
In this function at the 126th line is  
   126  char *dest_folder = build_uri ("burn:///", file_name_from_path (
data->current_folder), NULL);
   127	        dlg_folder_copy (GTH_WINDOW (data->browser),

I suspected that maybe there's something wrong with the path"burn:///".So I inserted this sentence after line 126
   	        dest_folder = strdup("file:///export/home/laixin/1");
In this way after remaking gthumb it was successful to copy the source folder to the dest folder ,file:///export/home/laixin/1.

In the end ,I drew the conclusion that there must be something different between common folders and CD/DVD Creator Folder.

That's all of what I have got
Comment 1 gQuigs 2008-12-03 03:07:56 UTC
This has also been reported here:
https://bugs.launchpad.net/gthumb/+bug/236108
Comment 2 Michael Chudobiak 2009-06-23 13:47:38 UTC
*** Bug 586572 has been marked as a duplicate of this bug. ***
Comment 3 Hussam Al-Tayeb 2010-11-15 05:45:57 UTC
Does this bug sitll happen in 2.12.0 release?
Comment 4 Paolo Bacchilega 2011-07-05 12:11:27 UTC
version 2.12 uses brasero to write files to optical discs, it's unlikely that this bug still happens in 2.12.  Closing as obsolete...