Comment 2 for bug 1463571

Revision history for this message
Christian González (droetker) wrote : Re: simplescan crashes when clicking on "Save"

@ Robert Ancell: You wrote in the duplicate report: "That looks like you are missing a an update schema for GTK+"
I think too - but until yesterday everything worked fine. How can I fix this?

gsettings list-keys org.gtk.Settings.FileChooser
gives:

sort-column
last-folder-uri
sidebar-width
window-position
show-size-column
show-hidden
window-size
expand-folders
sort-order
location-mode

There is no "startup-mode" key. I suppose therefore it is referenced and crashes.

BUT really. just because a gconf key does not exist, all programs that use that key are crashing???
I mean, yes, C is not really safe in that way, but there should be a check in GTK+ if a key exists before referencing it, right?

I am no C nor a GTK developer, but I think this is a bit strange.

Any hints how I can fix that scheme? Can I add the "startup-mode" key manually? (at least would be a workaround).