mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
Update Linux permissions and Wayland workaround info
This commit is contained in:
parent
593c2276eb
commit
02673a3f40
14
README.adoc
14
README.adoc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user