xi-keyring

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

commit
a6547605b13e784039d7d6491a0f25c4d8c557b4
parent
eceb30725063041e36dc5f5c4a549ad953f5db8f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-01 05:57
pinentry: change title to "keyring"

Diffstat

M xikeyring/prompt.py 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -46,7 +46,7 @@ class PinentryPrompt:
   46    46         raise AssertionError('unreachable')
   47    47 
   48    48     def setup(self, title: str, desc: str):
   49    -1         self.call(b'SETTITLE ' + self.encode(title))
   -1    49         self.call(b'SETTITLE ' + self.encode('keyring'))
   50    50         self.call(b'SETPROMPT ' + self.encode(title))
   51    51         self.call(b'SETDESC ' + self.encode(desc))
   52    52         self.call(b'SETQUALITYBAR')