[Gambas-user] IDE Does Not execute App if a copy of the app is open on the computer from another source.

Brian G brian at westwoodsvcs.com
Fri Apr 22 18:03:06 CEST 2022


You can not use shell as it runs the process inside a bash shell! 

to repeat this you must have installed from the Daily ppa which supports all of the terminal types. 

you must have the ide start mate or xfce4 as the terminal emulator. And start the app inside the IDE using that emulator. 

Before you start the IDE running 

You must first start the app as the native app of the same terminal emulation used by the IDE 

Hence running mate-terminal -x TestQuit.gambas & this creates a completely native copy of the app inside a terminal emulation. 

Note: the latest version of gambas3 from the daily ppa is the only version that allows to run all of the emulators correctly 

"Failure is the key to success; 
each mistake teaches us something" .. Morihei Ueshiba 
Brian G 

----- On Apr 22, 2022, at 1:50 AM, Gianluigi <bagonergi at gmail.com> wrote: 

> Il giorno ven 22 apr 2022 alle ore 01:40 Gianluigi < [
> mailto:bagonergi at gmail.com | bagonergi at gmail.com ] > ha scritto:

>> Il giorno gio 21 apr 2022 alle ore 23:55 Brian G < [
>> mailto:brian at westwoodsvcs.com | brian at westwoodsvcs.com ] > ha scritto:

>>> In the latest daily, you can set it under debug properties, select terminal
>>> emulation and set the emulator to use

>>> In the old interface the emulator to use was located under the Tools->properties
>>> and in there look at the help&applications

>>> In the old interface mate and xfce terminal emulation did not work.

>> But are you sure you have mate-terminal, have you tried to launch it from the
>> default terminal?

>> Anyway to launch the terminal you want just open a new Command-line project and
>> type in:
>> Public Sub Main()

>> Shell System.Find("mate-terminal") ' or "xterm" etc.

>> End
>> Then use the command gbr3 <path of executable>.

> Hi Brian,

> I am trying to understand and to do so I am attaching here a compressed video of
> how I tried your test.
> Can you tell me if I am off track?
> [ https://paste.c-net.org/SuspectsScottish |
> https://paste.c-net.org/SuspectsScottish ]

> Regards
> Gianluigi

> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220422/6466eb5b/attachment.htm>


More information about the User mailing list