ADDED gnupg/scdaemon.conf Index: gnupg/scdaemon.conf ================================================================== --- gnupg/scdaemon.conf +++ gnupg/scdaemon.conf @@ -0,0 +1,1 @@ +disable-ccid Index: setup.sh ================================================================== --- setup.sh +++ setup.sh @@ -48,10 +48,11 @@ have git && link_file git .config/git ../ if have gpg || have gpg2; then mkdir -p $HOME/.local/share/gnupg chmod 700 $HOME/.local/share/gnupg link_file gnupg/gpg.conf .local/share/gnupg/gpg.conf ../../../ + link_file gnupg/scdaemon.conf .local/share/gnupg/scdaemon.conf ../../../ if have gpg2; then gpg="gpg2" else gpg="gpg" fi