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

Gianluigi bagonergi at gmail.com
Fri Apr 22 01:40:04 CEST 2022


Il giorno gio 21 apr 2022 alle ore 23:55 Brian G <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>.

Good night
Gianluigi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220422/f94d9055/attachment.htm>


More information about the User mailing list