-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.yubico.yubioath does not work on Fedora 41 #101
Comments
Here are the steps I went through to build it myself. This process installed the beta in parallel to the stable version from Flathub. It set the beta version as the "current" version. So I just had to run it afterward. This needs to be done per system.
For some unknown reason on the second system I did this process I had to open the GUI twice. The first time I got the can't connect to pcsc error, and after that it worked. |
I figured out how to install the beta.
https://discourse.flathub.org/t/how-to-use-flathub-beta/2111 |
You may open PR that adds link to flathub docs: https://docs.flathub.org/docs/for-users/installation/#flathub-beta-repositoryhttps://docs.flathub.org/docs/for-users/installation/#flathub-beta-repository |
Alternative workaround for Fedora F41 Atomic (Silverblue): using # NOTE: using the default toolbox image for the system; here fedora f41.
toolbox enter
sudo dnf install ykman
ykman oath accounts code
It's quite fickle to access the yubikey from both the system and the toolbox though; they seem to fight for control over PC/SC. |
This flatpak doesn't work on Fedora 41. I am aware of the pcsc-lite 2.3.0 issue. I have seen the reference in the README.md,
For distros that use version 2.3.0 and above use beta version of this flatpak
. The problem is all the links I found for installing it return a 404. I did try usingflatpak remote-ls -d | grep -i yubico
to look for it. I have triedflatpak install app/com.yubico.yubioath/x86_64/beta
,flatpak install com.yubico.yubioath/x86_64/beta
, andflatpak install com.yubico.yubioath//beta
. I have also tried googling it, and searching the Github issues.Instead of just saying install the beta, please give us a link or instructions of how to do it.
The text was updated successfully, but these errors were encountered: