<p>In <a href="https://github.com/geany/geany/pull/637#discussion_r38644045">src/utils.c</a>:</p>
<pre style='color:#555'>>      }
> -  else
> -          g_printerr("Unable to find 'geany'");
> +
> +  argv[argc++] = g_strdup("-i");
> +  argv[argc++] = g_strdup("--");
> +  argv[argc] = g_strdup(doc_path);
</pre>
<p>Same here for encoding, we need to make sure it's correct</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/pull/637/files#r38644045">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ1GGDuKrNLFLvbNRQ_nA5QpFjzJnks5ouECfgaJpZM4F1KFb.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/pull/637/files#r38644045"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>