<p>In <a href="https://github.com/geany/geany-plugins/pull/370#discussion_r54021388">geanypg/src/pinentry.c</a>:</p>
<pre style='color:#555'>> @@ -108,7 +108,7 @@ gpgme_error_t geanypg_passphrase_cb(void * hook,
>  
>          execvp(*argv, argv);
>          /* shouldn't get here */
> -        fprintf(stderr, "GeanyPG: %s\n%s\n", _("Could not use pinentry."), strerror(errno));
> +        g_error("%s: %s", _("Could not use pinentry."), strerror(errno));
</pre>
<p>ditto</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/370/files#r54021388">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8PNQOrhSOFifrxG-CA0XsVKuh42ks5pniuQgaJpZM4HfHIb.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/370/files#r54021388"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>