From 6a29d58bf52da0ce873e2ece3f83913289a9bb9d Mon Sep 17 00:00:00 2001 From: Andy Date: Sat, 19 Aug 2023 09:27:02 +0000 Subject: [PATCH] Update 'Yubico Authenticator in Ubuntu with Wayland' --- Yubico-Authenticator-in-Ubuntu-with-Wayland.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Yubico-Authenticator-in-Ubuntu-with-Wayland.md b/Yubico-Authenticator-in-Ubuntu-with-Wayland.md index 41701b9..8a5c1f9 100644 --- a/Yubico-Authenticator-in-Ubuntu-with-Wayland.md +++ b/Yubico-Authenticator-in-Ubuntu-with-Wayland.md @@ -24,8 +24,9 @@ sudo systemctl enable --now pcscd 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' ```