ownCloud desktop client should have the password saved and opens immediately
ownCloud desktop client always asks for the password at startup with the following error:
Reading from keychain failed with error 'Could not open wallet: other; Failed to execute program org.kde.kwalletd: No such file or directory'
Client version:
2.4.1+dfsg-1
Operating system:
Ubuntu 18.04
OS language:
English
Qt version used by client package (Linux only, see also Settings dialog):
Client package (From ownCloud or distro) (Linux only):
distro
Installation path of client:
default
check this one
https://github.com/owncloud/client/issues/3726
you should install libgnome-keyring0
I already have it installed.
@ahmadsocrat this was a known limitation on Ubuntu 18.04 (see https://github.com/owncloud/client/issues/6455) and try our latest build (you have the "dfsg-1" version from Ubuntu repositories):
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_18.04/ /' > /etc/apt/sources.list.d/isv:ownCloud:desktop.list"
sudo apt-get update
sudo apt-get install owncloud-client
驴Does it work out for you?
the bug was reported in the Ubuntu distribution package:
https://bugs.launchpad.net/ubuntu/+source/owncloud-client/+bug/1761936
So far there is no one assigned to make a patch. Here it was fixed:
All good now, thanks a lot guys.
Most helpful comment
check this one
https://github.com/owncloud/client/issues/3726
you should install libgnome-keyring0