winfsp / hubfs

File system for GitHub & GitLab
https://winfsp.dev
GNU Affero General Public License v3.0
1.62k stars 60 forks source link

Hubfs's keyring didn't work on Ubuntu 22.04 #13

Open pqnhan opened 2 months ago

pqnhan commented 2 months ago

As the title, it keeps me reauthorized every time I run the command. I found out that it doesn't rewrite the authentication key to the default key which is usually at ~/.local/share/keyrings (checked the timestamp, nothing changed)

Debug message does not contain any useful information in this case.. image

pqnhan commented 2 months ago

Looks like I was missing libsecret-tools that Hubfs required to write/read keyring database.

I can use it normally now.

Strangely though, when I try to open a new tmux session and run Hubfs in it, it still requires me to reauthorize even though if I open a normal terminal session, everything still works.