GNOME Bugzilla – Bug 766248
Add support to signal write errors
Last modified: 2018-09-21 16:16:32 UTC
The attached patchset adds the ability to signal when an error happens while writing the dconf database. This is particularly useful for out of space conditions, which are treated with a specific error code.
Created attachment 327619 [details] [review] writer: factor out a common method Factor out a common method to route completion of DBus methods through.
Created attachment 327620 [details] [review] writer: add a signal to notify for errors when writing Some clients will be interested to know when a write failed for specific reasons, e.g. when there's no space left on the device. This commit adds a signal to that effect. For now we differentiate between two error codes: a generic one and one for when the writer is out of disk space.
Allison, any chance you can take a look at these?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/dconf/issues/29.