From e8c87d5cc7136ed8a2f401a6f42585d371bbba9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik.tjader@nordicsemi.no> Date: Wed, 4 Jan 2023 11:20:34 +0100 Subject: [PATCH] Align Arch and Ubuntu by manual symlink --- .gnupg/scdaemon.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gnupg/scdaemon.conf b/.gnupg/scdaemon.conf index f69b9eb..a44173b 100644 --- a/.gnupg/scdaemon.conf +++ b/.gnupg/scdaemon.conf @@ -1,4 +1,6 @@ reader-port 32768 pcsc-driver /usr/lib/libpcsclite.so +# Native location for Ubuntu, manually symlinked to above location +#pcsc-driver /usr/lib/x86_64-linux-gnu/libpcsclite.so card-timeout 5 disable-ccid -- GitLab