pydio-sync icon indicating copy to clipboard operation
pydio-sync copied to clipboard

Linux - pydio-sync is not able to use gnome-keyring to save credentials in Ubuntu 18.04

Open casasfernando opened this issue 5 years ago • 5 comments

After upgrading from Ubuntu 16.04 to 18.04 I found that pydio-agent is not able to use gnome-keyring anymore so is falling back to python file keyring backend to save credentials. Because of this now is not possible to run the agent on startup (unattended) and the only way to make it work is to start it manually from a terminal so the file keyring password can be entered.

In order to solve this problem I rebuild the module using a more recent keyring python module (the one that is shipped with Ubuntu 18.04 - v10.6.0) and the problem was solved. The agent is able to use gnome-keyring again and it can be started without the use of a terminal since it doesn't require any interaction anymore.

Can you please look into updating the keyring module version dependency in requirements.txt file and build a new pydio-agent binary?

casasfernando avatar Oct 23 '18 10:10 casasfernando