[Gambas-user] Moving from OpenSuse to Mint

Gianluigi bagonergi at gmail.com
Sun Jul 29 18:05:47 CEST 2018


2018-07-29 17:54 GMT+02:00 Tobias Boege <taboege at gmail.com>:

> On Sun, 29 Jul 2018, bkv at mailbox.org wrote:
> > Hi
> >
> > I developed an application on my OpenSuse (KDE) machine. Now I decided
> to move it to a machine with Linux Mint (Mate desktop) installed.
> >
> > I installed Gambas on the Mint machine and copied my project from the
> OpenSuse machine to the Mint machine.
> >
> > The Gambas developement environment seems to work on my Mint machine, I
> can create a new project with a form and run the project to display the
> form.
> >
> > The problem comes when I want to run (in developement environment) the
> project I copied from OpenSuse. It seems to quit right after I press the
> Run-button. I cannot trace it and I see no error messages.
> >
> > I know this is not much information, but I may find some more if I get
> an hint on where to look. I would be glad to have some help on moving my
> project to the new machine.
> >
> > Best regards,
> >
> > Bjørn
>
> Which components are used by your project? You can determine that
> by looking at the hidden ".project" file in your project directory.
> You want all lines starting with "Component=".
>
> You can also run the project from a terminal via:
>
>   $ cd /your/project/dir
>   $ gbc3 -ga
>   $ gbx3
>
> Then the interpreter should print any error that happens and avoid
> GUI elements which you might overlook or which might glitch to be
> unreadable in certain environments.
>
> Regards,
> Tobi
>
>
Sorry Tobias I answered, a moment before I saw your answer.
As the Latins used to say "Ubi major minor cessat" :-D

Regards
Gianluigi


> --
> "There's an old saying: Don't change anything... ever!" -- Mr. Monk
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20180729/3d113c4f/attachment.html>


More information about the User mailing list