<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 15, 2015 at 9:17 AM, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:mailinglists@geldenhuys.co.uk" target="_blank">mailinglists@geldenhuys.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for trying. Here is my video showing the problem.<br>
<br></blockquote><div>No, sir, this is not an issue! Please don't bug report. </div><div>That's OSX feature.</div><div><br></div><div>You're trying to launch GUI application "not from a bundle". OSX considers the application as command-line utility and passes all user input to the console, rather than GUI.</div><div><br></div><div>OSX is using "bundles" to organize GUI application files. Bundles are shown as a single file in the file system (for non-advanced users), but instead this is a directory with a very strict structure and some extra files in it (including the executable file).</div><div><br></div><div>So what you can do. In the terminal do the following:</div><div>cd project1.app/Contents/MacOS</div><div>./project1</div><div><br></div><div><br></div><div>thanks,</div><div>Dmitry</div></div></div></div>