<div dir="ltr">Hi,<div><br></div><div>a blank terminal appears with a heading of "geany_run_script_RCK23Y.sh", the last 5 characters before the suffix being random on each execution.</div><div>The debug messages that appear around the time of execution are:</div><div><br></div><div>"<font face="monospace">10:32:59: Geany INFO : Added filetype CUDA (65).</font><div><font face="monospace">10:32:59: Geany INFO : Added filetype Cython (66).</font></div><div><font face="monospace">10:32:59: Geany INFO : Added filetype Graphviz (67).</font></div><div><font face="monospace">10:32:59: Geany INFO : Loaded libvte from libvte.so.9</font></div><div><font face="monospace">10:32:59: Geany INFO : /home/mw/c++_Learn/learn2_c++/sqlapi/ora_ref_cursor.cpp : C++ (UTF-8)</font></div><div><font face="monospace">10:32:59: Geany INFO : Loaded /usr/share/geany/tags/std99.c.tags (C), 1619 symbol(s).</font></div><div><font face="monospace">10:32:59: Geany INFO : /home/mw/c++_Learn/learn2_c++/sqlapi/ora_connect.cpp : C++ (UTF-8)</font></div><div><font face="monospace">10:32:59: Geany INFO : /home/mw/c++_Learn/learn2_c++/sqlapi/pg_connect_test.cpp : C++ (UTF-8)</font></div><div><font face="monospace">10:32:59: fcitx-connection DEBUG : _fcitx_connection_bus_finished</font>"</div><div><br></div><div>When I run the compiled and linked binary from a bash shell , then it executes as expected, but when executed with F5 from the geany the blank terminal appears. This is the behaviour in Lubuntu running in VirtualBox, but on Ubuntu it executes in geany as expected.</div><div>There is no error message it seems.</div><div><br></div><div>Thanks</div><br><div class="gmail_quote"><div dir="ltr">On Thu, 27 Jul 2017 at 00:56 Matthew Brush <<a href="mailto:mbrush@codebrainz.ca" target="_blank">mbrush@codebrainz.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2017-07-26 01:21 PM, Peter Koukoulis wrote:<br>
> Hi<br>
> I am running geany in both Ubuntu 17.04 (host) and Lubuntu (VirtualBox<br>
> guest) 17.04 . My build settings are the same on both:<br>
><br>
> compile : g++ -g -Wall -std=c++14 -c -lboost_thread<br>
> -DBOOST_THREAD_VERSION=4 -pthread "%f"<br>
> link: g++ -g -Wall -std=c++14  -o "%e" "%f"<br>
> /home/bluefrog/SQLAPI/lib/libsqlapi.a -lpthread -pthread -lboost_thread<br>
> -DBOOST_THREAD_VERSION=4 -lboost_system -ldl -lpq<br>
><br>
> make Object: make %e.o<br>
> Execute: "./%e"<br>
><br>
> LD_LIBRARY_PATH is defined the same on both.<br>
><br>
> When I execute (F5), having successfully compiled and linked, nothing<br>
> appears in the terminal on Lubuntu in the VirtualBox, but when the same is<br>
> executed  in Ubuntu (host), all appears as expected. Could somebody suggest<br>
> what it may be?<br>
><br>
<br>
It should give some kind of error in the status tab, or in the status<br>
bar, or at least log something in Help->Debug Messages.<br>
<br>
One thing that comes to mind is that the working directories aren't<br>
right, but I would think that should print you some error somewhere. The<br>
other thing is that maybe one of them is set to run the execute command<br>
in Geany's builtin terminal and the other isn't (Preferences->Terminal:<br>
[x] Execute programs in the VTE, and [x] Don't use run script).<br>
<br>
Regards,<br>
Matthew Brush<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org" target="_blank">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div></div></div>