Update 'Yubico Authenticator in Ubuntu with Wayland'

Andy 2023-08-19 09:27:02 +00:00
parent 9eee703d95
commit 6a29d58bf5

@ -24,8 +24,9 @@ sudo systemctl enable --now pcscd
3. Update `Exec=` in `~/.local/share/applications/com.yubico.authenticator.desktop` file as follows 3. Update `Exec=` in `~/.local/share/applications/com.yubico.authenticator.desktop` file as follows
``` ```
Exec=/bin/sh -c 'env __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json $HOME/Downloads/yubico-authenticator-6.0.2b-linux/authenticator' Exec=/bin/sh -c 'env __EGL_VENDOR_LIBRARY_FILENAMES=/usr/share/glvnd/egl_vendor.d/50_mesa.json $HOME/Downloads/yubioath-desktop-6.2.0-linux/authenticator'
``` ```