We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6ecad commit 2916df0Copy full SHA for 2916df0
src/main/java/org/cryptomator/linux/keychain/SecretServiceKeychainAccess.java
@@ -28,7 +28,7 @@ public String displayName() {
28
@Override
29
public boolean isSupported() {
30
try {
31
- return SimpleCollection.isAvailable();
+ return SimpleCollection.isGnomeKeyringAvailable();
32
} catch (RuntimeException e) {
33
LOG.warn("Initializing secret service keychain access failed", e);
34
return false;
0 commit comments