Update Linux permissions and Wayland workaround info

This commit is contained in:
Dain Nilsson 2024-03-20 14:18:59 +01:00
parent 593c2276eb
commit 02673a3f40
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8

View File

@ -61,12 +61,22 @@ framework. The previous Qt codebase can be found in the `legacy` branch.
|Android 5 (Lollipop)
|===
On Linux systems, make sure the `pcscd` service is installed and running.
=== Installation
Downloads for all supported operating systems are available
https://www.yubico.com/products/yubico-authenticator/[here].
==== Linux
On Linux platforms you will need pcscd installed and running to be able to
communicate with a YubiKey over the SmartCard interface. Additionally, you may
need to set permissions for your user to access YubiKeys via the HID
interfaces. The relevant permissions are described
https://developers.yubico.com/yubikey-manager/Device_Permissions.html[here].
For some configurations running Wayland, copying an OTP to clipboard only works
when the app has focus. If you are unable to reliably copy to clipboard from
the systray icon, you can set the environment variable `_YA_WL_CLIPFIX=1` to
enable a workaround that attempts to give the window focus before copying.
=== Command line interface
Looking for a command line option? Try our
https://github.com/Yubico/yubikey-manager/[YubiKey Manager CLI] tool.