diff --git a/src/shared/Core/Interop/Linux/SecretServiceCollection.cs b/src/shared/Core/Interop/Linux/SecretServiceCollection.cs index 093baf5c3..0d6342af1 100644 --- a/src/shared/Core/Interop/Linux/SecretServiceCollection.cs +++ b/src/shared/Core/Interop/Linux/SecretServiceCollection.cs @@ -66,7 +66,7 @@ private unsafe IEnumerable Enumerate(string service, string account secService, ref schema, queryAttrs, - SecretSearchFlags.SECRET_SEARCH_UNLOCK, + SecretSearchFlags.SECRET_SEARCH_UNLOCK | SecretSearchFlags.SECRET_SEARCH_ALL, IntPtr.Zero, out error);