Page 1 of 1

kwallet issue

PostPosted: May 14th, '16, 09:27
by mackowiakp
Is it possible to remove one particular application from kwallet? I mean about owncloud client. Simply I want OwnCloud client to start automatically without asking about password to kwallet or OwnCloud client itself because this password could be stored in OwnCloud config file in encrypted form.
Any idea?

Re: kwallet issue

PostPosted: May 14th, '16, 10:11
by doktor5000
Well, the question is not whether you can remove the password, but if you can disable the kwallet integration for owncloud and owncloud client.
There are a lot of issues related to kwallet: https://github.com/owncloud/client/issu ... ue+kwallet

Seems currently you need to have either kwallet or gnome-keyring: https://github.com/owncloud/client/issues/4267 although the last comment says if none 3rd party pw management tool is available, at least the client should ask.

The other way would be to ensure that kwallet is started, because qtkeychain that is used by kwallet does not allow for dbus activation, so you need to workaround as in
https://github.com/owncloud/client/issu ... -200377228