From 6808da56ad6ecd8c1ebf7ca6a39495df4f7ebbd2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 20 Feb 2018 22:34:56 +0800 Subject: gpg: rewrite gpg-agent handling with zsh * do not hack to force to use `pinentry-curses` with custom `pinentry` and `gpg2-x11` shims * explain to use the `pinentry-gtk-2`, which will fallback to text mode * simply launch `gpg-agent` with `gpgconf --launch` --- bin/gpg2-x11 | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 bin/gpg2-x11 (limited to 'bin/gpg2-x11') diff --git a/bin/gpg2-x11 b/bin/gpg2-x11 deleted file mode 100755 index db0d53f..0000000 --- a/bin/gpg2-x11 +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# -# `gpg2` shim to support force use the graphical pinentry. -# See also: `~/bin/pinentry-app' -# -# Credit: http://blog.mrloop.com/workflow/2017/02/09/pin-entry.html -# -# Aaron LI -# 2018-01-13 -# - - -GPG2=$(which gpg2) -CFG=${XDG_RUNTIME_DIR}/pinentry-app -echo "x11" > ${CFG} -exec ${GPG2} "$@" - -# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=sh: # -- cgit v1.2.2