GNOME Bugzilla – Bug 778661
location: Initialize permissions
Last modified: 2017-02-16 00:38:39 UTC
See patch.
Created attachment 345799 [details] [review] location: Initialize permissions The permissions hash is initialized after consulting the permission store, however the lookup is skipped for requests that cannot be resolved to an application, resulting in an error when accessing the uninitialized hash for saving. Just make sure that the property is always initialized to avoid that error.
Review of attachment 345799 [details] [review]: ++
Attachment 345799 [details] pushed as fa82af2 - location: Initialize permissions