I built a simple program with Xojo v3 and put on the Raspberry Pi.
When I double click on the application icon, a dialog box comes up asking if I want to Execute , Cancel or Execute in terminal.
How can I get that to be bypassed??
Thanks
I built a simple program with Xojo v3 and put on the Raspberry Pi.
When I double click on the application icon, a dialog box comes up asking if I want to Execute , Cancel or Execute in terminal.
How can I get that to be bypassed??
Thanks
select app in filebrowser, right click, properties, permissions, exceute this as application or activate read, write, execute
For this to permanently “stick”, make sure that you power off your Pi by by using Shutdown. If you just pull the plug to “power off” the Pi (a common technique), then this setting does not seem to be remembered.
GREAT !! Works !!
Appreciate that Paul.