GNOME Bugzilla – Bug 309518
Save writing device
Last modified: 2006-05-03 14:54:35 UTC
The writing device should be stored in GConf. Maybe the device's label too, so that we first search the device by label and then my device name.
Actually it's pure nautilus-cd-burner problem. Reassigning.
Created attachment 59177 [details] [review] patch
Unfortunately, that patch isn't correct. The library should be saving/loading preferences it should be done in the application. There are a number of reasons for this one of which is that you may have last used a different drive in sound-juicer or rhythmbox as you did in n-c-b. Also, this preference must be per-system since home directories and gconf databases can be shared between systems.
Created attachment 63878 [details] [review] patch Does this work for you? Unfortunately, I've had to use one of the functions I had hoped to deprecate but I don't really have a better way of doing it at the moment. Also using hostname isn't going to be unique unless it is FQDN but it should be good enough.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.