If so, [this patch](https://gist.github.com/codebrainz/71d761e2cfd7e7519106ce4f731dd5ee) should work, but it doesn't since Geany ignores request to use existing socket file when no filenames are given, so it always opens a new instance. I have no idea where that code is, but something like this should work with the patch if it was fixed:
```bash $ geany -u # or $ geany --socket-file=/what/ever -u ``` -- 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/issues/1512#issuecomment-307533798
