Debian Buster uptodate and with systemd. tdewalletmanager-trinity_4%3a14.0.7~pre8-0debian10.0.0+4~a
The walletmanager does not start automatically, when TDE is started. Starting it manually with [tdewalletmanager --tdewalletd] yields an icon in the taskbar, the wallets however never get opened not to speak of, that they stay completely empty. The tdewalletrc contains: [ ] [Wallet] Close When Idle=false Close on Screensaver=false Default Wallet=Peter Enabled=true First Use=false Idle Timeout=10 Launch Manager=true Leave Manager Open=false Leave Open=false Prompt on Open=true Use One Wallet=true [ ] Where should I look for a misconfiguration or wrong/insufficient permissions?
Tks and regards.
phiebie@drei.at wrote:
Well, what do you think how my tdewalletrc was created?
Well, you asked I answered.
The wallet manager will open the wallet if application tries to access the wallet. In such case the wallet manager will also start and show in the try if not running or hidden.
I do not understand what is your problem - perhaps describe your use case better.
Here I run kmail/kontact and it keeps the wallet open. AS soon as I close it wallet disappears. I do not recall if when kmail/kontact is not running it starts on boot or not, but I tested now in a VM. It is not.
The solution is to put a shell script in ~/.trinity/Autostart
#!/bin/bash /opt/trinity/bin/tdewalletmanager
Make it executable chmod +x and restart. You will have the wallet manager starting each time
regards