dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

secret-tool: No such interface “org.freedesktop.Secret.Collection” on object at path /org/freedesktop/secrets/collection/login

Open BH1SCW opened this issue 3 years ago • 2 comments

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

BH1SCW avatar May 16 '22 06:05 BH1SCW

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: @.***>

tenllado avatar May 17 '22 10:05 tenllado

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.

BH1SCW avatar May 18 '22 02:05 BH1SCW