mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
GODT-1516 GODT-1451: KeepassXC is crashing on start. We need to block it until it's fixed.
This commit is contained in:
@ -35,7 +35,7 @@ const (
|
||||
func init() { // nolint[noinit]
|
||||
Helpers = make(map[string]helperConstructor)
|
||||
|
||||
if isUsable(newSecretServiceHelper("")) {
|
||||
if _, err := exec.LookPath("gnome-keyring"); err == nil && isUsable(newSecretServiceHelper("")) {
|
||||
Helpers[SecretService] = newSecretServiceHelper
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user