GNOME Bugzilla – Bug 109950
automatic alternate temp dir
Last modified: 2006-05-20 20:34:45 UTC
nautilus-cd-burner should use $HOME if /tmp doesn't have enough room, and $HOME is local. Discussion: "The statfs()->f_type field is linux-specific though, so make sure you #ifdef it properly."
Another suggestion is a GConf string or some such to set the tmp dir. Bug 112038 is basically a dup.
*** Bug 112038 has been marked as a duplicate of this bug. ***
I think both - automatic falback to $HOME, whitch should be used as Gconf strink are needed :) Then advanced users can change Gconf string value from $HOME to needed, but most users will hapy with default value - $HOME :)
Created attachment 19665 [details] [review] possible patch
Created attachment 19666 [details] [review] patch now returns an error if the second try failed as well
Alex, should we use a gconf key to know where to put the temp ISO image, or use this type of patch, above?
Use /apps/nautilus-cd-burner/temp_iso_dir to configure the tmp dir 2003-09-03 Bastien Nocera <hadess@hadess.net> * configure.in: add gconftool-2 detection * .cvsignore: updated * Makefile.am: added schemas file * make-iso.c: (make_iso): * make-iso.h: * nautilus-cd-burner.c: (burn_cd): * nautilus-cd-burner.h: modified to try to write the temporary ISO image in the user-supplied directory, then in the system tmp directory and finally in the user's home directory (Closes: #109950) * ncb.schemas.in: added
*** Bug 160628 has been marked as a duplicate of this bug. ***