Search Criteria
Package Details: yubioath-krunner 1.3.0-1
Git Clone URL: | https://aur.archlinux.org/yubioath-krunner.git (read-only, click to copy) |
---|---|
Package Base: | yubioath-krunner |
Description: | Displays your YubiKey OATH credentials in krunner when you search for them. |
Upstream URL: | https://github.com/odensc/yubioath-krunner |
Keywords: | krunner totp two-factor yubioath |
Licenses: | |
Submitter: | odensc |
Maintainer: | odensc |
Last Packager: | odensc |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-28 17:20 |
Last Updated: | 2020-01-25 03:55 |
Latest Comments
odensc commented on 2019-02-06 19:06
@kang: Can you run:
$ which python $ pacman -Qikk python-gobject python $ python -c "import gi; print(gi.__spec__)"
kang commented on 2019-02-06 19:03
Traceback (most recent call last): File "/home/kang/.config/autostart-scripts/yubioath-krunner.py", line 2, in <module> from gi.repository import GLib ModuleNotFoundError: No module named 'gi'