diff --git a/js/ui/components/keyring.js b/js/ui/components/keyring.js index 34d7b6dfd..b38888f5a 100644 --- a/js/ui/components/keyring.js +++ b/js/ui/components/keyring.js @@ -222,7 +222,7 @@ const KeyringPrompter = new Lang.Class({ enable: function() { this._prompter.register(Gio.DBus.session); this._dbusId = Gio.DBus.session.own_name('org.gnome.keyring.SystemPrompter', - Gio.BusNameOwnerFlags.REPLACE, null, null); + Gio.BusNameOwnerFlags.ALLOW_REPLACEMENT, null, null); }, disable: function() {