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 444656 - write to cd doesnot work
write to cd doesnot work
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.10.x
Other All
: Normal major
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2007-06-06 09:50 UTC by jerry tan
Modified: 2007-06-07 14:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
simple patch (579 bytes, patch)
2007-06-06 10:55 UTC, jerry tan
none Details | Review

Description jerry tan 2007-06-06 09:50:24 UTC
Please describe the problem:
when I use gthumb, select write to CD from File menu,
it does not work.

an error dialog says "Could not move the items: Invalid parameters"

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 jerry tan 2007-06-06 10:55:38 UTC
Created attachment 89465 [details] [review]
simple patch

g_build_filename("burn:///", "abc") will return burn:/abc,
so this bug happened.

my patch use g_build_patch("///","burn","abc")
Comment 2 Michael Chudobiak 2007-06-06 13:18:56 UTC
Hi Jerry,

Why did you modify the "use_cache" parameter (TRUE -> FALSE)?

- Mike
Comment 3 jerry tan 2007-06-07 03:05:56 UTC
because I don't think that I need to include comments when burn pictures into CD.
Comment 4 Michael Chudobiak 2007-06-07 14:26:24 UTC
OK, patch tested and committed.

Thank you for the patch!

- Mike