/usr/share/upstart/sessions/no-pinentry-gnome3.conf is in gnupg-agent 2.1.11-6ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | description "Don't make gpg-agent require dbus"
author "Iain Lane <iain.lane@canonical.com>"
start on startup
emits no-pinenty-gnome3
task
script
if [ ! -L "/usr/bin/pinentry" ] || [ "$(readlink -f /usr/bin/pinentry)" != "/usr/bin/pinentry-gnome3" ]; then
initctl --no-wait emit no-pinentry-gnome3
fi
end script
|