From: fsLeg Date: Sat, 1 Feb 2025 14:13:55 +0000 (+0300) Subject: yubioath-desktop: added a missing dependency; described a bug workaround; removed... X-Git-Url: https://git.t-rg.ws/?a=commitdiff_plain;h=ed09df4133a5c3fa0967cae7c1d6e7e1f2dd7285;p=slackbuilds.git yubioath-desktop: added a missing dependency; described a bug workaround; removed gnome-screenshot mention since it can use spectacle --- diff --git a/yubioath-desktop/README b/yubioath-desktop/README index b6a7664..bf1e341 100644 --- a/yubioath-desktop/README +++ b/yubioath-desktop/README @@ -14,5 +14,7 @@ needed! This SlackBuild repackages the pre-built binary by Yubico. No 32bit version is provided. -Note that the QR scanning feature when using Wayland requires -gnome-screenshot. +There is a bug that appears in certain configurations which makes some +of the authenticator dialogs flicker making them unusable. In such +a case shrink the window's width until all menus and icons hide under +"hamburger" buttons and access them from there. diff --git a/yubioath-desktop/yubioath-desktop.info b/yubioath-desktop/yubioath-desktop.info index afeebf0..7ddb2fb 100644 --- a/yubioath-desktop/yubioath-desktop.info +++ b/yubioath-desktop/yubioath-desktop.info @@ -5,6 +5,6 @@ DOWNLOAD="UNSUPPORTED" MD5SUM="" DOWNLOAD_x86_64="https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.1.1-linux.tar.gz" MD5SUM_x86_64="b4145a3de3fd3c34746c220e9c31ad28" -REQUIRES="pcsc-lite" +REQUIRES="pcsc-lite ccid" MAINTAINER="Vladislav 'fsLeg' Borisov" EMAIL="fsleg@t-rg.ws"