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: ![screenshot](https://user-images.githubusercontent.com/7613443/29420619-ca091e20-8372-11e...) I'm not sure if it's geany's fault.