[Gambas-user] Moving from OpenSuse to Mint

bkv at mailbox.org bkv at mailbox.org
Thu Aug 2 20:25:35 CEST 2018


Hi. Seems like I got it to work.

In meny Project/Properties/Componets, I unticked gb.gui and ticked gb.qt4 (works also with gb.gui.qt ).

Now the program runs in the debugger, and I can make executables that run.


-Bjørn

> On August 2, 2018 at 7:21 PM Gianluigi <bagonergi at gmail.com> wrote:
> 
>     You might try this:
>     https://lists.gambas-basic.org/pipermail/user/2018-July/065083.html
> 
>     Regards
>     Gianluigi
> 
> 
>     2018-08-02 17:51 GMT+02:00 Gaël Le Hec'H <gael.lehech at gmail.com mailto:gael.lehech at gmail.com >:
> 
>         > >         hi,
> > 
> >         Got the same issue with your project on LM19 Mate :
> > 
> >         [System]
> >         Gambas=3.11.90 3f836f0 (master)
> >         OperatingSystem=Linux
> >         Kernel=4.15.0-29-generic
> >         Architecture=x86_64
> >         Distribution=Linux Mint 19 Tara
> >         Desktop=MATE
> >         Theme=Windows
> >         Language=en_US.UTF-8
> >         Memory=7678M
> > 
> >         [Libraries]
> >         Cairo=libcairo.so.2.11510.0
> >         Curl=libcurl.so.4.5.0
> >         DBus=libdbus-1.so.3.19.4
> >         GStreamer=http://libgstreamer-1.0.so . 0.1401.0
> >         GTK+2=libgtk-x11-2.0.so.0. 2400.32
> >         GTK+3=libgtk-3.so.0.2200.30
> >         OpenGL=libGL.so.1.0.0
> >         Poppler=libpoppler.so.73.0.0
> >         QT4=libQtCore.so.4.8.7
> >         QT5=libQt5Core.so.5.9.5
> >         SDL=libSDL-1.2.so.0.11.4
> >         SQLite=libsqlite3.so.0.8.6
> > 
> >         [Environment]
> >         CLUTTER_BACKEND=x11
> >         COMPIZ_CONFIG_PROFILE=mate
> >         DBUS_SESSION_BUS_ADDRESS=unix: path=/run/user/1000/bus
> >         DEFAULTS_PATH=/usr/share/ gconf/mate.default.path
> >         DESKTOP_SESSION=mate
> >         DISPLAY=:0
> >         GB_GUI=gb.qt4
> >         GDMSESSION=mate
> >         GDM_LANG=en_US
> >         GIO_LAUNCHED_DESKTOP_FILE=< home>/Desktop/gambas3.desktop
> >         GIO_LAUNCHED_DESKTOP_FILE_PID= 4011
> >         GPG_AGENT_INFO=/run/user/1000/ gnupg/S.gpg-agent:0:1
> >         GSETTINGS_SCHEMA_DIR=<home>/ data
> >         GTK_MODULES=gail:atk-bridge
> >         GTK_OVERLAY_SCROLLING=0
> >         HOME=<home>
> >         LANG=en_US.UTF-8
> >         LANGUAGE=en_US
> >         LC_ADDRESS=fr_FR.UTF-8
> >         LC_IDENTIFICATION=fr_FR.UTF-8
> >         LC_MEASUREMENT=fr_FR.UTF-8
> >         LC_MONETARY=fr_FR.UTF-8
> >         LC_NAME=fr_FR.UTF-8
> >         LC_NUMERIC=fr_FR.UTF-8
> >         LC_PAPER=fr_FR.UTF-8
> >         LC_TELEPHONE=fr_FR.UTF-8
> >         LOGNAME=<user>
> >         MANDATORY_PATH=/usr/share/ gconf/mate.mandatory.path
> >         MATE_DESKTOP_SESSION_ID=this- is-deprecated
> >         PATH=<home>/bin:/usr/local/ sbin:/usr/local/bin:/usr/sbin: /usr/bin:/sbin:/bin:/usr/ games:/usr/local/games
> >         PWD=<home>
> >         QT_ACCESSIBILITY=1
> >         QT_AUTO_SCREEN_SCALE_FACTOR=0
> >         QT_QPA_PLATFORMTHEME=qt5ct
> >         QT_SCALE_FACTOR=1
> >         SESSION_MANAGER=local/< hostname>:@/tmp/.ICE-unix/ 1015,unix/<hostname>:/tmp/. ICE-unix/1015
> >         SHELL=/bin/bash
> >         SHLVL=0
> >         SSH_AGENT_PID=1344
> >         SSH_AUTH_SOCK=/run/user/1000/ keyring/ssh
> >         TZ=:/etc/localtime
> >         USER=<user>
> >         XAUTHORITY=<home>/.Xauthority
> >         XDG_CONFIG_DIRS=/etc/xdg/xdg- mate:/etc/xdg
> >         XDG_CURRENT_DESKTOP=MATE
> >         XDG_DATA_DIRS=/usr/share/mate: <home>/.local/share/flatpak/ exports/share:/var/lib/ flatpak/exports/share:/usr/ local/share:/usr/share
> >         XDG_GREETER_DATA_DIR=/var/lib/ lightdm-data/<user>
> >         XDG_RUNTIME_DIR=/run/user/1000
> >         XDG_SEAT=seat0
> >         XDG_SEAT_PATH=/org/ freedesktop/DisplayManager/ Seat0
> >         XDG_SESSION_DESKTOP=mate
> >         XDG_SESSION_ID=c1
> >         XDG_SESSION_PATH=/org/ freedesktop/DisplayManager/ Session0
> >         XDG_SESSION_TYPE=x11
> >         XDG_VTNR=7
> > 
> >         project run fine with GB.GUI set to QT4 or QT5 but not with GTK (2 or 3)
> >         gbc3 -ga output OK
> >         gbx3 nothing.
> > 
> >         regards,
> > 
> > 
> > 
> >         Le dim. 29 juil. 2018 à 17:45, < bkv at mailbox.org mailto:bkv at mailbox.org > a écrit :
> > 
> >             > > > 
> > >             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
> > > 
> > > 
> > >             ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
> > > 
> > >         > > 
> > 
> >         ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
> > 
> > 
> >     > 
> 
>     ----[ 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/20180802/edb3d75a/attachment-0001.html>


More information about the User mailing list