xi-keyring

simple and extensible alternative for gnome-keyring
git clone https://git.ce9e.org/xi-keyring.git

commit
79eaa548d2b314fe4c4e5207ab85cbde86f4ebfe
parent
2c4fb4df458f4057b8aa9b1d1c92bb04c4104cbd
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-04-07 14:12
do not trigger unlock on dbus init

There is no reason why the items need to exist before any application
has asked for them.

Diffstat

M xikeyring/dbus.py 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/xikeyring/dbus.py b/xikeyring/dbus.py

@@ -177,8 +177,6 @@ class DBusService(BaseDBusService):
  177   177         self.register_object(conn, f'{OFSP}/aliases/default', f'{OFSI}.Collection')
  178   178         self.register_object(conn, f'{OFSP}/collection/it', f'{OFSI}.Collection')
  179   179 
  180    -1         self.search_items(conn, emit=False)
  181    -1 
  182   180     def service_open_session(self, conn, sender, path, algorithm, input):
  183   181         output, session = create_session(algorithm, input)
  184   182         self.session_counter += 1