[Github-comments] [geany/geany-plugins] Geany blocks upon GeanyVC spawning an external diff viewer. (#539)

Oscar Dijkhoff notifications at xxxxx
Fri Feb 24 10:27:36 UTC 2017


This means that you can't do any work in Geany until you close the external diff viewer. This seriously reduces the usefulness of the otherwise great feature of being able to use an external diff viewer.

The external diff viewer is spawned here:
https://github.com/geany/geany-plugins/blob/master/geanyvc/src/externdiff.c#L122

Looks like the problem might simply be solved by calling `g_spawn_async` instead of `g_spawn_sync`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/539
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170224/4164b729/attachment.html>


More information about the Github-comments mailing list