trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: June 2019

Re: Re: Tdewallet

From: deloptes <deloptes@...>
Date: Thu, 20 Jun 2019 19:30:53 +0200
phiebie@... 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