Ryan Carpenter

Results 31 comments of Ryan Carpenter

> > openSUSE Tumbleweed, KDE Plasma Wayland > > Is there any special procedure to install that setup - or does one "just" need to install openSUSE Tumbleweed? > >...

> * java-keyring uses [secret service](https://github.com/swiesend/secret-service). Does that communicate using kdewallet? Yes, I believe so. Here is a screenshot of the system settings for Kwallet on my system. ![image](https://github.com/JabRef/jabref/assets/23321102/43552c0e-38e9-4567-a5a5-940abfc7d195) >...

> @ryan-carpenter Did you have luck with installing gnome-keyring? I have not tried this yet, but based on your comments and the message in system settings for Kwallet, it looks...

I am working on the assumption that this is a kwallet configuration issue. Secret service is supposed to be supported, but [dbus initial API](https://invent.kde.org/frameworks/kwallet/-/merge_requests/11) had some challenges including [not working...

The secrets service is available and kwallet is using it (see details). Details Which DBus services are available? ``` > qdbus6 | grep 'jabref\|keyring\|kwallet\|secret' org.freedesktop.impl.portal.desktop.kwallet org.freedesktop.secrets org.kde.kwalletd5 org.kde.kwalletd6 org.kde.kwalletmanager5 ```...

If java-keyring stores passwords using the freedesktop.org/secret-service D-Bus service via the swiesend/secret-service library, the D-Bus secrets service is in fact running, and KWallet is compatible with the Secret Service API,...

> if all components by themselves work, I don't understand why there are issues. This is the right interpretation. As far as I can tell, each of the components appears...

I submitted a bug report about this to KDE [KWallet is not accessible by an application using via org.freedesktop.secrets.service](https://bugs.kde.org/show_bug.cgi?id=490058) Other KDE bug reports * KWallet/Secret Service: potential conflict of auto-start...

I disabled secret-service integration in kwallet and enabled it in keepassxc, then I created a keepassxc database and added a password to it from the command line using `secret-tool`. When...

No luck with gnome keyring, but I think the secrets service is no longer running, because `secret-tool` returns: ``` secret-tool: Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reached ```