qtkeychain icon indicating copy to clipboard operation
qtkeychain copied to clipboard

Platform-independent Qt API for storing passwords securely.

Results 55 qtkeychain issues
Sort by recently updated
recently updated
newest added

The wallet dbus interface can time out while waiting for kwallet (e.g. if password input is required, and qtkeychain does not recover from that. Instead, qtkeychain should handle timeouts and...

Apparently, QTKeychain does not currently support GNOME 3.18's keyring. When starting ownCloud's client, the following error appears: > Reading from the keychain failed and generated this error: "No keychain service...

Hi, I'm facing [an issue with the owncloud client](https://github.com/owncloud/client/issues/3726) and I think the issue lies with qtkeychain. I would like to build the test-client to verify that qtkeychain is working...

It is possible/accepted to add support for different backends? like lastpass? i think that this would need some change in the API

LXQt is a Qt environment and gnome-keyring feels alien. Also idea: would you accept a patch which allows user to override auto-detection using an environment variable? I know it's now...

I'm using KDE and I've configured it that it restores my session after login. So there are a few applications started which uses kwallet at the same time. But I'm...

This changes the used kwallet version to Backend_Kwallet5 on undetected Desktops. This enables users of LXQT to use Kwallet5. Tested and working on Archlinux https://www.archlinux.org/packages/community/x86_64/qtkeychain-qt5/ just including the above change.

It did work in 0.3, but stopped in 0.4 I can workaround that bug, by overriding the XDG_CURRENT_DESKTOP environment variable ``` XDG_CURRENT_DESKTOP=GNOME owncloud ```

I originally filed this against the ownCloud client. They requested that it be filed here: https://github.com/owncloud/client/issues/3060 I recently looked into how the ownCloud client was storing user passwords and found...

Qt5 does not set this directory in CMake thus leading to the following error:; ``` -- The C compiler identification is GNU 4.7.3 -- The CXX compiler identification is GNU...