I've also got a problem, I don't know if it's related to this.
I use Geany 1.29 and LXTerminal 0.3.0 on Lubuntu 17.04.
A simple code to test it:
```C++
#include <iostream>
int main()
{
std::cout << "bla";
}
```
Pressing F9 to build, then F5 to execute results in:

I'm not sure if it's geany's fault.
--
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/1369#issuecomment-323110758