secret-tool: No such interface “org.freedesktop.Secret.Collection” on object at path /org/freedesktop/secrets/collection/login
I can make this work on my desktop, but I login to my vps server, ubuntu 20.04 it doesn't run any desktop. when I use secret-tool to store password there will some error like:
secret-tool: No such interface “org.freedesktop.Secret.Collection” on object at path /org/freedesktop/secrets/collection/login
I found from google searching, I install gnome-keying by: sudo apt install gnome-keyring
but this doesn't work for me.
Thanks FJ
In Debian the secret-tool is in the libsecret-tools package. I hope this helps you.
Regards,
Christian.
On Mon, May 16, 2022 at 8:24 AM F.J Kong @.***> wrote:
I can make this work on my desktop, but I login to my vps server, ubuntu 20.04 it doesn't run any desktop. when I use secret-tool to store password there will some error like:
secret-tool: No such interface “org.freedesktop.Secret.Collection” on object at path /org/freedesktop/secrets/collection/login
I found from google searching, I install gnome-keying by: sudo apt install gnome-keyring
but this doesn't work for me.
Thanks FJ
— Reply to this email directly, view it on GitHub https://github.com/tenllado/dotfiles/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDOZLOPZIT5IBGMDFEZ5ZTVKHSZBANCNFSM5WAMPVNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
In Debian the secret-tool is in the libsecret-tools package. I hope this helps you. Regards, Christian.
Hi tenllado,
I have installed libsecret-tools package, I guess this issue is caused by lacking some desktop components because usually server will remove all desktop package.