On , Atte André Jensen &lt;atte@email.dk&gt; wrote:<br />&gt; Ok thanks. If I click &quot;File-&gt;New track&quot;, wasn&#39;t I supposed to get a new track, looking something like https://sites.google.com/site/harryhaaren/Home/trackEmpty.png ? Nothing happens, no output in the terminal from which I ran run.sh...<br />Strange... could you check the previous prints to see if you&#39;re being zombified by JACK? That would explain it, as the JACK thread has to actually insert the track before the GUI will show the new track. There was a redraw bug in the<br />gtkmm code for a little bit, perhaps you&#39;re on that revision..?<br /><br />Also: I&#39;m developing on a daily basis, usually just pushing the devel branch up at the end of the day. If you&#39;re encountering problems try this:<br />git checkout devel<br />./waf configure<br />./waf<br />./run.sh<br /><br />Perhaps you&#39;ll run into different bugs that way :D -Harry