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.