summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Gui/ConfBackend.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Gui/ConfBackend.py b/src/Gui/ConfBackend.py
index a76873b5..bb62da43 100644
--- a/src/Gui/ConfBackend.py
+++ b/src/Gui/ConfBackend.py
@@ -201,6 +201,9 @@ class ConfBackendGnomeKeyring(ConfBackend):
except gkey.NoMatchError:
# nothing found
pass
+ except gkey.DeniedError:
+ raise ConfBackendLoadError(_("Access to gnome-keyring has been denied, can't load settings"))
+
for item in item_list:
# gnome keyring is weeeeird. why display_name, type, mtime, ctime
# aren't available in find_items_sync() results? why we need to