On Saturday August 30 2025 09:32:19 bnacht wrote: >But how do I archive that after the first opening the wallet, this >script is allowed each time it is running to get the pwd w/o asking to >open the wallet each time? If this is a script that keeps running you can store the pw in a variable. If not (and you start the script each time you need it) then the only solution would be to store the pw in a file ... which kind of defeats the purpose of storing it securely with kwallet. A compromise might be to configure your kwallet to auto-close after a longer delay, in which case queries should succeed without asking for a wallet unlock as long as the wallet remains open.