From 848a4955b22078c8a004b7aae6c41da990fbe117 Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Tue, 13 Dec 2022 08:45:41 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 896cc89..7683ec8 100644
--- a/README.md
+++ b/README.md
@@ -93,6 +93,12 @@ run `tools/list_keyrings.sh` to check name of your keyrings. The `login` keyring
 
 Seahorse sometimes show an incorrect name for "Login" keyring. It's real name is `login` instead of `Login`. You may confirm this by running `tools/list_keyrings.sh`.
 
+- secret service operation failed: Type of message, ?(o(oayay))?, does not match expected type ?(o(oayays))?
+
+We need `libgnome-keyring.so.0.2.0` (or newer) to talk to latest gnome. Please check if your `libgnome-keyring.so` points to an older version.
+
+If your distribution does not provide a package, you can download it from archlinux repo and link to the `.so` file manually.
+
 - It's simply not working. How do I debug this program?
 
 ```
-- 
GitLab