Questions tagged [gnome-keyring-daemon]
27 questions
1
vote
0 answers
gnome-keyring warning on print JAVA
I'm trying to print a barcode image, but when the program executes the .printDialog() I get the following warning on the console:
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-y4THJ1/pkcs11: No such file or directory
And when I hit…

Aitor Gonzalez
- 125
- 1
- 14
0
votes
0 answers
Programatically fill in GTK popup using Expect, xdotool, or similar
Background:
I use pass to manage my passwords, with the GPG key stored externally on a YubiKey smart card, and have a fair number of scripts which invoke pass to automate various tasks requiring authentication. This arrangement works great for most…
0
votes
1 answer
Why does gnome-keyring-daemon fail with "Operation not permitted" in a Dev Container?
I am trying to follow the Zowe CLI Configuring Secure Credential Store on headless Linux operating systems instructions, however when I run the following commands...
export $(dbus-launch)
gnome-keyring-daemon -r --unlock --components=secrets
...I…

James Taylor
- 785
- 5
- 19
0
votes
0 answers
Using libsecret to add password in keyrings C++
I would like to add a password from my application into the Linux secure store. I am trying to achieve this by using libsecret.
What I have so far:
const SecretSchema *
example_get_schema (void)
{
static const SecretSchema the_schema = {
…

Vlad Tamas
- 1
- 2
0
votes
0 answers
gnome-keyring GPG integration in headless Ubuntu server not working
I'm trying to use gnome-keyring to memorize my GPG passphrase in a headless Ubuntu server (22.04.1 LTS GNU/Linux 5.15.0-57-generic x86_64). The reason I'm trying to do this with gnome-keyring and not using the gpg-agent cache is that I'd like for…

Duarte Pinto
- 39
- 3
0
votes
1 answer
DBus Secret Service prompting
Hi I'm attempting to utilize the Secret Service to access secrets in Gnome Keyring.
Everything works ok if the collection I'm trying to access is already unlocked. The problem I'm running into is when the collection/secrets are locked and it needs…

Jeremy Farmer
- 425
- 4
- 14
0
votes
1 answer
R on Linux ask for keyring password command line
When I execute code bellow from command line it ask me for keyring password. After inputing pasword it send email.
email2 <- compose_email(body = md("Brawo"))
email2 %>% smtp_send( to = "xxx", from = "xxx@gmail.com", subject = "x" , …

Jan Jankowski Janek
- 43
- 1
- 9
0
votes
1 answer
Using Secrets API with dbus-send
I'm trying to figure out how to get a password from the keyring using dbus-send, but I'm struggling to understand what the session parameter is.
Here's where I've got to:
#!/bin/bash
# Find key path
KEY_PATH=$(dbus-send…

Sam Bull
- 2,559
- 1
- 15
- 17
0
votes
1 answer
Unlock gnome-keyring from a temp dbus session
I'm trying to write a python application that can unlock gnome-keyring from a text-only system (headless machine) and retrieve the credentials. I have the gnome-keyring package installed in this machine.
Basically, my application will:
Start a new…

SilleBille
- 605
- 5
- 21
0
votes
1 answer
How to check gnome keyrings state with c code or python?
Currently using the command line gkey-lock/gkey-unlock with the flowing code to lock and unlock gnome default keyring, How can we implement gnome_keyring_info_get_is_locked() from to check the locking state in c or python
Lock…

intika
- 8,448
- 5
- 36
- 55
0
votes
0 answers
How can gnome-keyring be modified to require quality master passwords?
I am using CentOS 7. I have certain password quality requirements set up in pwquality.conf (related to the libpwquality package). In addition to these complexity constraints being applied to user logins, I'd like them to be applied to a Password…

Tim S.
- 55,448
- 7
- 96
- 122
0
votes
1 answer
Vala alternatives to Gnome Keyring OAuth access token storage?
are there good OAuth access token/secret storage alternatives to Gnome Keyring for Vala? The Gnome Keyring bindings solution is extremely buggy as it yields far too many C-errors to make debugging practical. Additionally, I know relatively little…

weberc2
- 7,423
- 4
- 41
- 57