Yubico / yubikey-personalization-gui

YubiKey Personalization GUI
https://developers.yubico.com/yubikey-personalization-gui
BSD 2-Clause "Simplified" License
200 stars 38 forks source link

Permission problem in Linux Mint 20.0 #98

Open mic-rigaud opened 4 years ago

mic-rigaud commented 4 years ago

Since the migration of Linux Mint from 19 to 20, I have a problem of permission. If I run the yubikey-personalization-gui tool, I have this error: "Unknow error occured" But if I run the tool as root, I don't have any error. I try to reinstall without effect. The yubikey-Manager tool have no problem. it's like a permission is missing from my user account... but I don't know which one.

yubikey

IngoQ commented 4 years ago

Hi,

I had the same issue. Seems to be a permission issue when accessing the usb device under user context. Adding the udev rule as shown in detrout's comment found here https://github.com/Yubico/yubikey-personalization-gui/issues/72 solved it for me.

mic-rigaud commented 4 years ago

Thank you very much! That solve my problem. :)

I can close the issue, or I keep it open as long as the udev rule is not added to the installation ?