From bugtracker at gambaswiki.org Sat May 1 02:46:51 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 May 2021 00:46:51 GMT Subject: [Gambas-bugtracker] Bug #2171: gb.db.odbc: unable to convert date In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2171&from=L21haW4- Comment #18 by PICCORO LENZ MCKAY: what jobs on telegram? From bugtracker at gambaswiki.org Sat May 1 06:47:54 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 May 2021 04:47:54 GMT Subject: [Gambas-bugtracker] Bug #2191: iif fails in recent master Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2191&from=L21haW4- Brian G reported a new bug. Summary ------- iif fails in recent master Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- iif now seems to evaluate both the true and false statements every time in recent builds this worked in past a as integer[] = [1,2,3] i = 2 b = iif(i+2 < 3, a[i+2], a[i]) ' the true expression is now always evaluated and this crashes with out of bounds, the true expression is in fact out of bounds Or maybe I was dreaming, but pretty sure this worked System information ------------------ [System] Gambas=3.16.90 OperatingSystem=Linux Kernel=5.8.0-50-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=14013M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-cqS1F272OV,guid=adcc85ebd403851d3d1c89b6608cd2ea DISPLAY=:50 EDITOR=/usr/bin/vim GB_GUI=gb.gtk3 GIO_LAUNCHED_DESKTOP_FILE_PID=1136803 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=:/usr/local/easysoft/access:/usr/local/easysoft/lib LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated MOTD_SHOWN=pam PATH=/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PULSE_CLIENTCONFIG=/.x2go/C--50-1619841763_stDMATE_dp24/.pulse-client.conf PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_GRAPHICSSYSTEM=native QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1133794,unix/:/tmp/.ICE-unix/1133794 SHELL=/usr/bin/gsh SHLVL=1 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SSH_CLIENT=73.66.0.38 54802 22 SSH_CONNECTION=73.66.0.38 54802 192.168.250.8 22 STARTUP=/usr/bin/im-launch /usr/bin/env LD_LIBRARY_PATH=:/usr/local/easysoft/access:/usr/local/easysoft/lib mate-session TERM=xterm TZ=:/etc/localtime USER= X2GO_AGENT_PID=1132522 X2GO_SESSION=-50-1619841763_stDMATE_dp24 XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_ID=291 XDG_SESSION_TYPE=tty XSESSION_EXEC=mate-session From bugtracker at gambaswiki.org Sat May 1 13:59:35 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 May 2021 11:59:35 GMT Subject: [Gambas-bugtracker] Bug #2191: iif fails in recent master In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2191&from=L21haW4- Comment #1 by Beno?t MINISINI: You are dreaming. IIf() is a function, and it evaluates all its arguments since the beginning. Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sat May 1 17:13:59 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 01 May 2021 15:13:59 GMT Subject: [Gambas-bugtracker] Bug #2191: iif fails in recent master In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2191&from=L21haW4- Comment #2 by Brian G: I think I was.... lol From bugtracker at gambaswiki.org Sun May 2 10:57:20 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 08:57:20 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Bruce BRUEN reported a new bug. Summary ------- IDE form designer error message Type : Bug Priority : High Gambas version : 3.15 Product : Language Description ----------- (pre-amble - here are more issoes 1. Still no 3.16 selector in the bugtracker - in fact this bug is in 3.16.90 I haven't had time to update yet. 2. Disregard the system information this is with 3.16.90 native. 3. I cant find "IDE" in the "Product" combobox above so I have shoved this one in "Language") OK here it is. The form editor wont open, it just pops up the error: labwlwidth > Sources > FMain Cannot open file. Unknown symbol 'Children' in class 'TextBox' FForm.GetChildren.768 CControl.GetChildren.894 FForm.ArrangeContainerByDefault.4316 FForm.ArrangeContainerByDefault.4317 FForm.Reload.183 FForm.LoadFile.2886 Project.LoadFile.2148 Project.OpenFile.2238 FMain.tvwProject_Activate.177 _TreeView.GridView_Activate.806 GridView.ScrollArea_DblClick.1377 Now this happens only(?) if I am trying to build a composite control. In the simplest case a UserContainer with a Label and a TextBox. (_Container set to HBox) Looking at the FForm code at GetChildren.768 I cannot see how this line could possibly work as hCtrl at that point of the iteration IS a TextBox which has no Children (of course). This may have come in with the changes to try and display DrawingArea based custom controls? (I don't know.) I have tried "re-implementing" TextBox adding a Children property that just returns null but that (strangely) doesn't help. (That's a different issue by the way.) Also, by the way, the project runs, both inside the IDE and as an executable. So this is definitely an IDE issue. I am not quite sure what that series of If..Else If .. is trying to achieve all I know is that it fails :-) I will try to attach a demo project but I haven't had a great deal of jow with that previously. I I can't I'll send you the project privately. regards bruce System information ------------------ [System] Gambas=3.11.90 d3c17c791 (local) OperatingSystem=Linux Kernel=4.16.13-pclos1 Architecture=x86_64 Distribution=PCLinuxOS Desktop=MATE Theme=Gtk Language=en_US.UTF-8 Memory=7491M [Libraries] [Environment] BROWSER=/usr/bin/www-browser CANBERRA_DRIVER=pulse DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-tYSAEsKmJW,guid=084be9baa369436402ea749d5bebea13 DESKTOP_SESSION=05MATE DISPLAY=:0 GB_GUI=gb.qt4 GCONF_TMPDIR=/tmp GDMSESSION=05MATE GDM_XSERVER_LOCATION=local GIO_LAUNCHED_DESKTOP_FILE=/Desktop/projectbrowser5.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=16405 GIT_PAGER=less -FRS GNOME_KEYRING_CONTROL=/.cache/keyring-787ASZ GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_OVERLAY_SCROLLING=0 G_FILENAME_ENCODING=@locale HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= INPUTRC=/etc/inputrc LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ADDRESS=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_SOURCED=1 LC_TELEPHONE=en_US.UTF-8 LC_TIME=en_US.UTF-8 LD_LIBRARY_PATH=:/usr/lib64:/usr/lib LESS=-MM LESSCHARSET=utf-8 LESSKEY=/etc/.less LESSOPEN=|/usr/bin/lesspipe.sh %s LOGNAME= LS_COLORS= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MDV_MENU_STYLE=discovery META_CLASS=desktop NLSPATH=/usr/share/locale/%l/%N PATH=/bin:/usr/bin:/usr/local/bin:/usr/games:/usr/lib64/qt4/bin:/usr/lib64/qt5/bin:/bin:/sbin:/usr/sbin PWD= PYTHONDONTWRITEBYTECODE=1 PYTHONSTARTUP=/etc/pythonrc.py QT4DOCDIR=/usr/share/doc/qt4 QT5DOCDIR=/usr/share/doc/qt5 QTDIR=/usr/lib64/qt4 QTDIR5=/usr/lib64/qt5 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/29853,unix/:/tmp/.ICE-unix/29853 SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=29892 SSH_AUTH_SOCK=/.cache/keyring-787ASZ/ssh TMP=/tmp/ TMPDIR=/tmp/ TZ=:/etc/localtime USER= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/mate:/etc/xdg/discovery:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/ XDG_SESSION_COOKIE=-1542187537.274074-1876948711 XMODIFIERS=@im=none _=/usr/bin/gambas3 From bugtracker at gambaswiki.org Sun May 2 22:26:17 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 20:26:17 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Comment #1 by Beno?t MINISINI: Please post your project. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun May 2 22:45:59 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 20:45:59 GMT Subject: [Gambas-bugtracker] Bug #2182: gb.desktop.x11 not loading - Gambas 3.16 Build 12 using ppa In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2182&from=L21haW4- Comment #4 by Beno?t MINISINI: What displays the "Component not found" dialog? Did you try to remove all Gambas packages, and reinstall? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun May 2 23:22:17 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 21:22:17 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Comment #2 by Bruce BRUEN: Project ---------------------------------------------------------------------------- Attachment: labwlwidth-0.0.2.tar.gz Bruce BRUEN changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun May 2 23:26:05 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 21:26:05 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Comment #3 by Bruce BRUEN: More side issues. 1) If I don't add any text when adding a comment in the bug tracker I get an untranslated error message. 2) A new comment automatically changes the bug status to "Accepted"? b From bugtracker at gambaswiki.org Sun May 2 23:40:33 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 21:40:33 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Comment #4 by Beno?t MINISINI: 1) It's fixed. 2) Only if the issue state is "NeedInfo", a new comment switch automatically to "Accepted". The bugtracker assumes that the requested information has been provided. From bugtracker at gambaswiki.org Mon May 3 00:09:47 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 22:09:47 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Comment #5 by Beno?t MINISINI: You are creating a UserContainer control, i.e. a Container, and you ask the IDE to draw it with a TextBox, which is not a Container. This is the reason why the IDE crashes. From bugtracker at gambaswiki.org Mon May 3 00:21:42 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 22:21:42 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Comment #6 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/bbee396304b18f32f62cc880ba96b605b3687000. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon May 3 00:21:59 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 02 May 2021 22:21:59 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Comment #7 by Bruce BRUEN: Ah! Thanks. That's a trap for young players :-) that probably warrants a warning in the wiki page. regards bruce Bruce BRUEN changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon May 3 09:21:17 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 07:21:17 GMT Subject: [Gambas-bugtracker] Bug #2167: Print preview problems In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2167&from=L21haW4- Comment #2 by Carlo PANARA: I redid the tests (master commit 58666e3f2) both on Ubuntu 18.04 and on 20.04 and the problem seems to be solved Carlo PANARA changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon May 3 12:43:52 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 10:43:52 GMT Subject: [Gambas-bugtracker] Bug #2182: gb.desktop.x11 not loading - Gambas 3.16 Build 12 using ppa In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2182&from=L21haW4- Comment #5 by Charlie OGIER: All gambas removed and purged. System updated. Gambas reinstalled from stable ppa (Build 13). The same message appears. I asked a friend to try this. He is running the ppa daily build (Build 22) and he also experienced the same problem. Charlie OGIER changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon May 3 13:13:10 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 11:13:10 GMT Subject: [Gambas-bugtracker] Bug #2167: Print preview problems In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2167&from=L21haW4- Comment #3 by ADMINISTRATOR: Strange, these bugs that fix themselves! ADMINISTRATOR changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon May 3 16:04:55 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 14:04:55 GMT Subject: [Gambas-bugtracker] Bug #2167: Print preview problems In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2167&from=L21haW4- Comment #4 by Carlo PANARA: I was not alone in having the problem, others of the Italian forum reported the same problem. Maybe it wasn't directly due to gambas ... From bugtracker at gambaswiki.org Mon May 3 20:53:47 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 18:53:47 GMT Subject: [Gambas-bugtracker] Bug #2182: gb.desktop.x11 not loading - Gambas 3.16 Build 12 using ppa In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2182&from=L21haW4- Comment #6 by Beno?t MINISINI: Again: what displays the "Component not found" dialog? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon May 3 20:55:40 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 18:55:40 GMT Subject: [Gambas-bugtracker] Bug #2192: IDE form designer error message In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2192&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon May 3 20:56:41 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 18:56:41 GMT Subject: [Gambas-bugtracker] Bug #2186: After Upgrade 3.16.0: Circular reference, Ctrl+C/Ctrl+V slow In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2186&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Abandoned. From bugtracker at gambaswiki.org Mon May 3 22:39:15 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 20:39:15 GMT Subject: [Gambas-bugtracker] Bug #2169: dist upgrades from ppa are not taken in considerations In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2169&from=L21haW4- Comment #3 by Beno?t MINISINI: The gambas3-ide package has been fixed, and new stable packages are currently being rebuild. Beno?t MINISINI changed the state of the bug to: Working. From bugtracker at gambaswiki.org Tue May 4 01:18:47 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:18:47 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #5 by V?ctor PEREZ: [System] Gambas=3.15.2 OperatingSystem=Linux Kernel=5.10.0-6-amd64 Architecture=x86_64 Distribution= 11.0 Desktop=MATE Theme=fusion Language=es_UY.UTF-8 Memory=6889M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.20 GStreamer=libgstreamer-1.0.so.0.1804.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.20 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.102.0.0 QT5=libQt5Core.so.5.15.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=lightdm-xsession DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=lightdm-xsession GIO_LAUNCHED_DESKTOP_FILE_PID=1679 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=es_UY.UTF-8 LANGUAGE=es_UY.UTF-8 LC_ALL=es_UY.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/891,unix/:/tmp/.ICE-unix/891 SHELL=/bin/bash SSH_AGENT_PID=982 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=lightdm-xsession XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 V?ctor PEREZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue May 4 01:26:07 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:26:07 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #6 by V?ctor PEREZ: did you have a mail? to send you the information by mail. juan @ debian: ~ $ ifconfig -a bash: ifconfig: order not found /sbin/ifconfig -a <---- works From bugtracker at gambaswiki.org Tue May 4 01:30:32 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:30:32 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #7 by V?ctor PEREZ: did you have a mail? to send you the information by mail. juan @ debian: ~ $ ifconfig -a bash: ifconfig: order not found / sbin / ifconfig -a <---- works From bugtracker at gambaswiki.org Tue May 4 01:34:03 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:34:03 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #8 by V?ctor PEREZ: use red wifi, usb card From bugtracker at gambaswiki.org Tue May 4 01:36:12 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:36:12 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #9 by V?ctor PEREZ: use red wifi, usb card From bugtracker at gambaswiki.org Tue May 4 01:36:19 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:36:19 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #10 by V?ctor PEREZ: use red wifi, usb card From bugtracker at gambaswiki.org Tue May 4 01:40:59 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:40:59 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #11 by V?ctor PEREZ: if you use telegram, I send you a link by post. es but fluid by telegram From bugtracker at gambaswiki.org Tue May 4 01:41:14 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 03 May 2021 23:41:14 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #12 by V?ctor PEREZ: if you use telegram, I send you a link by post. es but fluid by telegram From bugtracker at gambaswiki.org Tue May 4 02:41:02 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 May 2021 00:41:02 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #13 by PICCORO LENZ MCKAY: Victor just paste all the output and remove the ip addres.. that's all in fact if you are not in public ip that's nothing to be afraid! and in telegram yiou must use a public group to link the info. .. (i m very active in that network) From bugtracker at gambaswiki.org Tue May 4 17:55:01 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 04 May 2021 15:55:01 GMT Subject: [Gambas-bugtracker] Bug #2182: gb.desktop.x11 not loading - Gambas 3.16 Build 12 using ppa In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2182&from=L21haW4- Comment #7 by Charlie OGIER: Hopefully this video will help? https://cogier.com/video/gb.desktop.x11.webm Also have a look here. https://forum.gambas.one/viewtopic.php?f=4&t=1105 Charlie OGIER changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed May 5 21:25:57 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 05 May 2021 19:25:57 GMT Subject: [Gambas-bugtracker] Bug #2193: SliderBox problems Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2193&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- SliderBox problems Type : Bug Priority : Medium Gambas version : Master Product : GUI components Description ----------- To follow is a terminal application. It has options to set size (W/H) that can be set using SliderBox controls. (Options/Terminal size) I can slide the slider no problem but. If i hold keyboard arrow-up (or down) i get errors, the window size does not match the sliderbox value. (on gtk3, it's okay with qt) If i click mouse on slider arrows there is no problem but. If I hold the mouse button down i get an error Null object (13) SpinBox.TimerMouse_Timer.365 (both gtk and qt) System information ------------------ [System] Gambas=3.16.90 870cab953 (bruces-new) OperatingSystem=Linux Kernel=5.4.0-70-generic Architecture=x86_64 Distribution=Linux Mint 20.1 Ulyssa Desktop=MATE Font=Ubuntu,11 Scale=8 Theme=clearlooks Language=en_GB.UTF-8 Memory=3824M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus COMPIZ_CONFIG_PROFILE=mint 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.gtk3 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE_PID=17432 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1173,unix/:/tmp/.ICE-unix/1173 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1263 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Wed May 5 21:26:46 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 05 May 2021 19:26:46 GMT Subject: [Gambas-bugtracker] Bug #2193: SliderBox problems In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2193&from=L21haW4- Comment #1 by Bruce STEERS: application ---------------------------------------------------------------------------- Attachment: Germinal-1.0.1.tar.gz From bugtracker at gambaswiki.org Sat May 8 17:26:06 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 08 May 2021 15:26:06 GMT Subject: [Gambas-bugtracker] Bug #2182: gb.desktop.x11 not loading - Gambas 3.16 Build 12 using ppa In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2182&from=L21haW4- Comment #8 by Charlie OGIER: I have uninstalled Gambas and downloaded the Stable code from GitLab and compiled it from source and the issue has gone away. Both the Stable and Daily ppa versions cause this issue on Mint 20.1. Another user reported 'Yep, I get the same error on both Peppermint 9 and 10 machines with Gambas v3.16.0 "build 14".' From bugtracker at gambaswiki.org Tue May 11 17:50:37 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 15:50:37 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Olivier CRUILLES reported a new bug. Summary ------- Compilation from IDE does not work anymore Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- Hello, Since few commits I'm not more able to compile any project from the IDE of Gambas. Now when I push the RUN button or COMPILATION button into the IDE, the project start but do not apply or use the changes. On the other hand, if I compile the project manually in a Terminal, all changes are applied: Command to compile: gbc3 -agt && gba3 -v This issue is for all changes in the project, either the Forms, Class, Modules, Code... I've tried to RUN the project without JIT compiler enabled and in this case the project don't start at all. What can I give you as information to help you ? Olivier Cruilles System information ------------------ [System] Gambas=3.16.90 184e21e58 (master) OperatingSystem=Linux Kernel=5.8.15-301.fc33.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 33 (Thirty Three) Desktop=MATE Font=Sans,9 Scale=6 Theme=greybird Language=fr_FR.utf8 Memory=32054M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.25 GStreamer=libgstreamer-1.0.so.0.1802.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.25 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.101.0.0 QT5=libQt5Core.so.5.15.2 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_ENV=/usr/share/lmod/lmod/init/bash BASH_FUNC_ml%%=() { eval $($LMOD_DIR/ml_cmd "$@") } BASH_FUNC_module%%=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh) } CAPP_BUILD=/Packages/Starter/Build CONDA_SHLVL=0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=fr_FR.utf8 GIO_LAUNCHED_DESKTOP_FILE_PID=152147 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 GUESTFISH_INIT=\e[1;34m GUESTFISH_OUTPUT=\e[0m GUESTFISH_PS1=\[\e[1;32m\]>\[\e[0;31m\] GUESTFISH_RESTORE=\e[0m HISTCONTROL=ignoredups HISTSIZE=1000 HISTTIMEFORMAT=%F %T HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none KDEDIRS=/usr LANG=fr_FR.utf8 LC_ALL=fr_FR.utf8 LESSOPEN=||/usr/bin/lesspipe.sh %s LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod LMOD_DIR=/usr/share/lmod/lmod/libexec LMOD_PKG=/usr/share/lmod/lmod LMOD_ROOT=/usr/share/lmod LMOD_SETTARG_FULL_SUPPORT=no LMOD_VERSION=8.4.1 LMOD_sys=Linux LOGNAME= MAIL=/var/spool/mail/ MANPATH=/usr/share/lmod/lmod/share/man: MATE_DESKTOP_SESSION_ID=this-is-deprecated MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core MODULEPATH_ROOT=/usr/share/modulefiles MODULESHOME=/usr/share/lmod/lmod MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PAGER=most PATH=/.cargo/bin:/narwhal/bin:/usr/condabin:/usr/lib64/ccache:/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/var/lib/snapd/snap/bin:/bin:/usr/local/xaralx/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/3102,unix/unix:/tmp/.ICE-unix/3102 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3232 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=dumb TZ=:/etc/localtime USER= XAUTHORITY=/run/lightdm//xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=4 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none From bugtracker at gambaswiki.org Tue May 11 18:38:42 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 16:38:42 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #1 by Beno?t MINISINI: Do you compile from sources? From bugtracker at gambaswiki.org Tue May 11 18:42:34 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 16:42:34 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue May 11 19:48:02 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 17:48:02 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #2 by Olivier CRUILLES: Yes compiled from sources Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue May 11 19:53:11 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 17:53:11 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #3 by Beno?t MINISINI: I have no problem here... I suggest you try to recompile and reinstall everything with './reconf-all && ./configure -C && make'. From bugtracker at gambaswiki.org Tue May 11 20:11:52 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 18:11:52 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #4 by Olivier CRUILLES: Already done many times. Even tried to back to previous commit but nothing changed. I will try to download from scratch the sources from gitlab and I'll back to you in case the issue still there From bugtracker at gambaswiki.org Tue May 11 20:13:17 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 18:13:17 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #5 by Olivier CRUILLES: already done many times. I will retry from fresh download of the sources and I'll back to you From bugtracker at gambaswiki.org Tue May 11 20:34:08 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 18:34:08 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #6 by Olivier CRUILLES: 1. So I have uninstalled/removed all files installed from the sources 2. Removed the directory of sources 3. Re-downloaded all sources from GitLab 4. Recompiled all the sources 4.1 ./reconf-all ; ./configure -C ; echo -n "Appuyer sur une touche pour continuer..." ; read ; make -j 8 4.2 make install Same result in the end. If I modify the sources in the IDE then I try to compile, it do not detect a syntax error now, but the error is detected if I compile the project manually (gbc3 -agt && gba3 -v) Any idea of what I could test to help you ? From bugtracker at gambaswiki.org Tue May 11 20:38:08 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 18:38:08 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #7 by Beno?t MINISINI: Can you try the QT5 IDE instead of the GTK+3 one? From bugtracker at gambaswiki.org Tue May 11 20:42:36 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 18:42:36 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #8 by Olivier CRUILLES: Can you just remember me how to select QT5 instead of GTK3 to start the IDE please ? From bugtracker at gambaswiki.org Tue May 11 21:00:40 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 19:00:40 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #9 by Beno?t MINISINI: $ GB_GUI=gb.qt5 gbx3 Or use the popup menu associated with the Gambas IDE icon, if it is supported by your desktop. From bugtracker at gambaswiki.org Tue May 11 22:31:27 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 11 May 2021 20:31:27 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #10 by Olivier CRUILLES: It's the same issue with QT5 System Informations: [System] Gambas=3.16.90 184e21e58 (master) OperatingSystem=Linux Kernel=5.8.15-301.fc33.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 33 (Thirty Three) Desktop=MATE Font=Sans,9 Scale=6 Theme=proxy Language=fr_FR.utf8 Memory=32054M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.25 GStreamer=libgstreamer-1.0.so.0.1802.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.25 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.101.0.0 QT5=libQt5Core.so.5.15.2 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_ENV=/usr/share/lmod/lmod/init/bash BASH_FUNC_ml%%=() { eval $($LMOD_DIR/ml_cmd "$@") } BASH_FUNC_module%%=() { eval $($LMOD_CMD bash "$@") && eval $(${LMOD_SETTARG_CMD:-:} -s sh) } CAPP_BUILD=/Packages/Starter/Build COLORTERM=truecolor CONDA_SHLVL=0 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano GB_GUI=gb.qt5 GDMSESSION=mate GDM_LANG=fr_FR.utf8 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 GUESTFISH_INIT=\e[1;34m GUESTFISH_OUTPUT=\e[0m GUESTFISH_PS1=\[\e[1;32m\]>\[\e[0;31m\] GUESTFISH_RESTORE=\e[0m HISTCONTROL=ignoredups HISTSIZE=1000 HISTTIMEFORMAT=%F %T HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none KDEDIRS=/usr LANG=fr_FR.utf8 LC_ALL=fr_FR.utf8 LESSOPEN=||/usr/bin/lesspipe.sh %s LMOD_CMD=/usr/share/lmod/lmod/libexec/lmod LMOD_DIR=/usr/share/lmod/lmod/libexec LMOD_PKG=/usr/share/lmod/lmod LMOD_ROOT=/usr/share/lmod LMOD_SETTARG_FULL_SUPPORT=no LMOD_VERSION=8.4.1 LMOD_sys=Linux LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.m4a=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.oga=01;36:*.opus=01;36:*.spx=01;36:*.xspf=01;36: MAIL=/var/spool/mail/ MANPATH=/usr/share/lmod/lmod/share/man: MATE_DESKTOP_SESSION_ID=this-is-deprecated MODULEPATH=/etc/modulefiles:/usr/share/modulefiles:/usr/share/modulefiles/Linux:/usr/share/modulefiles/Core:/usr/share/lmod/lmod/modulefiles/Core MODULEPATH_ROOT=/usr/share/modulefiles MODULESHOME=/usr/share/lmod/lmod MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed OLDPWD= PAGER=most PATH=/.cargo/bin:/narwhal/bin:/usr/condabin:/usr/lib64/ccache:/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/var/lib/snapd/snap/bin:/bin:/usr/local/xaralx/bin PWD=/Packages/SOURCES/gambasdevel/app/src/gambas3 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/3102,unix/unix:/tmp/.ICE-unix/3102 SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=3232 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm-256color TZ=:/etc/localtime USER= VTE_VERSION=6203 WINDOWID=136314887 XAUTHORITY=/run/lightdm//xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share:/var/lib/snapd/desktop XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=4 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none _=./gambas3.gambas force_s3tc_enable=true From bugtracker at gambaswiki.org Wed May 12 03:22:08 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 May 2021 01:22:08 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #11 by Olivier CRUILLES: I have sent to you the project with which I have this issue. Unfortunately it seems that is not the only one project that has this issue. I don't really understand what happens and I don't really know how to diag this issue From bugtracker at gambaswiki.org Wed May 12 03:34:36 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 May 2021 01:34:36 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #12 by Olivier CRUILLES: I think I found the issue. I have ran my project over Gambas3 IDE running into Gambas3 IDE. I have added some debug text and got the command executed to compile from the IDE It seems that the options '-p' is passed to the 'gbc3' command but does not exist in fact, so error and crash. Informations: This is the command executed by the IDE to compile: [linus at linusky ~]$ /usr/bin/gbc3 -e -g -t -p -m -j1 -w -fcheck-prefix '/local/Gambas-3/gbNetworkGUItest' /usr/bin/gbc3: invalid option -- 'p' Compile Gambas projects into architecture-independent bytecode. Usage: gbc3 [options] [] Options: -a --all compile all -e --translate-errors display translatable error messages -g --debug add debugging information -h --help display this help -j --jobs number of background jobs (default: 8) -L --license display license -r --root gives the gambas installation directory -s --swap swap endianness -t --translate output translation files and compile them if needed -v --verbose verbose output -V --version display version -w --warnings display warnings -x --exec executable mode (define the 'Exec' preprocessor constant and remove assertions) Compiler flags: -f check-prefix check the prefix of variables if warnings are enable -f public-module module symbols are public by default -f public-control form controls are public [linus at linusky ~]$ gbc3 -V 3.16.90 184e21e58 (master) [linus at linusky ~]$ gbx3 -V 3.16.90 184e21e58 (master) [linus at linusky ~]$ gbr3 -V 3.16.90 184e21e58 (master) From bugtracker at gambaswiki.org Wed May 12 03:36:43 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 May 2021 01:36:43 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #13 by Olivier CRUILLES: Found the line code that add the option '-p' Public Function GetCompileCommand(bAll As Boolean, bNoDebug As Boolean, bMakeExecutable As Boolean, bIDE As Boolean) As String Dim sExec As String If bIDE Then sExec = System.Path &/ "bin/gbc" & System.Version Else sExec = "gbc" & System.Version Endif sExec &= " -e " If bAll Then sExec &= "-a " If Not bNoDebug Then sExec &= "-g " If Localize Then sExec &= "-t " If ControlPublic Then sExec &= "-p " <========= HERE If ModulePublic Then sExec &= "-m " If bMakeExecutable Then sExec &= "-x " sExec &= "-j" & CStr(Settings["/CompilerJobs", 1]) & " " 'sExec = sExec & "-c " & Quote(CLASSES_FILE) & " " & Quote(Project.Dir) & " > " & OUTPUT_FILE & " 2>&1" If bIDE Then If Project.Warnings Then sExec &= "-w " If CheckVariablePrefix Then sExec &= "-fcheck-prefix " Endif sExec = sExec & Shell$(Project.Dir) sExec = sExec & " > " & OUTPUT_FILE & " 2>&1" Endif Return sExec End From bugtracker at gambaswiki.org Wed May 12 06:35:54 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 May 2021 04:35:54 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #14 by Beno?t MINISINI: OK, I understood my mistake. The bug should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/7d9188d6e7e88dffe840cdd9ee88088322056672. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed May 12 14:54:33 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 May 2021 12:54:33 GMT Subject: [Gambas-bugtracker] Bug #2194: Compilation from IDE does not work anymore In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2194&from=L21haW4- Comment #15 by Olivier CRUILLES: Thank you. It is fixed. Olivier From bugtracker at gambaswiki.org Wed May 12 23:44:39 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 May 2021 21:44:39 GMT Subject: [Gambas-bugtracker] Bug #2193: SliderBox problems In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2193&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu May 13 00:08:39 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 12 May 2021 22:08:39 GMT Subject: [Gambas-bugtracker] Bug #2193: SliderBox problems In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2193&from=L21haW4- Comment #2 by Beno?t MINISINI: The "Null object" error has been fixed by commit https://gitlab.com/gambas/gambas/-/commit/c5a0e318d7ab1bf0e0945ff13024f54eaa6391b2. The warning message displayed while you hit an arrow key says all: do not call the event loop during the SpinBox Change events. As for the window size that does not match the slider value, I didn't notice. But your window size calculus seems wrong at first sight: you add 4 pixels if the window has a border, whereas you can't know the width of the window border. Another point: no need to write Form.Window, because Form.Window = Form as soon as the form is top-level. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri May 14 15:29:34 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 14 May 2021 13:29:34 GMT Subject: [Gambas-bugtracker] Bug #2182: gb.desktop.x11 not loading - Gambas 3.16 Build 12 using ppa In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2182&from=L21haW4- Comment #9 by Herberth GUZMAN: Hi Benoit I have the same problem, I already did everything you say and it keeps giving me the same error. "component not found: gb.desktop.X11" From bugtracker at gambaswiki.org Sat May 15 15:08:29 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 15 May 2021 13:08:29 GMT Subject: [Gambas-bugtracker] Bug #2182: gb.desktop.x11 not loading - Gambas 3.16 Build 12 using ppa In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2182&from=L21haW4- Comment #10 by Charlie OGIER: The latest ppa update has now fixed this issue, thanks. Charlie OGIER changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun May 16 10:36:27 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 16 May 2021 08:36:27 GMT Subject: [Gambas-bugtracker] Bug #2195: gambas3 fails to run after latest update applied. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2195&from=L21haW4- Michael PERRYMAN reported a new bug. Summary ------- gambas3 fails to run after latest update applied. Type : Bug Priority : Medium Gambas version : Unknown Product : JIT compiler Description ----------- Error message, the output from reinstall follows. michael at HP-ProDesk:~$ gambas3 ** ** OOPS! INTERNAL ERROR. Program aborting, sorry! :-( ** Unable to load JIT library: /tmp/gambas.1000/133235/jit/gb.form.terminal.so: failed to map segment from shared object ** ** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2]. ** [1] http://gambaswiki.org/bugtracker ** [2] https://lists.gambas-basic.org/listinfo/user ** michael at HP-ProDesk:~$ Running Linux Mint 20.1 mate edition Installed using ppa deb http://ppa.launchpad.net/gambas-team/gambas3/ubuntu focal main uname -a Linux HP-ProDesk 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux I tried uninstalling & re-installing gambas3, but got the same error message. I include the output from the install below michael at HP-ProDesk:~$ michael at HP-ProDesk:~$ michael at HP-ProDesk:~$ sudo aptitude purge gambas3 michael at HP-ProDesk:~$ michael at HP-ProDesk:~$ sudo aptitude install gambas3 The following NEW packages will be installed: gambas3 gambas3-dev-tools{a} gambas3-gb-args{a} gambas3-gb-cairo{a} gambas3-gb-chart{a} gambas3-gb-clipper{a} gambas3-gb-complex{a} gambas3-gb-compress{a} gambas3-gb-compress-bzlib2{a} gambas3-gb-compress-zlib{a} gambas3-gb-compress-zstd{a} gambas3-gb-crypt{a} gambas3-gb-data{a} gambas3-gb-db{a} gambas3-gb-db-form{a} gambas3-gb-db-mysql{a} gambas3-gb-db-odbc{a} gambas3-gb-db-postgresql{a} gambas3-gb-db-sqlite2{a} gambas3-gb-db-sqlite3{a} gambas3-gb-dbus{a} gambas3-gb-dbus-trayicon{a} gambas3-gb-desktop{a} gambas3-gb-desktop-x11{a} gambas3-gb-eval-highlight{a} gambas3-gb-form{a} gambas3-gb-form-dialog{a} gambas3-gb-form-editor{a} gambas3-gb-form-mdi{a} gambas3-gb-form-print{a} gambas3-gb-form-stock{a} gambas3-gb-form-terminal{a} gambas3-gb-gmp{a} gambas3-gb-gsl{a} gambas3-gb-gtk{a} gambas3-gb-gtk-opengl{a} gambas3-gb-gtk3{a} gambas3-gb-gtk3-wayland{a} gambas3-gb-gtk3-webview{a} gambas3-gb-gtk3-x11{a} gambas3-gb-httpd{a} gambas3-gb-image{a} gambas3-gb-image-effect{a} gambas3-gb-image-imlib{a} gambas3-gb-image-io{a} gambas3-gb-inotify{a} gambas3-gb-libxml{a} gambas3-gb-logging{a} gambas3-gb-map{a} gambas3-gb-markdown{a} gambas3-gb-media{a} gambas3-gb-media-form{a} gambas3-gb-memcached{a} gambas3-gb-mime{a} gambas3-gb-mysql{a} gambas3-gb-ncurses{a} gambas3-gb-net{a} gambas3-gb-net-curl{a} gambas3-gb-net-pop3{a} gambas3-gb-net-smtp{a} gambas3-gb-openal{a} gambas3-gb-opengl{a} gambas3-gb-opengl-glsl{a} gambas3-gb-opengl-glu{a} gambas3-gb-opengl-sge{a} gambas3-gb-openssl{a} gambas3-gb-option{a} gambas3-gb-pcre{a} gambas3-gb-pdf{a} gambas3-gb-poppler{a} gambas3-gb-qt5{a} gambas3-gb-qt5-ext{a} gambas3-gb-qt5-opengl{a} gambas3-gb-qt5-wayland{a} gambas3-gb-qt5-webkit{a} gambas3-gb-qt5-webview{a} gambas3-gb-qt5-x11{a} gambas3-gb-report{a} gambas3-gb-report2{a} gambas3-gb-scanner{a} gambas3-gb-sdl{a} gambas3-gb-sdl-sound{a} gambas3-gb-sdl2{a} gambas3-gb-sdl2-audio{a} gambas3-gb-settings{a} gambas3-gb-signal{a} gambas3-gb-term{a} gambas3-gb-term-form{a} gambas3-gb-util{a} gambas3-gb-util-web{a} gambas3-gb-v4l{a} gambas3-gb-vb{a} gambas3-gb-web{a} gambas3-gb-web-feed{a} gambas3-gb-web-form{a} gambas3-gb-web-gui{a} gambas3-gb-xml{a} gambas3-gb-xml-html{a} gambas3-gb-xml-rpc{a} gambas3-gb-xml-xslt{a} gambas3-gui{a} gambas3-ide{a} gambas3-runtime{a} gambas3-scripter{a} libalure1{a} libdumb1{a} libgmime-2.6-0{a} libgtkglext1{a} libid3tag0{a} libimlib2{a} libmikmod3{a} libopusfile0{a} libpangox-1.0-0{a} libsdl-mixer1.2{a} libsdl-ttf2.0-0{a} libsdl2-image-2.0-0{a} libsdl2-mixer-2.0-0{a} libsdl2-ttf-2.0-0{a} libsqlite0{a} 0 packages upgraded, 119 newly installed, 0 to remove and 0 not upgraded. Need to get 0 B/7,588 kB of archives. After unpacking 24.6 MB will be used. Do you want to continue? [Y/n/?] y Extract templates from packages: 100% Selecting previously unselected package gambas3-runtime. (Reading database ... 711340 files and directories currently installed.) Preparing to unpack .../000-gambas3-runtime_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-runtime (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-dev-tools. Preparing to unpack .../001-gambas3-dev-tools_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-dev-tools (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-args. Preparing to unpack .../002-gambas3-gb-args_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-args (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-image. Preparing to unpack .../003-gambas3-gb-image_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-image (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-cairo. Preparing to unpack .../004-gambas3-gb-cairo_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-cairo (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gtk. Preparing to unpack .../005-gambas3-gb-gtk_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gtk (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gtk3-x11. Preparing to unpack .../006-gambas3-gb-gtk3-x11_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gtk3-x11 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gtk3-wayland. Preparing to unpack .../007-gambas3-gb-gtk3-wayland_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gtk3-wayland (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gtk3. Preparing to unpack .../008-gambas3-gb-gtk3_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gtk3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-qt5-x11. Preparing to unpack .../009-gambas3-gb-qt5-x11_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-qt5-x11 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-qt5-wayland. Preparing to unpack .../010-gambas3-gb-qt5-wayland_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-qt5-wayland (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-qt5. Preparing to unpack .../011-gambas3-gb-qt5_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-qt5 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gui. Preparing to unpack .../012-gambas3-gui_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gui (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-form. Preparing to unpack .../013-gambas3-gb-form_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-chart. Preparing to unpack .../014-gambas3-gb-chart_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-chart (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-clipper. Preparing to unpack .../015-gambas3-gb-clipper_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-clipper (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-complex. Preparing to unpack .../016-gambas3-gb-complex_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-complex (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-compress. Preparing to unpack .../017-gambas3-gb-compress_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-compress (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-compress-bzlib2. Preparing to unpack .../018-gambas3-gb-compress-bzlib2_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-compress-bzlib2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-compress-zlib. Preparing to unpack .../019-gambas3-gb-compress-zlib_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-compress-zlib (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-compress-zstd. Preparing to unpack .../020-gambas3-gb-compress-zstd_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-compress-zstd (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-crypt. Preparing to unpack .../021-gambas3-gb-crypt_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-crypt (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-data. Preparing to unpack .../022-gambas3-gb-data_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-data (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-db. Preparing to unpack .../023-gambas3-gb-db_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-db (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-db-form. Preparing to unpack .../024-gambas3-gb-db-form_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-db-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-db-mysql. Preparing to unpack .../025-gambas3-gb-db-mysql_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-db-mysql (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-db-odbc. Preparing to unpack .../026-gambas3-gb-db-odbc_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-db-odbc (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-db-postgresql. Preparing to unpack .../027-gambas3-gb-db-postgresql_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-db-postgresql (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libsqlite0. Preparing to unpack .../028-libsqlite0_2.8.17-15fakesync1build1_amd64.deb ... Unpacking libsqlite0 (2.8.17-15fakesync1build1) ... Selecting previously unselected package gambas3-gb-db-sqlite2. Preparing to unpack .../029-gambas3-gb-db-sqlite2_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-db-sqlite2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-db-sqlite3. Preparing to unpack .../030-gambas3-gb-db-sqlite3_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-db-sqlite3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-dbus. Preparing to unpack .../031-gambas3-gb-dbus_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-dbus (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-dbus-trayicon. Preparing to unpack .../032-gambas3-gb-dbus-trayicon_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-dbus-trayicon (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-desktop-x11. Preparing to unpack .../033-gambas3-gb-desktop-x11_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-desktop-x11 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-desktop. Preparing to unpack .../034-gambas3-gb-desktop_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-desktop (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-eval-highlight. Preparing to unpack .../035-gambas3-gb-eval-highlight_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-eval-highlight (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-form-dialog. Preparing to unpack .../036-gambas3-gb-form-dialog_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-form-dialog (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-form-editor. Preparing to unpack .../037-gambas3-gb-form-editor_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-form-editor (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-settings. Preparing to unpack .../038-gambas3-gb-settings_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-settings (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-form-mdi. Preparing to unpack .../039-gambas3-gb-form-mdi_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-form-mdi (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-form-print. Preparing to unpack .../040-gambas3-gb-form-print_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-form-print (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-form-stock. Preparing to unpack .../041-gambas3-gb-form-stock_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-form-stock (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-form-terminal. Preparing to unpack .../042-gambas3-gb-form-terminal_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-form-terminal (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gmp. Preparing to unpack .../043-gambas3-gb-gmp_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gmp (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gsl. Preparing to unpack .../044-gambas3-gb-gsl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gsl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libpangox-1.0-0:amd64. Preparing to unpack .../045-libpangox-1.0-0_0.0.2-5ubuntu1_amd64.deb ... Unpacking libpangox-1.0-0:amd64 (0.0.2-5ubuntu1) ... Selecting previously unselected package libgtkglext1:amd64. Preparing to unpack .../046-libgtkglext1_1.2.0-9_amd64.deb ... Unpacking libgtkglext1:amd64 (1.2.0-9) ... Selecting previously unselected package gambas3-gb-opengl. Preparing to unpack .../047-gambas3-gb-opengl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-opengl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gtk-opengl. Preparing to unpack .../048-gambas3-gb-gtk-opengl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gtk-opengl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-gtk3-webview. Preparing to unpack .../049-gambas3-gb-gtk3-webview_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-gtk3-webview (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-httpd. Preparing to unpack .../050-gambas3-gb-httpd_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-httpd (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-image-effect. Preparing to unpack .../051-gambas3-gb-image-effect_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-image-effect (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libid3tag0:amd64. Preparing to unpack .../052-libid3tag0_0.15.1b-14_amd64.deb ... Unpacking libid3tag0:amd64 (0.15.1b-14) ... Selecting previously unselected package libimlib2:amd64. Preparing to unpack .../053-libimlib2_1.6.1-1_amd64.deb ... Unpacking libimlib2:amd64 (1.6.1-1) ... Selecting previously unselected package gambas3-gb-image-imlib. Preparing to unpack .../054-gambas3-gb-image-imlib_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-image-imlib (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-image-io. Preparing to unpack .../055-gambas3-gb-image-io_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-image-io (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-inotify. Preparing to unpack .../056-gambas3-gb-inotify_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-inotify (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-libxml. Preparing to unpack .../057-gambas3-gb-libxml_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-libxml (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-logging. Preparing to unpack .../058-gambas3-gb-logging_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-logging (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-net. Preparing to unpack .../059-gambas3-gb-net_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-net (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-net-curl. Preparing to unpack .../060-gambas3-gb-net-curl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-net-curl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-map. Preparing to unpack .../061-gambas3-gb-map_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-map (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-markdown. Preparing to unpack .../062-gambas3-gb-markdown_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-markdown (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-media. Preparing to unpack .../063-gambas3-gb-media_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-media (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-media-form. Preparing to unpack .../064-gambas3-gb-media-form_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-media-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-memcached. Preparing to unpack .../065-gambas3-gb-memcached_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-memcached (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libgmime-2.6-0:amd64. Preparing to unpack .../066-libgmime-2.6-0_2.6.23+dfsg1-4_amd64.deb ... Unpacking libgmime-2.6-0:amd64 (2.6.23+dfsg1-4) ... Selecting previously unselected package gambas3-gb-mime. Preparing to unpack .../067-gambas3-gb-mime_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-mime (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-mysql. Preparing to unpack .../068-gambas3-gb-mysql_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-mysql (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-ncurses. Preparing to unpack .../069-gambas3-gb-ncurses_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-ncurses (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-net-pop3. Preparing to unpack .../070-gambas3-gb-net-pop3_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-net-pop3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-net-smtp. Preparing to unpack .../071-gambas3-gb-net-smtp_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-net-smtp (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libalure1:amd64. Preparing to unpack .../072-libalure1_1.2-6build2_amd64.deb ... Unpacking libalure1:amd64 (1.2-6build2) ... Selecting previously unselected package gambas3-gb-openal. Preparing to unpack .../073-gambas3-gb-openal_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-openal (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-opengl-glsl. Preparing to unpack .../074-gambas3-gb-opengl-glsl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-opengl-glsl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-opengl-glu. Preparing to unpack .../075-gambas3-gb-opengl-glu_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-opengl-glu (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-opengl-sge. Preparing to unpack .../076-gambas3-gb-opengl-sge_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-opengl-sge (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-openssl. Preparing to unpack .../077-gambas3-gb-openssl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-openssl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-option. Preparing to unpack .../078-gambas3-gb-option_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-option (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-pcre. Preparing to unpack .../079-gambas3-gb-pcre_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-pcre (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-pdf. Preparing to unpack .../080-gambas3-gb-pdf_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-pdf (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-poppler. Preparing to unpack .../081-gambas3-gb-poppler_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-poppler (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-qt5-ext. Preparing to unpack .../082-gambas3-gb-qt5-ext_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-qt5-ext (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-qt5-opengl. Preparing to unpack .../083-gambas3-gb-qt5-opengl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-qt5-opengl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-qt5-webkit. Preparing to unpack .../084-gambas3-gb-qt5-webkit_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-qt5-webkit (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-qt5-webview. Preparing to unpack .../085-gambas3-gb-qt5-webview_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-qt5-webview (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-report. Preparing to unpack .../086-gambas3-gb-report_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-report (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-report2. Preparing to unpack .../087-gambas3-gb-report2_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-report2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-scanner. Preparing to unpack .../088-gambas3-gb-scanner_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-scanner (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libsdl-ttf2.0-0:amd64. Preparing to unpack .../089-libsdl-ttf2.0-0_2.0.11-6_amd64.deb ... Unpacking libsdl-ttf2.0-0:amd64 (2.0.11-6) ... Selecting previously unselected package gambas3-gb-sdl. Preparing to unpack .../090-gambas3-gb-sdl_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-sdl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libmikmod3:amd64. Preparing to unpack .../091-libmikmod3_3.3.11.1-4_amd64.deb ... Unpacking libmikmod3:amd64 (3.3.11.1-4) ... Selecting previously unselected package libsdl-mixer1.2:amd64. Preparing to unpack .../092-libsdl-mixer1.2_1.2.12-16build1_amd64.deb ... Unpacking libsdl-mixer1.2:amd64 (1.2.12-16build1) ... Selecting previously unselected package gambas3-gb-sdl-sound. Preparing to unpack .../093-gambas3-gb-sdl-sound_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-sdl-sound (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libsdl2-image-2.0-0:amd64. Preparing to unpack .../094-libsdl2-image-2.0-0_2.0.5+dfsg1-2_amd64.deb ... Unpacking libsdl2-image-2.0-0:amd64 (2.0.5+dfsg1-2) ... Selecting previously unselected package libsdl2-ttf-2.0-0:amd64. Preparing to unpack .../095-libsdl2-ttf-2.0-0_2.0.15+dfsg1-1_amd64.deb ... Unpacking libsdl2-ttf-2.0-0:amd64 (2.0.15+dfsg1-1) ... Selecting previously unselected package gambas3-gb-sdl2. Preparing to unpack .../096-gambas3-gb-sdl2_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-sdl2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libopusfile0. Preparing to unpack .../097-libopusfile0_0.9+20170913-1build1_amd64.deb ... Unpacking libopusfile0 (0.9+20170913-1build1) ... Selecting previously unselected package libsdl2-mixer-2.0-0:amd64. Preparing to unpack .../098-libsdl2-mixer-2.0-0_2.0.4+dfsg1-2build1_amd64.deb ... Unpacking libsdl2-mixer-2.0-0:amd64 (2.0.4+dfsg1-2build1) ... Selecting previously unselected package gambas3-gb-sdl2-audio. Preparing to unpack .../099-gambas3-gb-sdl2-audio_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-sdl2-audio (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-signal. Preparing to unpack .../100-gambas3-gb-signal_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-signal (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-term. Preparing to unpack .../101-gambas3-gb-term_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-term (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-term-form. Preparing to unpack .../102-gambas3-gb-term-form_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-term-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-util. Preparing to unpack .../103-gambas3-gb-util_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-util (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-util-web. Preparing to unpack .../104-gambas3-gb-util-web_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-util-web (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-v4l. Preparing to unpack .../105-gambas3-gb-v4l_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-v4l (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-vb. Preparing to unpack .../106-gambas3-gb-vb_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-vb (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-web. Preparing to unpack .../107-gambas3-gb-web_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-web (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-xml. Preparing to unpack .../108-gambas3-gb-xml_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-xml (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-web-feed. Preparing to unpack .../109-gambas3-gb-web-feed_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-web-feed (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-web-form. Preparing to unpack .../110-gambas3-gb-web-form_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-web-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-web-gui. Preparing to unpack .../111-gambas3-gb-web-gui_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-web-gui (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-xml-html. Preparing to unpack .../112-gambas3-gb-xml-html_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-xml-html (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-xml-rpc. Preparing to unpack .../113-gambas3-gb-xml-rpc_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-gb-xml-rpc (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-gb-xml-xslt. Preparing to unpack .../114-gambas3-gb-xml-xslt_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_amd64.deb ... Unpacking gambas3-gb-xml-xslt (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-ide. Preparing to unpack .../115-gambas3-ide_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-ide (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3-scripter. Preparing to unpack .../116-gambas3-scripter_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3-scripter (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package gambas3. Preparing to unpack .../117-gambas3_3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1_all.deb ... Unpacking gambas3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Selecting previously unselected package libdumb1:amd64. Preparing to unpack .../118-libdumb1_1%3a0.9.3-6build1_amd64.deb ... Unpacking libdumb1:amd64 (1:0.9.3-6build1) ... Setting up gambas3-gb-net (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libsdl2-image-2.0-0:amd64 (2.0.5+dfsg1-2) ... Setting up gambas3-gb-libxml (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libgmime-2.6-0:amd64 (2.6.23+dfsg1-4) ... Setting up libalure1:amd64 (1.2-6build2) ... Setting up gambas3-gb-openssl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libpangox-1.0-0:amd64 (0.0.2-5ubuntu1) ... Setting up gambas3-gb-v4l (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libsqlite0 (2.8.17-15fakesync1build1) ... Setting up gambas3-gb-gsl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-compress (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-crypt (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-gmp (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-compress-bzlib2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libmikmod3:amd64 (3.3.11.1-4) ... Setting up gambas3-runtime (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-compress-zlib (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-complex (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-pcre (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libgtkglext1:amd64 (1.2.0-9) ... Setting up gambas3-gb-util-web (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-signal (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-settings (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-vb (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-data (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libid3tag0:amd64 (0.15.1b-14) ... Setting up gambas3-gb-image (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-eval-highlight (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-httpd (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-pdf (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-dbus (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-memcached (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-scanner (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libimlib2:amd64 (1.6.1-1) ... Setting up gambas3-gb-dbus-trayicon (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libsdl-mixer1.2:amd64 (1.2.12-16build1) ... Setting up gambas3-gb-args (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-inotify (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-mime (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-image-imlib (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-clipper (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libsdl2-ttf-2.0-0:amd64 (2.0.15+dfsg1-1) ... Setting up gambas3-gb-poppler (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-option (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libsdl-ttf2.0-0:amd64 (2.0.11-6) ... Setting up gambas3-gb-util (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libdumb1:amd64 (1:0.9.3-6build1) ... Setting up gambas3-gb-openal (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-logging (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libopusfile0 (0.9+20170913-1build1) ... Setting up gambas3-gb-net-curl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-ncurses (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-xml (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-xml-rpc (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-gtk (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-web (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-compress-zstd (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-image-effect (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-markdown (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-db (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-term (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-db-mysql (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-sdl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-net-smtp (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-net-pop3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-xml-xslt (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-opengl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-dev-tools (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-form-stock (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-media (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-term-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-mysql (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-opengl-glsl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-sdl-sound (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-image-io (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-db-odbc (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-sdl2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-xml-html (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-opengl-sge (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-cairo (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up libsdl2-mixer-2.0-0:amd64 (2.0.4+dfsg1-2build1) ... Setting up gambas3-scripter (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-map (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-web-feed (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gui (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-web-gui (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-sdl2-audio (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-db-sqlite3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-media-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-web-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-db-sqlite2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-opengl-glu (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-form-dialog (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-db-postgresql (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-chart (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-db-form (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-form-editor (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-gtk-opengl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-report (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-form-terminal (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-report2 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-form-mdi (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-form-print (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-qt5-x11 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-desktop-x11 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-qt5 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-desktop (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-gtk3-x11 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-qt5-webview (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-qt5-wayland (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-qt5-webkit (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-qt5-opengl (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-gtk3-wayland (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-qt5-ext (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-ide (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-gtk3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3-gb-gtk3-webview (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Setting up gambas3 (3.16.0+git2021041914203.4564c5fa6+build14~ubuntu20.04.1) ... Processing triggers for desktop-file-utils (0.24+linuxmint1) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for libc-bin (2.31-0ubuntu9.2) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for shared-mime-info (1.15-1) ... System information ------------------ Linux Mint 20.1 mate edition output from lshw michael at HP-ProDesk:~$ sudo lshw hp-prodesk description: Low Profile Desktop Computer product: HP ProDesk 600 G1 SFF (J0E94ET#ABU) vendor: Hewlett-Packard serial: CZC5120D7Q width: 64 bits capabilities: smbios-2.7 dmi-2.7 smp vsyscall32 configuration: administrator_password=disabled boot=normal chassis=low-profile family=103C_53307F G=D frontpanel_password=disabled keyboard_password=disabled power-on_password=disabled sku=J0E94ET#ABU uuid=80B32771-A6C4-E411-AB13-64510657F42D *-core description: Motherboard product: 18E7 vendor: Hewlett-Packard physical id: 0 serial: CZC5120D7Q *-firmware description: BIOS vendor: Hewlett-Packard physical id: 0 version: L01 v02.57 date: 12/11/2014 size: 64KiB capacity: 16MiB capabilities: pci pnp upgrade shadowing cdboot bootselect edd int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification netboot uefi *-cpu description: CPU product: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz vendor: Intel Corp. physical id: 9 bus info: cpu at 0 version: Intel(R) Core(TM) i5-4590 CPU @ 3.30GHz slot: SOCKET 0 size: 3292MHz capacity: 3800MHz width: 64 bits clock: 100MHz capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt dtherm ida arat pln pts md_clear flush_l1d cpufreq configuration: cores=4 enabledcores=4 threads=4 *-cache:0 description: L2 cache physical id: a slot: CPU Internal L2 size: 1MiB capacity: 1MiB capabilities: internal write-back unified configuration: level=2 *-cache:1 description: L1 cache physical id: b slot: CPU Internal L1 size: 256KiB capacity: 256KiB capabilities: internal write-back configuration: level=1 *-cache:2 description: L3 cache physical id: c slot: CPU Internal L3 size: 6MiB capacity: 6MiB capabilities: internal write-back unified configuration: level=3 *-memory description: System Memory physical id: d slot: System board or motherboard size: 8GiB *-bank:0 description: DIMM DDR3 Synchronous 1333 MHz (0.8 ns) product: HMT351U6CFR8C-H9 vendor: Hynix/Hyundai physical id: 0 serial: 2CB8B370 slot: DIMM4 size: 4GiB width: 64 bits clock: 1333MHz (0.8ns) *-bank:1 description: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME PO-Revision-Date: 2012-02-05 00:26+0000Last-Translator: Andi Chandler Language-Team: English (United Kingdom) MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2021-01-21 18:43+0000X-Generator: Launchpad (build 2d1d5e352f0d063d660df2300e31f66bed027fa5) [empty] product: [Empty] vendor: [Empty] physical id: 1 serial: [Empty] slot: DIMM3 *-bank:2 description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns) product: HMT351U6CFR8C-PB vendor: Hynix/Hyundai physical id: 2 serial: 152CDD32 slot: DIMM2 size: 4GiB width: 64 bits clock: 1600MHz (0.6ns) *-bank:3 description: DIMMProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME PO-Revision-Date: 2012-02-05 00:26+0000Last-Translator: Andi Chandler Language-Team: English (United Kingdom) MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2021-01-21 18:43+0000X-Generator: Launchpad (build 2d1d5e352f0d063d660df2300e31f66bed027fa5) [empty] product: [Empty] vendor: [Empty] physical id: 3 serial: [Empty] slot: DIMM1 *-pci description: Host bridge product: 4th Gen Core Processor DRAM Controller vendor: Intel Corporation physical id: 100 bus info: pci at 0000:00:00.0 version: 06 width: 32 bits clock: 33MHz configuration: driver=hsw_uncore resources: irq:0 *-display description: VGA compatible controller product: Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller vendor: Intel Corporation physical id: 2 bus info: pci at 0000:00:02.0 version: 06 width: 64 bits clock: 33MHz capabilities: msi pm vga_controller bus_master cap_list rom configuration: driver=i915 latency=0 resources: irq:27 memory:f7800000-f7bfffff memory:e0000000-efffffff ioport:f000(size=64) memory:c0000-dffff *-multimedia:0 description: Audio device product: Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller vendor: Intel Corporation physical id: 3 bus info: pci at 0000:00:03.0 version: 06 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=snd_hda_intel latency=0 resources: irq:29 memory:f7c34000-f7c37fff *-usb:0 description: USB controller product: 8 Series/C220 Series Chipset Family USB xHCI vendor: Intel Corporation physical id: 14 bus info: pci at 0000:00:14.0 version: 04 width: 64 bits clock: 33MHz capabilities: pm msi xhci bus_master cap_list configuration: driver=xhci_hcd latency=0 resources: irq:25 memory:f7c20000-f7c2ffff *-usbhost:0 product: xHCI Host Controller vendor: Linux 5.8.0-53-generic xhci-hcd physical id: 0 bus info: usb at 3 logical name: usb3 version: 5.08 capabilities: usb-2.00 configuration: driver=hub slots=14 speed=480Mbit/s *-usb description: USB hub product: USB2.0 Hub vendor: GenesysLogic physical id: 1 bus info: usb at 3:1 version: 92.22 capabilities: usb-2.10 configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s *-usb description: USB hub product: USB2.0 Hub vendor: GenesysLogic physical id: 4 bus info: usb at 3:1.4 version: 92.23 capabilities: usb-2.10 configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s *-usb description: Mouse product: USB Receiver vendor: Logitech physical id: 4 bus info: usb at 3:1.4.4 version: 30.00 capabilities: usb-2.00 configuration: driver=usbhid maxpower=98mA speed=12Mbit/s *-usbhost:1 product: xHCI Host Controller vendor: Linux 5.8.0-53-generic xhci-hcd physical id: 1 bus info: usb at 4 logical name: usb4 version: 5.08 capabilities: usb-3.00 configuration: driver=hub slots=6 speed=5000Mbit/s *-usb description: USB hub product: USB3.0 Hub vendor: GenesysLogic physical id: 1 bus info: usb at 4:1 version: 92.22 capabilities: usb-3.00 configuration: driver=hub slots=4 speed=5000Mbit/s *-usb description: USB hub product: USB3.0 Hub vendor: GenesysLogic physical id: 4 bus info: usb at 4:1.4 version: 92.23 capabilities: usb-3.00 configuration: driver=hub slots=4 speed=5000Mbit/s *-communication:0 description: Communication controller product: 8 Series/C220 Series Chipset Family MEI Controller #1 vendor: Intel Corporation physical id: 16 bus info: pci at 0000:00:16.0 version: 04 width: 64 bits clock: 33MHz capabilities: pm msi bus_master cap_list configuration: driver=mei_me latency=0 resources: irq:28 memory:f7c40000-f7c4000f *-communication:1 description: Serial controller product: 8 Series/C220 Series Chipset Family KT Controller vendor: Intel Corporation physical id: 16.3 bus info: pci at 0000:00:16.3 version: 04 width: 32 bits clock: 66MHz capabilities: pm msi 16550 bus_master cap_list configuration: driver=serial latency=0 resources: irq:19 ioport:f0e0(size=8) memory:f7c3e000-f7c3efff *-network description: Ethernet interface product: Ethernet Connection I217-LM vendor: Intel Corporation physical id: 19 bus info: pci at 0000:00:19.0 logical name: eno1 version: 04 serial: 64:51:06:57:f4:2d size: 1Gbit/s capacity: 1Gbit/s width: 32 bits clock: 33MHz capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=3.2.6-k duplex=full firmware=0.13-4 ip=192.168.5.43 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s resources: irq:26 memory:f7c00000-f7c1ffff memory:f7c3d000-f7c3dfff ioport:f080(size=32) *-usb:1 description: USB controller product: 8 Series/C220 Series Chipset Family USB EHCI #2 vendor: Intel Corporation physical id: 1a bus info: pci at 0000:00:1a.0 version: 04 width: 32 bits clock: 33MHz capabilities: pm debug ehci bus_master cap_list configuration: driver=ehci-pci latency=0 resources: irq:16 memory:f7c3c000-f7c3c3ff *-usbhost product: EHCI Host Controller vendor: Linux 5.8.0-53-generic ehci_hcd physical id: 1 bus info: usb at 1 logical name: usb1 version: 5.08 capabilities: usb-2.00 configuration: driver=hub slots=3 speed=480Mbit/s *-usb description: USB hub vendor: Intel Corp. physical id: 1 bus info: usb at 1:1 version: 0.04 capabilities: usb-2.00 configuration: driver=hub slots=6 speed=480Mbit/s *-multimedia:1 description: Audio device product: 8 Series/C220 Series Chipset High Definition Audio Controller vendor: Intel Corporation physical id: 1b bus info: pci at 0000:00:1b.0 version: 04 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=snd_hda_intel latency=0 resources: irq:30 memory:f7c30000-f7c33fff *-usb:2 description: USB controller product: 8 Series/C220 Series Chipset Family USB EHCI #1 vendor: Intel Corporation physical id: 1d bus info: pci at 0000:00:1d.0 version: 04 width: 32 bits clock: 33MHz capabilities: pm debug ehci bus_master cap_list configuration: driver=ehci-pci latency=0 resources: irq:23 memory:f7c3b000-f7c3b3ff *-usbhost product: EHCI Host Controller vendor: Linux 5.8.0-53-generic ehci_hcd physical id: 1 bus info: usb at 2 logical name: usb2 version: 5.08 capabilities: usb-2.00 configuration: driver=hub slots=3 speed=480Mbit/s *-usb description: USB hub vendor: Intel Corp. physical id: 1 bus info: usb at 2:1 version: 0.04 capabilities: usb-2.00 configuration: driver=hub slots=8 speed=480Mbit/s *-isa description: ISA bridge product: Q85 Express LPC Controller vendor: Intel Corporation physical id: 1f bus info: pci at 0000:00:1f.0 version: 04 width: 32 bits clock: 33MHz capabilities: isa bus_master cap_list configuration: driver=lpc_ich latency=0 resources: irq:0 *-sata description: SATA controller product: 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] vendor: Intel Corporation physical id: 1f.2 bus info: pci at 0000:00:1f.2 version: 04 width: 32 bits clock: 66MHz capabilities: sata msi pm ahci_1.0 bus_master cap_list configuration: driver=ahci latency=0 resources: irq:24 ioport:f0d0(size=8) ioport:f0c0(size=4) ioport:f0b0(size=8) ioport:f0a0(size=4) ioport:f060(size=32) memory:f7c3a000-f7c3a7ff *-serial description: SMBus product: 8 Series/C220 Series Chipset Family SMBus Controller vendor: Intel Corporation physical id: 1f.3 bus info: pci at 0000:00:1f.3 version: 04 width: 64 bits clock: 33MHz configuration: driver=i801_smbus latency=0 resources: irq:18 memory:f7c39000-f7c390ff ioport:f040(size=32) *-pnp00:00 product: PnP device PNP0c01 physical id: 1 capabilities: pnp configuration: driver=system *-pnp00:01 product: PnP device PNP0c02 physical id: 2 capabilities: pnp configuration: driver=system *-pnp00:02 product: PnP device PNP0b00 physical id: 3 capabilities: pnp configuration: driver=rtc_cmos *-pnp00:03 product: PnP device INT3f0d vendor: Interphase Corporation physical id: 4 capabilities: pnp configuration: driver=system *-pnp00:04 product: PnP device PNP0c02 physical id: 5 capabilities: pnp configuration: driver=system *-pnp00:05 product: PnP device PNP0303 physical id: 6 capabilities: pnp configuration: driver=i8042 kbd *-pnp00:06 product: PnP device PNP0f03 physical id: 7 capabilities: pnp configuration: driver=i8042 aux *-pnp00:07 product: PnP device PNP0c02 physical id: 8 capabilities: pnp configuration: driver=system *-pnp00:08 product: PnP device PNP0501 physical id: a capabilities: pnp configuration: driver=serial *-pnp00:09 product: PnP device IFX0102 vendor: Infineon Technologies AG physical id: b capabilities: pnp configuration: driver=tpm_tis *-pnp00:0a product: PnP device PNP0c02 physical id: c capabilities: pnp configuration: driver=system *-scsi:0 physical id: e logical name: scsi1 capabilities: emulated *-cdrom description: DVD-RAM writer product: DVD A DS8ACSH vendor: hp physical id: 0.0.0 bus info: scsi at 1:0.0.0 logical name: /dev/cdrom logical name: /dev/cdrw logical name: /dev/dvd logical name: /dev/dvdrw logical name: /dev/sr0 version: LHS3 capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram configuration: ansiversion=5 status=nodisc *-scsi:1 physical id: f logical name: scsi2 capabilities: emulated *-disk description: ATA Disk product: ST2000DM001-1CH1 physical id: 0.0.0 bus info: scsi at 2:0.0.0 logical name: /dev/sda version: CC27 serial: Z34059N0 size: 1863GiB (2TB) capabilities: partitioned partitioned:dos configuration: ansiversion=5 logicalsectorsize=512 sectorsize=4096 signature=00010e43 *-volume:0 description: Windows NTFS volume physical id: 1 bus info: scsi at 2:0.0.0,1 logical name: /dev/sda1 version: 3.1 serial: f00f00a0-0556-3743-95b7-98e1a5c55510 size: 98GiB capacity: 98GiB capabilities: primary bootable ntfs initialized configuration: clustersize=4096 created=2019-05-15 11:45:09 filesystem=ntfs label=C-DRIVE state=clean *-volume:1 description: Windows NTFS volume physical id: 2 bus info: scsi at 2:0.0.0,2 logical name: /dev/sda2 version: 3.1 serial: e0b73f92-b54c-7248-9951-5d0eb04f89e6 size: 1269GiB capacity: 1269GiB capabilities: primary ntfs initialized configuration: clustersize=4096 created=2019-06-10 23:52:04 filesystem=ntfs label=PRODESK-D state=clean *-volume:2 description: Extended partition physical id: 3 bus info: scsi at 2:0.0.0,3 logical name: /dev/sda3 size: 494GiB capacity: 494GiB capabilities: primary extended partitioned partitioned:extended *-volume:3 description: Windows NTFS volume physical id: 4 bus info: scsi at 2:0.0.0,4 logical name: /dev/sda4 version: 3.1 serial: ba92-2f2e size: 475MiB capacity: 486MiB capabilities: primary ntfs initialized configuration: clustersize=4096 created=2019-06-10 19:30:25 filesystem=ntfs state=clean *-scsi:2 physical id: 10 logical name: scsi3 capabilities: emulated *-disk description: ATA Disk product: CT2000MX500SSD1 physical id: 0.0.0 bus info: scsi at 3:0.0.0 logical name: /dev/sdb version: 022 serial: 1844E1D53075 size: 1863GiB (2TB) capabilities: partitioned partitioned:dos configuration: ansiversion=5 logicalsectorsize=512 sectorsize=4096 signature=06fe8aa5 *-volume:0 description: EXT4 volume vendor: Linux physical id: 1 bus info: scsi at 3:0.0.0,1 logical name: /dev/sdb1 logical name: / version: 1.0 serial: 12b0f3d1-58a2-4281-bfa9-c4746246e30a size: 32GiB capacity: 32GiB capabilities: primary bootable journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized configuration: created=2020-10-31 14:43:46 filesystem=ext4 lastmountpoint=/ modified=2021-05-15 19:43:20 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro mounted=2021-05-15 19:43:21 state=mounted *-volume:1 description: EXT4 volume vendor: Linux physical id: 2 bus info: scsi at 3:0.0.0,2 logical name: /dev/sdb2 logical name: /home version: 1.0 serial: fdafc596-fe81-41dd-8f4d-7f8aebb5046f size: 782GiB capacity: 782GiB capabilities: primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized configuration: created=2020-07-01 10:10:55 filesystem=ext4 label=home lastmountpoint=/home modified=2021-05-15 19:43:23 mount.fstype=ext4 mount.options=rw,relatime mounted=2021-05-15 19:43:23 state=mounted *-volume:2 description: EXT4 volume vendor: Linux physical id: 3 bus info: scsi at 3:0.0.0,3 logical name: /dev/sdb3 logical name: /run/timeshift/backup version: 1.0 serial: d0951bf8-3055-43e7-9151-205c1a12dcaf size: 80GiB capacity: 80GiB capabilities: primary journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized configuration: created=2020-10-31 14:44:52 filesystem=ext4 lastmountpoint=/run/timeshift/backup modified=2021-05-15 19:53:24 mount.fstype=ext4 mount.options=rw,relatime mounted=2021-05-15 19:53:24 state=mounted *-power UNCLAIMED product: High Efficiency physical id: 1 capacity: 32768mWh From bugtracker at gambaswiki.org Mon May 17 00:32:26 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 16 May 2021 22:32:26 GMT Subject: [Gambas-bugtracker] Bug #2196: Tag property on ServerSocket Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2196&from=L21haW4- Gen BRAGA reported a new bug. Summary ------- Tag property on ServerSocket Type : Request Priority : Low Gambas version : Master Product : Networking components Description ----------- Would it be possible to add the "tag" property to the ServerSocket component? System information ------------------ [System] Gambas=3.15.90 OperatingSystem=Linux Kernel=4.4.0-189-generic Architecture=x86_64 Distribution=Ubuntu 16.04.7 LTS Desktop=UNITY Theme=gtk Language=pt_BR.UTF-8 Memory=7895M [Libraries] Cairo=libcairo.so.2.11400.6 Curl=libcurl.so.4.4.0 DBus=libdbus-1.so.3.14.6 GDK2=libgdk-x11-2.0.so.0.2400.30 GDK3=libgdk-3.so.0.1800.9 GStreamer=libgstreamer-1.0.so.0.803.0 GTK+2=libgtk-x11-2.0.so.0.2400.30 GTK+3=libgtk-3.so.0.1800.9 OpenGL=libGL.so.1.2.0 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.58.0.0 QT4=libQtCore.so.4.8.7 QT5=libQt5Core.so.5.5.1 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 From bugtracker at gambaswiki.org Mon May 17 00:36:02 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 16 May 2021 22:36:02 GMT Subject: [Gambas-bugtracker] Bug #2196: Tag property on ServerSocket In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2196&from=L21haW4- Comment #1 by Beno?t MINISINI: Yes. What for? Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue May 18 02:35:15 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 00:35:15 GMT Subject: [Gambas-bugtracker] Bug #2195: gambas3 fails to run after latest update applied. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2195&from=L21haW4- Comment #1 by Beno?t MINISINI: I guess '/tmp' directory is mounted with the 'noexec' flag. Can you check that and remove it if this is the case? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue May 18 16:19:54 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 14:19:54 GMT Subject: [Gambas-bugtracker] Bug #2197: if main task is not fast and task is fast task fails to start Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2197&from=L21haW4- Brian G reported a new bug. Summary ------- if main task is not fast and task is fast task fails to start Type : Bug Priority : High Gambas version : Master Product : Unknown Description ----------- In the attached program if the fmain is made to be not fast unsafe and the task class is made fast unsafe the tasks appear to never start on the first wait cycle System information ------------------ [System] Gambas=3.16.90 9c9c263e8 (master) OperatingSystem=Linux Kernel=5.8.0-53-generic Architecture=x86_64 Distribution=Linux Mint 20.1 Ulyssa Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=14013M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/vim GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE_PID=146992 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/28578,unix/:/tmp/.ICE-unix/28578 SHELL=/usr/bin/gsh SHLVL=0 SSH_AGENT_PID=28716 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue May 18 16:20:33 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 14:20:33 GMT Subject: [Gambas-bugtracker] Bug #2197: if main task is not fast and task is fast task fails to start In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2197&from=L21haW4- Comment #1 by Brian G: Forgot the file ---------------------------------------------------------------------------- Attachment: nQueens-0.0.1.tar.gz.gmail.txt From bugtracker at gambaswiki.org Tue May 18 16:37:04 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 14:37:04 GMT Subject: [Gambas-bugtracker] Bug #2198: if with inline code fails Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2198&from=L21haW4- Brian G reported a new bug. Summary ------- if with inline code fails Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- Code fails in the attached file, inside the MultiTask class this line is commented out ' If (board[i] And ((colroot * shiftpos) + (colroot / shiftpos))) > 0 Then It is replace by these two line ShiftValue = (colroot * shiftpos) + (colroot / shiftpos) If (board[i] And shiftvalue) > 0 Then The first fails to calculate the correct comparison The second set of lines work correctly always Again, is it possible I am coding something incorrectly here? System information ------------------ [System] Gambas=3.16.90 9c9c263e8 (master) OperatingSystem=Linux Kernel=5.8.0-53-generic Architecture=x86_64 Distribution=Linux Mint 20.1 Ulyssa Desktop=MATE Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_US.UTF-8 Memory=14013M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 COMPIZ_CONFIG_PROFILE=mint DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/vim GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_US GIO_LAUNCHED_DESKTOP_FILE_PID=146992 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LOGNAME= MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/28578,unix/:/tmp/.ICE-unix/28578 SHELL=/usr/bin/gsh SHLVL=0 SSH_AGENT_PID=28716 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TERM=xterm TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue May 18 16:38:16 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 14:38:16 GMT Subject: [Gambas-bugtracker] Bug #2166: ide can not start some terminal emulators In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2166&from=L21haW4- Comment #7 by Brian G: Yes Brian G changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue May 18 16:39:11 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 14:39:11 GMT Subject: [Gambas-bugtracker] Bug #2118: Unable to loginto wiki to update documentation In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2118&from=L21haW4- Comment #14 by Brian G: Seems to work now Brian G changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue May 18 19:33:02 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 17:33:02 GMT Subject: [Gambas-bugtracker] Bug #2144: Picture displayed at wrong Position/ outside of its Container In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2144&from=L21haW4- Comment #13 by Claus DIETRICH: Any progress in this area? I have a new observation which may partially relate to this. I prepared a small demo app and screen video (both attached hereto). The app is fitted with 2 buttons. Each of them opens a separate form and positions it relative to the position of Fmain. The upper one opens Form1 and positions it with code, which is located in FMain. The lower Button opens Form2 and positions it with code, which is located in Form2. According to the code, both forms should appear at the same position, but this is not the case. Now if you move FMain and click again on the buttons, the relative positioning of Form1 and Form2 even differs. This occurs on all desktops, Mint versions and versions of Gambas (3.15.2 and 3.16.0). Hope that this bug(?) can be sorted out soon because I now have 2 apps where I stopped the development because of this random y-positiong. ---------------------------------------------------------------------------- Attachment: Form_Positioning_Bug_Demo2.tar.gz Attachment: Kazam_screencast_00035.mp4 From bugtracker at gambaswiki.org Tue May 18 23:09:51 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 18 May 2021 21:09:51 GMT Subject: [Gambas-bugtracker] Bug #2144: Picture displayed at wrong Position/ outside of its Container In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2144&from=L21haW4- Comment #14 by Beno?t MINISINI: When you use Qt, the first y-positioning of the window fails if it is done outside of the Open event. With GTK+, it behaves correctly. Anyway, you must be aware that for a window, X and Y are the position of its top-left corner decoration -included-, whereas W and H are the size of the window decoration -excluded-! This is because there is no reliable way to know the size of the window decorations. I think the bug with y-positioning comes from the decoration being created a bit after the window is visible. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Wed May 19 12:37:49 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 19 May 2021 10:37:49 GMT Subject: [Gambas-bugtracker] Bug #2144: Picture displayed at wrong Position/ outside of its Container In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2144&from=L21haW4- Comment #15 by Claus DIETRICH: >When you use Qt, the first y-positioning of the window fails if it is done outside of the Open event. With GTK+, it behaves correctly. With QT4 it is also correct. Here it only happens with QT5. >Anyway, you must be aware that for a window, X and Y are the position of its top-left corner decoration -included-, whereas W and H are the size of the window decoration -excluded-! Yesterday I thought, that this is possibly one of the differences to Visual Basic. So I reconfirmed the bahaviour of Visual Basic and I could position the windows directly below each other (chick-to-chick) with the same commands (Form2.Top = Form1.top + Form1.Height). So if your statement is true, it would be impossible with Gambas to position windows exactly below each other (chick-to-chick) because of the unknown height of the decoration frame, but when you click on the lower button of my demo app, you will get the same result as in Visual Basic. Doesn't this mean that it includes the decoration frame? Tests with objects inside the form however confirm your statement. This is puzzling me and needs a further review. >This is because there is no reliable way to know the size of the window decorations. With VB I used the delta between the Desktop-Height and an invisible maximized test-window, which brought me close to it. >I think the bug with y-positioning comes from the decoration being created a bit after the window is visible. After I inserted a Wait right after the Form1.Show-command, the result with QT5 is correct. Why does Qt5 behaves differently compared to other frameworks including QT4? From bugtracker at gambaswiki.org Wed May 19 15:45:45 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 19 May 2021 13:45:45 GMT Subject: [Gambas-bugtracker] Bug #2144: Picture displayed at wrong Position/ outside of its Container In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2144&from=L21haW4- Comment #16 by Beno?t MINISINI: The only thing I can tell you is: Don't move the window just after showing it. As the window decorations are build asynchronously, the result of an immediate move is unpredictable. Define the position before showing the window, or during the 'Open' event. Anyway, you can't achieve what you did on Windows, because you can't know the window size with the decorations. There is a trick method in Qt for getting these dimensions (with a lot of warnings about it in the documentation), but I don't think there is an equivalent in GTK+. From bugtracker at gambaswiki.org Thu May 20 12:18:31 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 10:18:31 GMT Subject: [Gambas-bugtracker] Bug #2144: Picture displayed at wrong Position/ outside of its Container In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2144&from=L21haW4- Comment #17 by Claus DIETRICH: >The only thing I can tell you is: >Don't move the window just after showing it. >As the window decorations are build asynchronously, the result of an immediate move is unpredictable. >Define the position before showing the window, or during the 'Open' event. Defining the position before showing it worsens the result on my platforms. >Anyway, you can't achieve what you did on Windows, because you can't know the window size with the decorations. >There is a trick method in Qt for getting these dimensions (with a lot of warnings about it in the documentation), but I don't think there is an equivalent in GTK+. After some further tests I found, that the definition of a Gambas-form-height in Gambas differs from Visual Basic. In Visual Basic the dimensions of the decoration frame is also unknown, but apparently included in the height value of the form. This is a remarkable difference. Please check whether the following observation might be a trace to the bug: When using gb.qt5 and I start my demo app, the FMain appears at a different y-position compared to gb.gtk3 or gb.qt4. So I added a button to the FMain which shall only shift the form 100 pixels to the left: Public Sub Button7_Click() Print FMain.y FMain.x = FMain.x - 100 Print FMain.y End When I clicked on the button, the IDE-console showed an y-value of 401 before the shift to the left and 401 after the shift to the left - although the y-Position clearly jumped to a lower position on the screen. And even if you repeat it ... the y-position of 401 doesn't change. However, when I used the cli-tool "xwininfo" I found that it provided an initial y-value of 401 and 424 after the shift to the left, which seems to be in line with that what I saw on the screen. By the way, it makes no difference whether the code for the shift to the left is located inside FMain or outside of FMain. So I don't see an impact of the asynchronous generation of the decoration yet. From bugtracker at gambaswiki.org Thu May 20 13:43:20 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 11:43:20 GMT Subject: [Gambas-bugtracker] Bug #2199: Form visable but not active Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2199&from=L21haW4- Charlie OGIER reported a new bug. Summary ------- Form visable but not active Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- Since 3.16 a Form without a header will sometimes ignore any positional data and appear in the top left of the screen. Any Buttons, or other tools, on the Form are ignored, and you can click 'through' the Form. System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.4.0-73-generic Architecture=x86_64 Distribution=Linux Mint 20.1 Ulyssa Desktop=CINNAMON Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_GB.UTF-8 Memory=7832M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CINNAMON_VERSION=4.8.6 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=cinnamon GDM_LANG=en_GB GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=1 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1340,unix/:/tmp/.ICE-unix/1340 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1410 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=cinnamon XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu May 20 13:43:45 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 11:43:45 GMT Subject: [Gambas-bugtracker] Bug #2200: Form visable but not active Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2200&from=L21haW4- Charlie OGIER reported a new bug. Summary ------- Form visable but not active Type : Bug Priority : Medium Gambas version : 3.16 Product : QT5 component Description ----------- Since 3.16 a Form without a header will sometimes ignore any positional data and appear in the top left of the screen. Any Buttons, or other tools, on the Form are ignored, and you can click 'through' the Form. System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.4.0-73-generic Architecture=x86_64 Distribution=Linux Mint 20.1 Ulyssa Desktop=CINNAMON Font=Ubuntu,10 Scale=7 Theme=mint-y Language=en_GB.UTF-8 Memory=7832M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.13 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CINNAMON_VERSION=4.8.6 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/cinnamon.default.path DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=cinnamon GDM_LANG=en_GB GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=1 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/cinnamon.mandatory.path PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1340,unix/:/tmp/.ICE-unix/1340 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1410 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=cinnamon XDG_SESSION_ID=c2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu May 20 13:47:18 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 11:47:18 GMT Subject: [Gambas-bugtracker] Bug #2200: Form visable but not active In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2200&from=L21haW4- Comment #1 by Charlie OGIER: Also see attached example and here is a link to a video. http://cogier.com/video/form_bug.webm. Please note that the Form is transparent, so you can see what happens, but this makes no difference to the bug. ---------------------------------------------------------------------------- Attachment: Form_bug-0.0.1.tar.gz From bugtracker at gambaswiki.org Thu May 20 13:47:51 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 11:47:51 GMT Subject: [Gambas-bugtracker] Bug #2199: Form visable but not active In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2199&from=L21haW4- Charlie OGIER changed the state of the bug to: Duplicate. From bugtracker at gambaswiki.org Thu May 20 15:53:56 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 13:53:56 GMT Subject: [Gambas-bugtracker] Bug #2201: Gambas3 does not start, after updating Gambas3 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2201&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- Gambas3 does not start, after updating Gambas3 Type : Bug Priority : High Gambas version : 3.16 Product : Development Environment Description ----------- Gambas3 does not start, after updating Gambas3 (from 3.15.2 to 3.16) use fedora 34 error message when starting from console: ** ** OOPS! INTERNAL ERROR. Program aborting, sorry! :-( ** Cannot find interface of library 'gb.gtk3.x11' ** ** ERROR: #27: Cannot load component 'gb.gtk3.x11': cannot find component ** ** Please send a bug report to the gambas bugtracker [1] or to the gambas mailing-list [2]. ** [1] http://gambaswiki.org/bugtracker ** [2] https://lists.gambas-basic.org/listinfo/user ** suggestion: you have to create a script that does not depend on prawns. this script would obtain the information of the system, to add in "system information" of bugtracker System information ------------------ fedora 34 mate 1.24.1 From bugtracker at gambaswiki.org Thu May 20 15:58:08 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 13:58:08 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- I can't log in through the bugtracker website. Type : Bug Priority : High Gambas version : Unknown Product : Bugtracker Description ----------- I can't log in through the bugtracker website. When creating a new bug and clicking on the new button, the page does not refresh or give the ok (although I did send the bug) I can enter the bugtracker only from the links that enter through the mail. System information ------------------ fedora 34 From bugtracker at gambaswiki.org Thu May 20 16:00:54 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:00:54 GMT Subject: [Gambas-bugtracker] Bug #2201: Gambas3 does not start, after updating Gambas3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2201&from=L21haW4- Comment #1 by Beno?t MINISINI: How did you install Gambas exactly? From bugtracker at gambaswiki.org Thu May 20 16:00:58 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:00:58 GMT Subject: [Gambas-bugtracker] Bug #2201: Gambas3 does not start, after updating Gambas3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2201&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu May 20 16:09:12 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:09:12 GMT Subject: [Gambas-bugtracker] Bug #2201: Gambas3 does not start, after updating Gambas3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2201&from=L21haW4- Comment #2 by V?ctor PEREZ: run: sudo dnf update the new 3.16 packages appear, I give confirmation to update. I run shrimp by the icon (graphic interface). when I saw that it did not start, I run by terminal gambas3 and it gives me the error mentioned above V?ctor PEREZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu May 20 16:28:26 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:28:26 GMT Subject: [Gambas-bugtracker] Bug #2201: Gambas3 does not start, after updating Gambas3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2201&from=L21haW4- Comment #3 by Beno?t MINISINI: So the Fedora packages dependencies are incorrect. You must install gb.gtk3.x11, gb.gtk3.wayland, gb.qt5.x11 and gb.qt5.wayland by hand I guess. From bugtracker at gambaswiki.org Thu May 20 16:40:42 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:40:42 GMT Subject: [Gambas-bugtracker] Bug #2203: Test Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2203&from=L21haW4- Beno?t MINISINI reported a new bug. Summary ------- Test Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- This is a test System information ------------------ [System] Gambas=3.8.90 r7256 OperatingSystem=Linux Kernel=3.19.0-28-generic Architecture=x86_64 Distribution=Ubuntu 15.04 Desktop=KDE5 Theme=Proxy Language=fr_FR.UTF-8 Memory=6920M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.8.9 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.405.0 GTK+2=libgtk-x11-2.0.so.0.2400.27 GTK+3=libgtk-3.so.0.1400.13 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.49.0.0 QT4=libQtCore.so.4.8.6 QT5=libQt5Core.so.5.4.1 SDL=libSDL-1.2.so.0.11.4 [Environment] APPMENU_DISPLAY_BOTH=1 CLUTTER_IM_MODULE=xim COLORFGBG=15;0 DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-2t4y2wXGt0,guid=1fc6eb596d9ddf315801f661560543aa DEFAULTS_PATH=/usr/share/gconf/plasma.default.path DESKTOP_SESSION=plasma DISPLAY=:0 EDITOR=kwrite GB_GUI=gb.qt5 GPG_AGENT_INFO=/tmp/gpg-av5n6x/S.gpg-agent:1445:1 GS_LIB=/.fonts GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_IM_MODULE=ibus GTK_MODULES=overlay-scrollbar GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HISTFILESIZE=32000 HISTIGNORE=&:ls:bg:fg:exit HISTSIZE=32000 HOME= KDE_FULL_SESSION=true KDE_MULTIHEAD=false KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 KONSOLE_DBUS_SERVICE=:1.77 KONSOLE_DBUS_SESSION=/Sessions/6 KONSOLE_DBUS_WINDOW=/Windows/4 KONSOLE_PROFILE_NAME= LANG=fr_FR.UTF-8 LANGUAGE=fr:en_US LESSCLOSE=/usr/bin/lesspipe %s %s LESSOPEN=| /usr/bin/lesspipe %s LOGNAME= LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.axa=00;36:*.oga=00;36:*.spx=00;36:*.xspf=00;36: MANDATORY_PATH=/usr/share/gconf/plasma.mandatory.path PAM_KWALLET_LOGIN=/tmp//.socket PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games PROFILEHOME=/gambas/3.0/trunk/app/src/gambas3 PWD=/gambas/3.0/trunk/app/src/gambas3 QT4_IM_MODULE=ibus QT_IM_MODULE=ibus QT_NO_GLIB=1 QT_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/qt5/plugins:/lib/kde5/plugins/ QT_QPA_PLATFORMTHEME=appmenu-qt5 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1665,unix/:/tmp/.ICE-unix/1665 SHELL=/bin/bash SHELL_SESSION_ID=acd5968e5a7a4000bd7e912657887242 SHLVL=2 SSH_AGENT_PID=1444 SSH_AUTH_SOCK=/tmp/ssh-2oD9wLSt0Qfz/agent.1379 TERM=xterm TZ=:/etc/localtime USER= WINDOWID=106954808 XAUTHORITY=/tmp/xauth-1000-_0 XCURSOR_THEME=breeze_cursors XDG_CONFIG_DIRS=/etc/xdg/xdg-plasma:/etc/xdg:/usr/share/kubuntu-default-settings/kf5-settings XDG_CURRENT_DESKTOP=KDE XDG_DATA_DIRS=/usr/share/plasma:/usr/local/share/:/usr/share/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_COOKIE=f7884399ad4e431ca75cde0ec40003db-1443185578.976142-1967476883 XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus _=/usr/bin/gbx3 From bugtracker at gambaswiki.org Thu May 20 16:48:05 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:48:05 GMT Subject: [Gambas-bugtracker] Bug #2201: Gambas3 does not start, after updating Gambas3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2201&from=L21haW4- Comment #4 by V?ctor PEREZ: for the second time I did a clean installation, and with "sudo dnf install gambas3 *" it was installed correctly. another colleague installed gambas3 3.16 without having previous installation of prawns, and also gave the same error. i have solved thanks. From bugtracker at gambaswiki.org Thu May 20 16:53:07 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:53:07 GMT Subject: [Gambas-bugtracker] Bug #2201: Gambas3 does not start, after updating Gambas3 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2201&from=L21haW4- Comment #5 by Beno?t MINISINI: In Gambas 3.16, 'gb.gtk3' must depend on 'gb.gtk3.x11' and 'gb.gtk3.wayland' packages. Similar thing for 'gb.qt5'. I guess Fedora maintainer did not update its dependencies. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Thu May 20 16:53:36 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:53:36 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- Comment #1 by Beno?t MINISINI: Can you elaborate? If you can't log in, how did you create that issue? From bugtracker at gambaswiki.org Thu May 20 16:53:49 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:53:49 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu May 20 16:54:31 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:54:31 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu May 20 16:55:32 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:55:32 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Comment #14 by Beno?t MINISINI: I still need the output of 'ifconfig -a' or 'ip addr' when you are disconnected. Just replace the ip address with XXX.XXX.XXX.XXX if you are afraid. But if you are disconnected from Internet, you should not have them. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu May 20 16:55:44 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 14:55:44 GMT Subject: [Gambas-bugtracker] Bug #1996: it does not work Desktop.NetworkAvailable In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.1996&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu May 20 17:45:16 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 15:45:16 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- Comment #2 by V?ctor PEREZ: I used the chrome browser and managed to log in. the problem occurs with firefox, for some reason that I do not know. V?ctor PEREZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu May 20 17:48:49 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 15:48:49 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- Comment #3 by Beno?t MINISINI: Can you check if you have cookies stored for the gambaswiki.org website in Firefox? If so, remove them and try to login again. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu May 20 18:05:24 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 16:05:24 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- Comment #4 by V?ctor PEREZ: Yes, I already tried, but it didn't work. from chrome, it works until the button "new", to enter the bug. in firefox that was also a problem. the reason for the duplicates. V?ctor PEREZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu May 20 20:43:12 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 20 May 2021 18:43:12 GMT Subject: [Gambas-bugtracker] Bug #2196: Tag property on ServerSocket In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2196&from=L21haW4- Comment #2 by Gen BRAGA: I have a project which uses several ServerSockets, all of them managed by the same event handlers ("socket_") due the component behavior. Setting different Tags could simplify the management. Of course I can do the same by other means, but I think it would be a nice addition. From bugtracker at gambaswiki.org Fri May 21 03:40:09 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 May 2021 01:40:09 GMT Subject: [Gambas-bugtracker] Bug #2204: Systemtray not working Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2204&from=L21haW4- Herberth GUZMAN reported a new bug. Summary ------- Systemtray not working Type : Bug Priority : High Gambas version : 3.16 Product : Bugtracker Description ----------- Hi Benoit The system tray does not show the list of icons, it only shows an icon. Systemtray in Gambas 3.15 works fine Systemtray in Gambas 3.16 does not work well If you look at the example you have from the system tray in Gambas3 examples you will see that it does not work. Does not show the new icons System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.10.0-1-amd64 Architecture=x86_64 Distribution=debian 9.13 Desktop=LOBO_DESKTOP Font=Sans,10 Scale=7 Theme=adwaita Language=es_GT.UTF-8 Memory=1861M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.14.18 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2404.20 GStreamer=libgstreamer-1.0.so.0.1802.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.20 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.102.0.0 QT5=libQt5Core.so.5.15.2 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=Lobo DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=Lobo GDM_LANG=es_GT.utf8 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 HOME=/home/ LANG=es_GT.UTF-8 LANGUAGE=es_GT.UTF-8 LC_ALL=es_GT.UTF-8 LOGNAME= PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD=/home/ QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SSH_AGENT_PID=1016 SSH_AUTH_SOCK=/tmp/ssh-jdxaQBwF51nL/agent.988 TZ=:/etc/localtime USER= XAUTHORITY=/home//.Xauthority XDG_CONFIG_HOME=/home//.config XDG_CURRENT_DESKTOP=Lobo_Desktop XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/:/var/lib/menu-xdg/ XDG_DATA_HOME=/home//.local/share XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/ XDG_MENU_PREFIX=lobo_desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=Lobo XDG_SESSION_ID=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Sat May 22 00:10:29 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 May 2021 22:10:29 GMT Subject: [Gambas-bugtracker] Bug #2196: Tag property on ServerSocket In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2196&from=L21haW4- Comment #3 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/-/commit/5ee3fbbeee5909d73ddf187c27309b9aeb1c5c0f. From bugtracker at gambaswiki.org Sat May 22 00:10:32 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 May 2021 22:10:32 GMT Subject: [Gambas-bugtracker] Bug #2196: Tag property on ServerSocket In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2196&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat May 22 01:05:01 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 May 2021 23:05:01 GMT Subject: [Gambas-bugtracker] Bug #2200: Form visable but not active In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2200&from=L21haW4- Comment #2 by Beno?t MINISINI: I can't reproduce the problem with KDE, so I guess it's because of the window manager. :-/ From bugtracker at gambaswiki.org Sat May 22 01:05:07 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 21 May 2021 23:05:07 GMT Subject: [Gambas-bugtracker] Bug #2200: Form visable but not active In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2200&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat May 22 12:28:48 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 22 May 2021 10:28:48 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- Comment #5 by Safiur RAHMAN: Hi V?ctor Thank you because after a few months I could log in into bugtracker through direct link you mentioned. The Bugtracker menu in gambas.sourceforge.net does not let you log in from any browser. From bugtracker at gambaswiki.org Sat May 22 12:34:03 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 22 May 2021 10:34:03 GMT Subject: [Gambas-bugtracker] Bug #2205: WebComboBox issue Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2205&from=L21haW4- Safiur RAHMAN reported a new bug. Summary ------- WebComboBox issue Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- Hi Beno?t Just a reminder from mailing list. When WebComboBox's ReadOnly property is False and I select an item from its list then text is not changed on first click when using browser from android mobiles/tablets. I have to select the same item two times to change the text. However this problem is not there in desktops/laptops. The issue is with all browsers (firefox, chrome, opera) System information ------------------ [System] Gambas=3.15.2 OperatingSystem=Linux Kernel=5.8.0-53-generic Architecture=x86_64 Distribution=Ubuntu 20.04.2 LTS Desktop=UBUNTU:GNOME Theme=fusion Language=en_US.UTF-8 Memory=3817M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION= DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION= GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=10667 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE= GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=ec7a4e17dfd240338921dfc20b04d596 JOURNAL_STREAM=8:52266 LANG=en_US.UTF-8 LC_ADDRESS=bho_NP LC_ALL=en_US.UTF-8 LC_IDENTIFICATION=bho_NP LC_MEASUREMENT=bho_NP LC_MONETARY=bho_NP LC_NAME=bho_NP LC_NUMERIC=bho_NP LC_PAPER=bho_NP LC_TELEPHONE=bho_NP LC_TIME=bho_NP LOGNAME= MANAGERPID=2220 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/2443,unix/:/tmp/.ICE-unix/2443 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2400 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-:/etc/xdg XDG_CURRENT_DESKTOP=:GNOME XDG_DATA_DIRS=/usr/share/:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP= XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment From bugtracker at gambaswiki.org Sun May 23 19:03:11 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 17:03:11 GMT Subject: [Gambas-bugtracker] Bug #2202: I can't log in through the bugtracker website. In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2202&from=L21haW4- Comment #6 by V?ctor PEREZ: hello Safiur RAHMAN, I'm glad, I hope it serves many. while the problem is not solved. and so they can report bug. regards From bugtracker at gambaswiki.org Sun May 23 19:16:16 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 17:16:16 GMT Subject: [Gambas-bugtracker] Bug #2206: no help is displayed using reserved word 'Clipboard' Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2206&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- no help is displayed using reserved word 'Clipboard' Type : Bug Priority : Low Gambas version : 3.16 Product : Development Environment Description ----------- https://www.youtube.com/watch?v=vAkf-AmEqIo System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Sun May 23 19:31:33 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 17:31:33 GMT Subject: [Gambas-bugtracker] Bug #2206: no help is displayed using reserved word 'Clipboard' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2206&from=L21haW4- Comment #1 by Beno?t MINISINI: I confirm, but only for the offline help. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun May 23 23:30:13 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 21:30:13 GMT Subject: [Gambas-bugtracker] Bug #2207: problems in 'gambas3' translator Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2207&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- problems in 'gambas3' translator Type : Bug Priority : Medium Gambas version : 3.16 Product : Development Environment Description ----------- https://www.youtube.com/watch?v=GyGWQkO34gA System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Sun May 23 23:36:26 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 21:36:26 GMT Subject: [Gambas-bugtracker] Bug #2207: problems in 'gambas3' translator In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2207&from=L21haW4- Comment #1 by Beno?t MINISINI: It should already be fixed in master, if you can try. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun May 23 23:40:08 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 21:40:08 GMT Subject: [Gambas-bugtracker] Bug #2207: problems in 'gambas3' translator In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2207&from=L21haW4- Comment #2 by V?ctor PEREZ: Well, it occurs to me, you could add the name of the file you are working with, and maybe go to its directory from the same window From bugtracker at gambaswiki.org Sun May 23 23:52:33 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 21:52:33 GMT Subject: [Gambas-bugtracker] Bug #2206: no help is displayed using reserved word 'Clipboard' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2206&from=L21haW4- Comment #2 by Beno?t MINISINI: It should be fixed by commit https://gitlab.com/gambas/gambas/-/commit/151da73415d350289fb1515095f8dd0e05223f86, can you confirm? Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun May 23 23:54:20 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 23 May 2021 21:54:20 GMT Subject: [Gambas-bugtracker] Bug #2207: problems in 'gambas3' translator In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2207&from=L21haW4- Comment #3 by Beno?t MINISINI: According your system information, you are using the stable version, which has not the fix yet. From bugtracker at gambaswiki.org Mon May 24 10:55:16 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 08:55:16 GMT Subject: [Gambas-bugtracker] Bug #2208: Wrong Sorting of ListBox Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2208&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- Wrong Sorting of ListBox Type : Bug Priority : Medium Gambas version : 3.16 Product : Unknown Description ----------- When the ListBox sorted-property is set to True its sorting only works correctly with capital letters. As soon as the first character of the list-item is a small letter the sorting fails and the item is put behind list items with capital letters. I attached a very small demo snippet for reproduction which also shows a listview-control for comparison, where the sorting works correctly. System information ------------------ [System] Gambas=3.15.2 OperatingSystem=Linux Kernel=4.15.0-143-generic Architecture=x86 Distribution=Linux Mint 19.1 Tessa Desktop=LXDE Theme=qt5ctproxy Language=de_DE.UTF-8 Memory=1241M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2200.30 GStreamer=libgstreamer-1.0.so.0.1405.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 Poppler=libpoppler.so.85.0.0 Poppler=libpoppler.so.90.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] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/LXDE.default.path DESKTOP_SESSION=LXDE DISPLAY=:0.0 GB_GUI=gb.qt5 GDMSESSION=LXDE GDM_LANG=de_DE GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/LXDE.mandatory.path PATH=/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SAL_USE_VCLPLUGIN=gtk SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1205 SSH_AUTH_SOCK=/tmp/ssh-Ni7ABcGZNGWO/agent.1109 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-LXDE:/etc/xdg XDG_CONFIG_HOME=/.config XDG_CURRENT_DESKTOP=LXDE XDG_DATA_DIRS=/usr/local/share:/usr/share:/usr/share/gdm:/var/lib/menu-xdg:/usr/local/share/:/usr/share/:/usr/share/gdm/:/var/lib/menu-xdg/ XDG_DATA_HOME=/.local/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_MENU_PREFIX=lxde- XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_DESKTOP=LXDE XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 _LXSESSION_PID=1109 From bugtracker at gambaswiki.org Mon May 24 11:31:59 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 09:31:59 GMT Subject: [Gambas-bugtracker] Bug #2208: Wrong Sorting of ListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2208&from=L21haW4- Comment #1 by Gianluigi GRADASCHI: Hi Claus, i believe the error is in ListView lowercase characters come after uppercase ones in ascending sort From bugtracker at gambaswiki.org Mon May 24 16:17:23 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 14:17:23 GMT Subject: [Gambas-bugtracker] Bug #2209: the version number of the application does not appear Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2209&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- the version number of the application does not appear Type : Bug Priority : Low Gambas version : 3.16 Product : Development Environment Description ----------- project menu - >> properties - >> general -> version I provided my visorRV1960 project and a new project. same problem in both System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Mon May 24 18:41:43 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 16:41:43 GMT Subject: [Gambas-bugtracker] Bug #2210: unknown identifier, class 'DesktopWindow' Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2210&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- unknown identifier, class 'DesktopWindow' Type : Bug Priority : High Gambas version : 3.16 Product : Development Environment Description ----------- unknown identifier, class 'DesktopWindow' I have the gb.Desktop component installed System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Mon May 24 18:43:26 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 16:43:26 GMT Subject: [Gambas-bugtracker] Bug #2210: unknown identifier, class 'DesktopWindow' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2210&from=L21haW4- Comment #1 by V?ctor PEREZ: error with class 'DesktopWindow' ---------------------------------------------------------------------------- Attachment: identificador desconocido.png From bugtracker at gambaswiki.org Mon May 24 18:45:56 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 16:45:56 GMT Subject: [Gambas-bugtracker] Bug #2210: unknown identifier, class 'DesktopWindow' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2210&from=L21haW4- Comment #2 by V?ctor PEREZ: another catch ---------------------------------------------------------------------------- Attachment: desktopWindow2.png From bugtracker at gambaswiki.org Mon May 24 19:42:53 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 17:42:53 GMT Subject: [Gambas-bugtracker] Bug #2210: unknown identifier, class 'DesktopWindow' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2210&from=L21haW4- Comment #3 by Beno?t MINISINI: It seems that the Fedora packages are broken the same way initial Ubuntu packages were. I'm starting to think that Fedora packages are made by converting the Ubuntu packages, but that they were not updated. There will be a 3.16.1 soon that should fix all problem. If I'm right, i.e. if Fedora packages are made from the Ubuntu PPA ones, you will get the fix. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Mon May 24 21:23:09 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 19:23:09 GMT Subject: [Gambas-bugtracker] Bug #2208: Wrong Sorting of ListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2208&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon May 24 21:28:09 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 19:28:09 GMT Subject: [Gambas-bugtracker] Bug #2208: Wrong Sorting of ListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2208&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/c11b8d54e060ceb2a561647abdc4b18b5f4682f7. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon May 24 21:32:31 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 19:32:31 GMT Subject: [Gambas-bugtracker] Bug #2209: the version number of the application does not appear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2209&from=L21haW4- Comment #1 by Beno?t MINISINI: Can you provide a screenshot? Does it change if you choose a desktop font size slightly bigger? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon May 24 22:27:13 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 20:27:13 GMT Subject: [Gambas-bugtracker] Bug #2208: Wrong Sorting of ListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2208&from=L21haW4- Comment #3 by Gianluigi GRADASCHI: Here, with last master, continues to work exactly as before, see attached image [System] Gambas=3.16.90 212d0bd (master) OperatingSystem=Linux Kernel=5.8.0-53-generic Architecture=x86_64 Distribution=Ubuntu 20.04.2 LTS Desktop=UBUNTU:GNOME ... ---------------------------------------------------------------------------- Attachment: sort.png Gianluigi GRADASCHI changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Mon May 24 22:44:04 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 20:44:04 GMT Subject: [Gambas-bugtracker] Bug #2209: the version number of the application does not appear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2209&from=L21haW4- Comment #2 by V?ctor PEREZ: if I enlarge the 'height' of the control the characters are seen V?ctor PEREZ changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon May 24 22:56:22 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 20:56:22 GMT Subject: [Gambas-bugtracker] Bug #2209: the version number of the application does not appear In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2209&from=L21haW4- Comment #3 by V?ctor PEREZ: https://www.youtube.com/watch?v=GC8AGL0cLCI From bugtracker at gambaswiki.org Mon May 24 23:41:41 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 21:41:41 GMT Subject: [Gambas-bugtracker] Bug #2211: 'gambas3' hangs when opening visorrv1960 project Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2211&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- 'gambas3' hangs when opening visorrv1960 project Type : Bug Priority : High Gambas version : 3.16 Product : Development Environment Description ----------- 'gambas3' hangs when opening visorrv1960 project, and cannot be closed. I have to use 'xKill'. problem loading a created "class". attached project. System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Mon May 24 23:42:34 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 21:42:34 GMT Subject: [Gambas-bugtracker] Bug #2211: 'gambas3' hangs when opening visorrv1960 project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2211&from=L21haW4- Comment #1 by V?ctor PEREZ: here the project ---------------------------------------------------------------------------- Attachment: visorrv1960.tar.gz From bugtracker at gambaswiki.org Mon May 24 23:55:28 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 24 May 2021 21:55:28 GMT Subject: [Gambas-bugtracker] Bug #2210: unknown identifier, class 'DesktopWindow' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2210&from=L21haW4- Comment #4 by V?ctor PEREZ: excellent thank you very much From bugtracker at gambaswiki.org Tue May 25 08:21:33 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 06:21:33 GMT Subject: [Gambas-bugtracker] Bug #2212: No ctrl-c and ctrl-v (copy/ paste) since V3.16.0 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2212&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- No ctrl-c and ctrl-v (copy/ paste) since V3.16.0 Type : Bug Priority : High Gambas version : 3.16 Product : Unknown Description ----------- After I upgraded two platforms to V3.16.0 I noted, that the key combinations ctrl-c and ctrl-v (copy/ paste) don't work anylonger in the IDE. System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.4.0-72-generic Architecture=x86_64 Distribution=Linux Mint 20.1 Ulyssa Desktop=CINNAMON Font=Ubuntu,10 Scale=7 Theme=mint-y Language=de_DE.UTF-8 Memory=3936M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CINNAMON_VERSION=4.8.6 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=cinnamon GDM_LANG=de_DE GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=1845 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK3_MODULES=xapp-gtk3-module GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=1 HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1092,unix/:/tmp/.ICE-unix/1092 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1230 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=cinnamon XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Tue May 25 11:19:18 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 09:19:18 GMT Subject: [Gambas-bugtracker] Bug #2213: Window object does not draw properly in gtk3 only Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2213&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- Window object does not draw properly in gtk3 only Type : Bug Priority : Medium Gambas version : Master Product : GTK+3 component Description ----------- Hi Ben. To follow is a a simple app that is using libmpv (new, not very functional yet) For some reason on starting the window does not initialise and draw correctly with gtk3 seems okay on qt and gtk2 System information ------------------ [System] Gambas=3.15.90 (bruces-patched) (master fork) OperatingSystem=Linux Kernel=5.4.0-60-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Theme=crux Language=en_GB.UTF-8 Memory=7952M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=pluma GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE_PID=121056 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1412,unix/:/tmp/.ICE-unix/1412 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1570 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Tue May 25 11:20:00 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 09:20:00 GMT Subject: [Gambas-bugtracker] Bug #2213: Window object does not draw properly in gtk3 only In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2213&from=L21haW4- Comment #1 by Bruce STEERS: code... ---------------------------------------------------------------------------- Attachment: MPlay (lib)-0.0.1.tar.gz From bugtracker at gambaswiki.org Tue May 25 11:27:05 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 09:27:05 GMT Subject: [Gambas-bugtracker] Bug #2214: gb.web.gui: WebScrollView malfunction Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2214&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- gb.web.gui: WebScrollView malfunction Type : Bug Priority : Medium Gambas version : Master Product : Web components Description ----------- If I try to insert a WebScrollView (gb.web.gui) into a WebForm, I get this error: This application has raised an unexpected error and must abort. [13] Null object. CControl.CreateControl.171 System information ------------------ [System] Gambas=3.16.90 212d0bd (master) OperatingSystem=Linux Kernel=5.8.0-53-generic Architecture=x86_64 Distribution=Ubuntu 20.04.2 LTS Desktop=UBUNTU:GNOME Font=Ubuntu,11 Scale=8 Theme=proxy Language=it_IT.UTF-8 Memory=32087M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/home//.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=12939 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=1 INVOCATION_ID=be5dee3b5eae435eb401bfe5fa3d9333 JOURNAL_STREAM=8:45587 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=1982 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD=/home/ QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/2257,unix/:/tmp/.ICE-unix/2257 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2177 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment force_s3tc_enable=true From bugtracker at gambaswiki.org Tue May 25 15:29:39 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 13:29:39 GMT Subject: [Gambas-bugtracker] Bug #2212: No ctrl-c and ctrl-v (copy/ paste) since V3.16.0 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2212&from=L21haW4- Comment #1 by V?ctor PEREZ: the same thing happens to me From bugtracker at gambaswiki.org Tue May 25 15:54:14 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 13:54:14 GMT Subject: [Gambas-bugtracker] Bug #2215: add command (argument for command 'gambas3') Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2215&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- add command (argument for command 'gambas3') Type : Request Priority : High Gambas version : Master Product : Development Environment Description ----------- add command (argument for command 'gambas3') in terminal, Example: gambas3 --infobug, or Example --systeminfo to create a text file with the systema information (from FSystemInfo form). or paste the information to the clipboard. or both. this will be used when the ide cannot boot and the system information is needed to solve the problem. System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Tue May 25 20:50:30 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 18:50:30 GMT Subject: [Gambas-bugtracker] Bug #2210: unknown identifier, class 'DesktopWindow' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2210&from=L21haW4- Comment #5 by Beno?t MINISINI: Sorry, I was wrong. You have to check the 'gb.desktop.x11' component explicitly now, as that feature (DesktopWindow) does not exist on Wayland. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue May 25 20:50:58 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 18:50:58 GMT Subject: [Gambas-bugtracker] Bug #2211: 'gambas3' hangs when opening visorrv1960 project In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2211&from=L21haW4- Comment #2 by Beno?t MINISINI: No hang at all here. From bugtracker at gambaswiki.org Tue May 25 20:58:14 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 18:58:14 GMT Subject: [Gambas-bugtracker] Bug #2213: Window object does not draw properly in gtk3 only In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2213&from=L21haW4- Comment #2 by Beno?t MINISINI: I guess it's because a Control does not necessarily have a X11 window on its own, especially with GTK+3. On GTK+3, a DrawingArea with an explicit background has a X11 window, so I suggest you try that. Tell me if it work. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Tue May 25 20:59:51 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 18:59:51 GMT Subject: [Gambas-bugtracker] Bug #2215: add command (argument for command 'gambas3') In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2215&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue May 25 21:08:18 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 19:08:18 GMT Subject: [Gambas-bugtracker] Bug #2213: Window object does not draw properly in gtk3 only In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2213&from=L21haW4- Comment #3 by Beno?t MINISINI: It's not a X11 window problem. It's just that GTK+3 does not draw the background of the Window control once you have give its window X11 id to libmpv. No idea why. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue May 25 21:29:05 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 19:29:05 GMT Subject: [Gambas-bugtracker] Bug #2213: Window object does not draw properly in gtk3 only In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2213&from=L21haW4- Comment #4 by Bruce STEERS: Me neither , i tried a few things but could not get it to work. Thank you for accepting. From bugtracker at gambaswiki.org Tue May 25 21:31:49 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 19:31:49 GMT Subject: [Gambas-bugtracker] Bug #2213: Window object does not draw properly in gtk3 only In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2213&from=L21haW4- Comment #5 by Beno?t MINISINI: Try with a DrawingArea instead of a Window, and set the background of the DrawingArea explicitly. From bugtracker at gambaswiki.org Tue May 25 21:49:55 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 19:49:55 GMT Subject: [Gambas-bugtracker] Bug #2213: Window object does not draw properly in gtk3 only In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2213&from=L21haW4- Comment #6 by Bruce STEERS: doing that it works on qt but both gtk2 and gtk3 show no picture just sound From bugtracker at gambaswiki.org Tue May 25 22:41:47 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 20:41:47 GMT Subject: [Gambas-bugtracker] Bug #2214: gb.web.gui: WebScrollView malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2214&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue May 25 22:41:57 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 20:41:57 GMT Subject: [Gambas-bugtracker] Bug #2214: gb.web.gui: WebScrollView malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2214&from=L21haW4- Comment #1 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/8cf76955ffd517af305e89c9d7f4853d1e664eb1. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue May 25 23:07:57 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 21:07:57 GMT Subject: [Gambas-bugtracker] Bug #2214: gb.web.gui: WebScrollView malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2214&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: Thank you very much From bugtracker at gambaswiki.org Tue May 25 23:08:56 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 21:08:56 GMT Subject: [Gambas-bugtracker] Bug #2214: gb.web.gui: WebScrollView malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2214&from=L21haW4- Comment #3 by Beno?t MINISINI: I put the fix in 3.16.1 too. From bugtracker at gambaswiki.org Tue May 25 23:14:45 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 21:14:45 GMT Subject: [Gambas-bugtracker] Bug #2208: Wrong Sorting of ListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2208&from=L21haW4- Comment #4 by Beno?t MINISINI: OK, case insensitive sort missing. It has been fixed in commit https://gitlab.com/gambas/gambas/-/commit/f5e093408947a2b33c02ab9f2875f6ac4c6fd8c8. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Tue May 25 23:22:49 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 25 May 2021 21:22:49 GMT Subject: [Gambas-bugtracker] Bug #2208: Wrong Sorting of ListBox In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2208&from=L21haW4- Comment #5 by Claus DIETRICH: Hi Beno?t Thanks a lot! Claus From bugtracker at gambaswiki.org Wed May 26 20:56:22 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 26 May 2021 18:56:22 GMT Subject: [Gambas-bugtracker] Bug #2216: add button, to open folder containing packages Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2216&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- add button, to open folder containing packages Type : Request Priority : Low Gambas version : 3.16 Product : Development Environment Description ----------- add button, to open folder containing packages System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Wed May 26 20:57:15 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 26 May 2021 18:57:15 GMT Subject: [Gambas-bugtracker] Bug #2216: add button, to open folder containing packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2216&from=L21haW4- Comment #1 by V?ctor PEREZ: add button, to open folder containing packages. when it finishes creating the packages ---------------------------------------------------------------------------- Attachment: addButtoOpenDir.png From bugtracker at gambaswiki.org Thu May 27 01:40:01 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 26 May 2021 23:40:01 GMT Subject: [Gambas-bugtracker] Bug #2215: add command (argument for command 'gambas3') In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2215&from=L21haW4- Comment #1 by Beno?t MINISINI: Done in commit https://gitlab.com/gambas/gambas/-/commit/c9d0751166296e7985797503a80405680dd1c8eb. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu May 27 04:06:56 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 27 May 2021 02:06:56 GMT Subject: [Gambas-bugtracker] Bug #2204: Systemtray not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2204&from=L21haW4- Comment #1 by Beno?t MINISINI: It's because the example has not been updated. The systray now has to be resized explicitly. From bugtracker at gambaswiki.org Thu May 27 04:17:00 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 27 May 2021 02:17:00 GMT Subject: [Gambas-bugtracker] Bug #2204: Systemtray not working In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2204&from=L21haW4- Comment #2 by Beno?t MINISINI: I have updated the example in commit https://gitlab.com/gambas/gambas/-/commit/627afc0c90f5827cf6692671338195bfe0c59abd. Please confirm that it works for you. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Thu May 27 11:59:42 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 27 May 2021 09:59:42 GMT Subject: [Gambas-bugtracker] Bug #2217: Open Dialog raises "silent" Errors which don't interrupt the Application Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2217&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- Open Dialog raises "silent" Errors which don't interrupt the Application Type : Bug Priority : Medium Gambas version : 3.15 Product : Unknown Description ----------- Problem #1: When using Gambas 3.15.2 - The open dialog always raises the error "Error: Type mismatch: wanted Integer, got Null instead" when finished - no matter whether it was canceled or not. Strangely, this error doesn't interrupt the application. When using Gambas 3.16.0 - The open dialog raises either the same error or other unpredictable errors like "Unable to load svg file" although I selected a PDF file. Problem #2: The wiki shows an example for the open dialogue where the path is set to ".". When using this, the dialog starts with the error message "Directory not found". A mini-demo is attached hereto. System information ------------------ [System] Gambas=3.15.2 OperatingSystem=Linux Kernel=5.4.0-73-generic Architecture=x86_64 Distribution=Linux Mint 19.3 Tricia Desktop=MATE Theme=qt5ctproxy Language=de_DE.UTF-8 Memory=7837M [Libraries] Cairo=libcairo.so.2.11510.0 Curl=libcurl.so.4.5.0 DBus=libdbus-1.so.3.19.4 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2200.30 GStreamer=libgstreamer-1.0.so.0.1405.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 Poppler=libpoppler.so.85.0.0 Poppler=libpoppler.so.90.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.qt5 GDMSESSION=mate GDM_LANG=de_DE GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ADDRESS=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LC_IDENTIFICATION=de_DE.UTF-8 LC_MEASUREMENT=de_DE.UTF-8 LC_MONETARY=de_DE.UTF-8 LC_NAME=de_DE.UTF-8 LC_NUMERIC=de_DE.UTF-8 LC_PAPER=de_DE.UTF-8 LC_TELEPHONE=de_DE.UTF-8 LC_TIME=de_DE.UTF-8 LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1015,unix/:/tmp/.ICE-unix/1015 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1518 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ 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 From bugtracker at gambaswiki.org Fri May 28 13:46:49 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 11:46:49 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- Qt Container.Children[0].SetFocus malfunction Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- In trying to figure out which is the best way to manage the focus of dynamic controls, using Container.Children[0].SetFocus, I ran into this error. Run the attached project by clicking the Combo button or the Text button to bring up a new dynamic control. Use the Tab key on the keyboard to move the focus. The focus remains trapped in the second and third container Or, if you uncomment the sub btnDelete_lostfocus, trapped in the third container System information ------------------ [System] Gambas=3.16.90 627afc0 (master) OperatingSystem=Linux Kernel=5.8.0-53-generic Architecture=x86_64 Distribution=Ubuntu 20.04.2 LTS Desktop=UBUNTU:GNOME Font=Ubuntu,11 Scale=8 Theme=proxy Language=it_IT.UTF-8 Memory=32087M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/home//.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=11246 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=1 INVOCATION_ID=2f3d8bdade7e40158f22de613861a642 JOURNAL_STREAM=8:50544 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=1656 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD=/home/ QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1930,unix/:/tmp/.ICE-unix/1930 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1850 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment force_s3tc_enable=true From bugtracker at gambaswiki.org Fri May 28 13:48:40 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 11:48:40 GMT Subject: [Gambas-bugtracker] Bug #2219: GTK Container.Children[0].SetFocus: out of the bounds error Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2219&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- GTK Container.Children[0].SetFocus: out of the bounds error Type : Bug Priority : Medium Gambas version : Master Product : Unknown Description ----------- In trying to figure out which is the best way to manage the focus of dynamic controls, using Container.Children[0].SetFocus, I ran into this error. Run the attached project *without* clicking the Combo button or the Text button and use the Tab key on the keyboard to move the focus. System information ------------------ [System] Gambas=3.16.90 627afc0 (master) OperatingSystem=Linux Kernel=5.8.0-53-generic Architecture=x86_64 Distribution=Ubuntu 20.04.2 LTS Desktop=UBUNTU:GNOME Font=Ubuntu,11 Scale=8 Theme=proxy Language=it_IT.UTF-8 Memory=32087M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.qt5 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/home//.local/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=11246 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SHELL_SESSION_MODE=ubuntu GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_MODULES=gail:atk-bridge HOME=/home/ IM_CONFIG_PHASE=1 INVOCATION_ID=2f3d8bdade7e40158f22de613861a642 JOURNAL_STREAM=8:50544 LANG=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LOGNAME= MANAGERPID=1656 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD=/home/ QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/1930,unix/:/tmp/.ICE-unix/1930 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1850 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg XDG_CURRENT_DESKTOP=ubuntu:GNOME XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_MENU_PREFIX=gnome- XDG_RUNTIME_DIR=/run/user/1000 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=ubuntu XDG_SESSION_TYPE=x11 XMODIFIERS=@im=ibus _=/usr/bin/dbus-update-activation-environment force_s3tc_enable=true From bugtracker at gambaswiki.org Fri May 28 13:54:32 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 11:54:32 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Comment #1 by Beno?t MINISINI: It's your focus management that traps the focus chain. If you remove it, the focus is not trapped anymore. From bugtracker at gambaswiki.org Fri May 28 13:57:48 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 11:57:48 GMT Subject: [Gambas-bugtracker] Bug #2219: GTK Container.Children[0].SetFocus: out of the bounds error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2219&from=L21haW4- Comment #1 by Beno?t MINISINI: It's because the minimum size of a control is 1 with GTK+ components, and 0 with QT components. At the moment I can't let it be zero. From bugtracker at gambaswiki.org Fri May 28 13:57:51 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 11:57:51 GMT Subject: [Gambas-bugtracker] Bug #2219: GTK Container.Children[0].SetFocus: out of the bounds error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2219&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Fri May 28 14:03:10 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 12:03:10 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: I don't understand the answer. If I don't manage it, the focus goes first from HBox3.Childrens and then goes to the new control. How can I have a correct focus behavior? From bugtracker at gambaswiki.org Fri May 28 14:14:55 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 12:14:55 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Comment #3 by Gianluigi GRADASCHI: Now I understand the answer, it should do it automatically and with GTK it works fine. Unfortunately in Gnome with QT it doesn't work, can you fix it? From bugtracker at gambaswiki.org Fri May 28 14:17:59 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 12:17:59 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Comment #4 by Beno?t MINISINI: The focus order is the stack order. Use the 'Previous' and 'Last' control properties, or the Raise() and Lower() methods, to order the newly created controls the way you want. From bugtracker at gambaswiki.org Fri May 28 14:24:10 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 12:24:10 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Comment #5 by Beno?t MINISINI: But yes, it seems that creating new control later does not update the focus chain correctly with Qt. I will investigate. From bugtracker at gambaswiki.org Fri May 28 14:43:25 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 12:43:25 GMT Subject: [Gambas-bugtracker] Bug #2219: GTK Container.Children[0].SetFocus: out of the bounds error In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2219&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: Hi Benoit, I apologize for the confusion. It all stems from the fact that I started with a gui.qt project on Ubuntu Gnome and seen the focus malfunction I believed that this was the default behavior. If you run the attached project with no focus management attempts, the program works fine. Therefore I would say that with GTK there is no bug and the bug with QT remains. Thanks ---------------------------------------------------------------------------- Attachment: SecontTestFocusGTK-0.0.1.tar.gz Gianluigi GRADASCHI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Fri May 28 14:56:06 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 12:56:06 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Comment #6 by Gianluigi GRADASCHI: Hi Benoit, I am attaching the project that correctly shows the malfunction on Ubuntu Gnome. Again I apologize for the confusion ---------------------------------------------------------------------------- Attachment: SecontTestFocusQt-0.0.1.tar.gz From bugtracker at gambaswiki.org Fri May 28 19:14:15 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 28 May 2021 17:14:15 GMT Subject: [Gambas-bugtracker] Bug #2218: Qt Container.Children[0].SetFocus malfunction In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2218&from=L21haW4- Comment #7 by Gianluigi GRADASCHI: Considering that I do not have much imagination, I ask you if there may be situations in which the solution that I am attaching here cannot be applied. Of course I am referring to more complex projects than this :-) Thank you ---------------------------------------------------------------------------- Attachment: ThirdTestFocusQt-0.0.1.tar.gz From bugtracker at gambaswiki.org Sat May 29 02:51:54 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 00:51:54 GMT Subject: [Gambas-bugtracker] Bug #2216: add button, to open folder containing packages In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2216&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat May 29 02:56:45 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 00:56:45 GMT Subject: [Gambas-bugtracker] Bug #2217: Open Dialog raises "silent" Errors which don't interrupt the Application In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2217&from=L21haW4- Comment #1 by Beno?t MINISINI: No error is raised. You are reading Error.Text, which returns the last generated error message, which means nothing if you didn't just do a TRY or a CATCH. From bugtracker at gambaswiki.org Sat May 29 02:57:00 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 00:57:00 GMT Subject: [Gambas-bugtracker] Bug #2217: Open Dialog raises "silent" Errors which don't interrupt the Application In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2217&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sat May 29 03:12:52 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 01:12:52 GMT Subject: [Gambas-bugtracker] Bug #2198: if with inline code fails In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2198&from=L21haW4- Comment #1 by Beno?t MINISINI: It's a bug in Gambas, triggered by you doing an AND between an integer and a floating point number. board[i] And ((colroot * shiftpos) + (colroot / shiftpos)) (colroot / shiftpos) is a float, so ((colroot * shiftpos) + (colroot / shiftpos)) is a float too. From bugtracker at gambaswiki.org Sat May 29 15:52:23 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 13:52:23 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Bruce STEERS reported a new bug. Summary ------- MediaView Reapeears when .Visible = False Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- To follow is an app that has 3 media viewing options. internal MediaView / mpv or external player. When selecting setting to choose from players it hides/shows objects. If i set it to mpv then the MediaView.Visible is set to false and mtp panel shows. But if i resize the window the MediaView re-appears System information ------------------ [System] Gambas=3.15.90 (bruces-patched) (master fork) OperatingSystem=Linux Kernel=5.4.0-60-generic Architecture=x86_64 Distribution=Linux Mint 20 Ulyana Desktop=MATE Theme=crux Language=en_GB.UTF-8 Memory=7952M [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.6.0 DBus=libdbus-1.so.3.19.11 GDK2=libgdk-x11-2.0.so.0.2400.32 GDK3=libgdk-3.so.0.2404.16 GStreamer=libgstreamer-1.0.so.0.1602.0 GTK+2=libgtk-x11-2.0.so.0.2400.32 GTK+3=libgtk-3.so.0.2404.16 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.97.0.0 QT5=libQt5Core.so.5.12.8 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CLUTTER_BACKEND=x11 CLUTTER_IM_MODULE=ibus DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEFAULTS_PATH=/usr/share/gconf/mate.default.path DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=pluma GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=en_GB GIO_LAUNCHED_DESKTOP_FILE_PID=121056 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK_IM_MODULE=ibus GTK_MODULES=gail:atk-bridge GTK_OVERLAY_SCROLLING=0 HOME= LANG=en_GB.UTF-8 LANGUAGE=en_GB.UTF-8 LC_ALL=en_GB.UTF-8 LIBVIRT_DEFAULT_URI=qemu:///system LOGNAME= MANDATORY_PATH=/usr/share/gconf/mate.mandatory.path MATE_DESKTOP_SESSION_ID=this-is-deprecated PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin PWD= QT4_IM_MODULE=ibus QT_ACCESSIBILITY=1 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/1412,unix/:/tmp/.ICE-unix/1412 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1570 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-mate:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/share/mate:/usr/share/mate:/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/ XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=c1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 XMODIFIERS=@im=ibus From bugtracker at gambaswiki.org Sat May 29 15:54:54 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 13:54:54 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Comment #1 by Bruce STEERS: project.. On "Settings" panel is player selecting combobox Public Sub cb_Player_Click() is the function. ---------------------------------------------------------------------------- Attachment: MediaPlay-1.0.108.tar.gz From bugtracker at gambaswiki.org Sat May 29 15:58:02 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 13:58:02 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Comment #2 by Bruce STEERS: I just tested other environments gtk3 , bug as described gtk2 and qt5 , mediaview does not hide at all From bugtracker at gambaswiki.org Sun May 30 01:26:00 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 23:26:00 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Comment #3 by Beno?t MINISINI: I can't run your project, and I can't reproduce what you describe with the test form of the gb.media.form component. If I hide the MediaView whether a movie is played or not, the MediaView control is correctly hidden. From bugtracker at gambaswiki.org Sun May 30 01:27:14 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 23:27:14 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Comment #4 by Beno?t MINISINI: A remark by the way: you can use CTRL+SHIFT+F to format your code. Not using tabulations make it unreadable. From bugtracker at gambaswiki.org Sun May 30 01:29:32 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 23:29:32 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Comment #5 by Beno?t MINISINI: Too many crashes in your project. Please fix it and tell me what to do -exactly- to reproduce the bug. From bugtracker at gambaswiki.org Sun May 30 01:29:46 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 23:29:46 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun May 30 01:29:54 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 29 May 2021 23:29:54 GMT Subject: [Gambas-bugtracker] Bug #2198: if with inline code fails In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2198&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sun May 30 04:28:32 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 30 May 2021 02:28:32 GMT Subject: [Gambas-bugtracker] Bug #2220: MediaView Reapeears when .Visible = False In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2220&from=L21haW4- Comment #6 by Bruce STEERS: Doesn't crash on mine just doesn't work properly. I can't reproduce your crashes so I guess forget it Bruce STEERS changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Mon May 31 00:10:04 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 30 May 2021 22:10:04 GMT Subject: [Gambas-bugtracker] Bug #2217: Open Dialog raises "silent" Errors which don't interrupt the Application In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2217&from=L21haW4- Comment #2 by Claus DIETRICH: >No error is raised. This is not true. An error is raised and detected by error routines. It just doesn't stop the app. >You are reading Error.Text, which returns the last generated error message, which means nothing This is only to display that A) an Error is reported and B) what type of error it is. But it is an error. >if you didn't just do a TRY or a CATCH. Yes, I did a TRY after the Open Dialog and the error routine after The TRY detects this error which A) has nothing to do with the TRY and B) has no reason to exist So what should programmers do in such case? Always resetting the error status after an Open Dialog or refrain from using error routines if an Open Dialog is around? This would surprise me and I still regard this as a bug. From bugtracker at gambaswiki.org Mon May 31 09:34:17 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 07:34:17 GMT Subject: [Gambas-bugtracker] Bug #2053: Menu Editor not able to see/set Caption In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2053&from=L21haW4- Comment #19 by gamb FAN: I have the same issue tried to change font to 11 in Ubuntu and on form but yet same issue ---------------------------------------------------------------------------- Attachment: menu-issue.png From bugtracker at gambaswiki.org Mon May 31 10:10:27 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 08:10:27 GMT Subject: [Gambas-bugtracker] Bug #2053: Menu Editor not able to see/set Caption In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2053&from=L21haW4- Comment #20 by gamb FAN: Setting system font type from Noto sans to Arial solved it for me From bugtracker at gambaswiki.org Mon May 31 10:24:00 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 08:24:00 GMT Subject: [Gambas-bugtracker] Bug #2221: Class Print goes into thrash mode Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2221&from=L21haW4- Bruce BRUEN reported a new bug. Summary ------- Class Print goes into thrash mode Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- The print preview screen pops up and is blank, shortly after the syystem CPU usage goes over 100%. This happens only for one class in my project. I think the cause is some extremely long lines in the code. In the affected class there are lines of code that have very long trailing comments. I believe this is an old bug, so apologirs if it is a repeat. System information ------------------ [System] Gambas=3.11.90 d3c17c791 (local) OperatingSystem=Linux Kernel=4.16.13-pclos1 Architecture=x86_64 Distribution=PCLinuxOS Desktop=MATE Theme=Gtk Language=en_US.UTF-8 Memory=7491M [Libraries] [Environment] BROWSER=/usr/bin/www-browser CANBERRA_DRIVER=pulse DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-tYSAEsKmJW,guid=084be9baa369436402ea749d5bebea13 DESKTOP_SESSION=05MATE DISPLAY=:0 GB_GUI=gb.qt4 GCONF_TMPDIR=/tmp GDMSESSION=05MATE GDM_XSERVER_LOCATION=local GIO_LAUNCHED_DESKTOP_FILE=/Desktop/projectbrowser5.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=16405 GIT_PAGER=less -FRS GNOME_KEYRING_CONTROL=/.cache/keyring-787ASZ GTK2_RC_FILES=/.gtkrc-2.0 GTK_MODULES=canberra-gtk-module GTK_OVERLAY_SCROLLING=0 G_FILENAME_ENCODING=@locale HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= INPUTRC=/etc/inputrc LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ADDRESS=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_IDENTIFICATION=en_US.UTF-8 LC_MEASUREMENT=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_NAME=en_US.UTF-8 LC_NUMERIC=en_US.UTF-8 LC_PAPER=en_US.UTF-8 LC_SOURCED=1 LC_TELEPHONE=en_US.UTF-8 LC_TIME=en_US.UTF-8 LD_LIBRARY_PATH=:/usr/lib64:/usr/lib LESS=-MM LESSCHARSET=utf-8 LESSKEY=/etc/.less LESSOPEN=|/usr/bin/lesspipe.sh %s LOGNAME= LS_COLORS= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MDV_MENU_STYLE=discovery META_CLASS=desktop NLSPATH=/usr/share/locale/%l/%N PATH=/bin:/usr/bin:/usr/local/bin:/usr/games:/usr/lib64/qt4/bin:/usr/lib64/qt5/bin:/bin:/sbin:/usr/sbin PWD= PYTHONDONTWRITEBYTECODE=1 PYTHONSTARTUP=/etc/pythonrc.py QT4DOCDIR=/usr/share/doc/qt4 QT5DOCDIR=/usr/share/doc/qt5 QTDIR=/usr/lib64/qt4 QTDIR5=/usr/lib64/qt5 QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/:@/tmp/.ICE-unix/29853,unix/:/tmp/.ICE-unix/29853 SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=29892 SSH_AUTH_SOCK=/.cache/keyring-787ASZ/ssh TMP=/tmp/ TMPDIR=/tmp/ TZ=:/etc/localtime USER= WINDOWPATH=8 XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg/mate:/etc/xdg/discovery:/etc/xdg XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/usr/local/share/:/usr/share/:/usr/share/gdm/ XDG_SESSION_COOKIE=-1542187537.274074-1876948711 XMODIFIERS=@im=none _=/usr/bin/gambas3 From bugtracker at gambaswiki.org Mon May 31 10:30:45 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 08:30:45 GMT Subject: [Gambas-bugtracker] Bug #2221: Class Print goes into thrash mode In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2221&from=L21haW4- Bruce BRUEN changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Mon May 31 10:31:28 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 08:31:28 GMT Subject: [Gambas-bugtracker] Bug #2221: Class Print goes into thrash mode In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2221&from=L21haW4- Comment #1 by Bruce BRUEN: No, thats not what causes it . From bugtracker at gambaswiki.org Mon May 31 16:15:56 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 14:15:56 GMT Subject: [Gambas-bugtracker] Bug #2222: gambas3 cleans some images automatically, every so often Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2222&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- gambas3 cleans some images automatically, every so often Type : Bug Priority : Medium Gambas version : 3.16 Product : Development Environment Description ----------- gambas3 cleans some images automatically, every so often System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.12.7-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,9 Scale=7 Theme=traditionalok Language=es_ES.UTF-8 Memory=5872M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=5515 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2696,unix/unix:/tmp/.ICE-unix/2696 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2885 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2601 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Mon May 31 16:19:58 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 14:19:58 GMT Subject: [Gambas-bugtracker] Bug #2222: gambas3 cleans some images automatically, every so often In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2222&from=L21haW4- Comment #1 by V?ctor PEREZ: capture ---------------------------------------------------------------------------- Attachment: bugClearImg.png From bugtracker at gambaswiki.org Mon May 31 16:33:34 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 14:33:34 GMT Subject: [Gambas-bugtracker] Bug #2223: error displaying text file Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2223&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- error displaying text file Type : Bug Priority : High Gambas version : 3.16 Product : Development Environment Description ----------- Reproduce problem: 1-Create new project with qt5 2-create a text file named lsblk 3-paste in the file the output of 'lsblk' in terminal, save. 4- close project 5-open project 6- when opening it gives the error and says: it is not possible to open the binary file 7-click accept button 8-double click on the text file, so that gambas will show it. It does not show it, but opens it with a predefined system program. System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.11.21-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,10 Scale=7 Theme=bluementa Language=es_ES.UTF-8 Memory=5873M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=7918 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2941,unix/unix:/tmp/.ICE-unix/2941 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=3141 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2845 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Mon May 31 16:49:30 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 14:49:30 GMT Subject: [Gambas-bugtracker] Bug #2224: add properties to class 'Application' Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2224&from=L21haW4- V?ctor PEREZ reported a new bug. Summary ------- add properties to class 'Application' Type : Request Priority : Low Gambas version : Master Product : Development Environment Description ----------- add properties to class 'Application': "Application.TitleVersion" (equal to: Application.Title & " " & Application.Version) "Application.NameVersion:" (equal to: Application.Name & " " & Application.Version) System information ------------------ [System] Gambas=3.16 OperatingSystem=Linux Kernel=5.12.7-300.fc34.x86_64 Architecture=x86_64 Distribution=redhat Fedora release 34 (Thirty Four) Desktop=MATE Font=Sans,9 Scale=7 Theme=traditionalok Language=es_ES.UTF-8 Memory=5872M [Libraries] Cairo=libcairo.so.2.11704.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.13 GStreamer=libgstreamer-1.0.so.0.1804.0 OpenGL=libGL.so.1.7.0 SQLite=libsqlite3.so.0.8.6 [Environment] BASH_FUNC_which%%=() { ( alias; eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot "$@" } DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=mate DISPLAY=:1 EDITOR=/usr/bin/nano GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=es_ES.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=5515 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none LANG=es_ES.UTF-8 LC_ALL=es_ES.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated MOZ_GMP_PATH=/usr/lib64/mozilla/plugins/gmp-gmpopenh264/system-installed PATH=/.local/bin:/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/var/lib/snapd/snap/bin PWD= QT_AUTO_SCREEN_SCALE_FACTOR=0 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2696,unix/unix:/tmp/.ICE-unix/2696 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=2885 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2601 TERM=dumb TZ=:/etc/localtime USER= USERNAME= WINDOWPATH=2 XAUTHORITY=/run/user/1000/gdm/Xauthority XDG_CURRENT_DESKTOP=MATE XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=mate XDG_SESSION_ID=2 XDG_SESSION_TYPE=x11 XDG_VTNR=2 XMODIFIERS=@im=none which_declare=declare -f From bugtracker at gambaswiki.org Mon May 31 23:36:01 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 21:36:01 GMT Subject: [Gambas-bugtracker] Bug #2198: if with inline code fails In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2198&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed in commit https://gitlab.com/gambas/gambas/-/commit/e4dffc8ae8e2219cad43f37fc60fa12828a99cc8. Now if you try to use And, Or or Xor with a floating point value, you get an error. Like with Not. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Mon May 31 23:37:58 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 21:37:58 GMT Subject: [Gambas-bugtracker] Bug #2222: gambas3 cleans some images automatically, every so often In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2222&from=L21haW4- Comment #2 by Beno?t MINISINI: Do you have the same problem if you use the QT5-based IDE? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Mon May 31 23:41:06 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 21:41:06 GMT Subject: [Gambas-bugtracker] Bug #2223: error displaying text file In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2223&from=L21haW4- Comment #1 by Beno?t MINISINI: I cannot reproduce your problem. Please post the project you are talking about. From bugtracker at gambaswiki.org Mon May 31 23:41:09 2021 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 31 May 2021 21:41:09 GMT Subject: [Gambas-bugtracker] Bug #2223: error displaying text file In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2223&from=L21haW4- Beno?t MINISINI changed the state of the bug to: NeedsInfo.