From bugtracker at gambaswiki.org Mon Jun 5 14:17:46 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 05 Jun 2023 12:17:46 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #5 by Beno?t MINISINI: Checking SMTP server yet again... From bugtracker at gambaswiki.org Tue Jun 6 15:18:10 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 06 Jun 2023 13:18:10 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Olivier CRUILLES reported a new bug. Summary ------- gb-web-ui application session timeout bug Type : Bug Priority : Medium Gambas version : Master Product : Development Environment Description ----------- Hello, Recently on of my application if failing due to a Session timeout that should not. When the application start, Session.Timeout is set to 1800 (sec) but in reality the Cookie associated to the session expire after few seconds. I have attached the log of Firefox expecting that could help. Thank you Olivier System information ------------------ [System] Gambas=3.18.90 481ccabf3 (master) OperatingSystem=Linux Distribution=redhat Fedora release 38 (Thirty Eight) Kernel=6.3.5-200.fc38.x86_64 Architecture=x86_64 Cores=8 Memory=32026M Language=fr_FR.UTF-8 Desktop=MATE DesktopResolution=92 DesktopScale=7 WidgetTheme=menta Font=Sans,10 [Programs] gcc=gcc (GCC) 13.1.1 20230511 (Red Hat 13.1.1-2) git=git version 2.40.1 [Libraries] Cairo=libcairo.so.2.11708.0 Curl=libcurl.so.4.8.0 DBus=libdbus-1.so.3.32.2 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2406.32 GStreamer=libgstreamer-1.0.so.0.2203.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2406.32 OpenGL=libGL.so.1.7.0 QT5=libQt5Core.so.5.15.9 SQLite 3=libsqlite3.so.0.8.6 [Environment] CAPP_BUILD=/Packages/Starter/Build DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEBUGINFOD_URLS=https://debuginfod.fedoraproject.org/ DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano FREETYPE_PROPERTIES=truetype:interpreter-version=35 GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=fr_FR.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=17798 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HISTTIMEFORMAT=%F %T HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none KDEDIRS=/usr LANG=fr_FR.UTF-8 LC_ALL=fr_FR.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated PAGER=most PATH=/.local/bin:/.cargo/bin:/narwhal/bin:/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_FONT_DPI=93 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/1731,unix/unix:/tmp/.ICE-unix/1731 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=1885 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=/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=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none _=/usr/bin/mate-session From bugtracker at gambaswiki.org Fri Jun 9 14:53:28 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 09 Jun 2023 12:53:28 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Comment #1 by Olivier CRUILLES: Maybe the Session object is not more relevant/used in gb.web.gui component now. From bugtracker at gambaswiki.org Fri Jun 9 16:02:19 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 09 Jun 2023 14:02:19 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Comment #2 by Beno?t MINISINI: The cookie set by 'gb.web.gui' has no expiration date, so I don't understand why Firefox rejects it telling it has "already expired". From bugtracker at gambaswiki.org Fri Jun 9 16:03:34 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 09 Jun 2023 14:03:34 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Comment #3 by Beno?t MINISINI: > Maybe the Session object is not more relevant/used in gb.web.gui component now. 'gb.web.gui' has a "fake" Session class that is just used for registering cookies and setting the timeout. From bugtracker at gambaswiki.org Fri Jun 9 22:55:01 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 09 Jun 2023 20:55:01 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #6 by Bruce STEERS: I ran some tests to find this does not happen with a TextArea, it seems to be a TextEditor only bug. attached is very simple app that loads TextEditor with /etc/fstab into 2 tabs. As stated in 1st post. copy some text using mouse right click menu, then go to other tab and paste using Ctrl-V on keyboard and text pastes into wrong document. It seems the keyboard shortcut press is not being grabbed by the currently focused TextEditor control. Respects BruceS ---------------------------------------------------------------------------- Attachment: _aa-0.0.tar.gz From bugtracker at gambaswiki.org Sat Jun 10 19:09:44 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 10 Jun 2023 17:09:44 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #7 by Beno?t MINISINI: I try both projects and everything works as expected, both with GTK+3 and QT5. I am using KDE, so I guess this is something that is related to the desktop environment, not directly the GTK+ component... From bugtracker at gambaswiki.org Sat Jun 10 19:11:12 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 10 Jun 2023 17:11:12 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #8 by Beno?t MINISINI: I will try with your 'GTK_*' environment variables. I have none of them set in my KDE environment. From bugtracker at gambaswiki.org Sat Jun 10 19:31:18 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 10 Jun 2023 17:31:18 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #9 by Beno?t MINISINI: OK, it's 'GTK_IM_MODULE=ibus' that makes GTK+3 component mad. :-/ Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Jun 13 02:24:44 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 00:24:44 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #10 by Bruce STEERS: I think it is something to do with this line adding mnuPopup to Me.Window ... https://gitlab.com/gambas/gambas/-/blob/master/comp/src/gb.form.editor/.src/TextEditor.class#L6955 I have a successful fix (probably not the best way but...) I add a $bNoPopup global boolean on View_LostFocus() i destroy the menu mnuPopup on View_GotFocus() i set $bNoPopup to True and then run the View_Menu() method that re-creates the menu and adds it to Me.Window but does not pop open the menu due to $bNoPopup with mnuPopup being created/destroyed on focus/defocus the bug is gone but i know my fix is probably dirty. Respects From bugtracker at gambaswiki.org Tue Jun 13 02:35:45 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 00:35:45 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #11 by Beno?t MINISINI: Yes, it's a workaround, not a fix. The question is why changing the input method has an impact on menu shortcuts... From bugtracker at gambaswiki.org Tue Jun 13 03:25:58 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 01:25:58 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #12 by Bruce STEERS: Maybe because the menus (and their shortcuts) are only created after right mouse click in the View_Menu event. If the menus are not created the Shortcut.FromKey() call in View_KeyPress finds no action.s From bugtracker at gambaswiki.org Tue Jun 13 04:16:06 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 02:16:06 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #13 by Bruce STEERS: oops sorry no it was my own code stopping the KeyPress event. So it must be the menu that is attached to the window when right clicking then has priority in the key events. even though another editor is now showing pressing Ctrl-V is seen by the other editors menu shortcuts attached to the window. Respects From bugtracker at gambaswiki.org Tue Jun 13 10:48:37 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 08:48:37 GMT Subject: [Gambas-bugtracker] Bug #2756: Segmentation Fault regarding &= and many controls on the form Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2756&from=L21haW4- Andreas FR?HLKE reported a new bug. Summary ------- Segmentation Fault regarding &= and many controls on the form Type : Bug Priority : Medium Gambas version : Unknown Product : Unknown Description ----------- We get a SegFault if we use &= operator with a global defined variable and have many controls on the form. I can provide an example source-code to reconstruct the error, if needed. We found some workarounds: * reduce the count of controls on the form * use a variable dimensioned in the current function * use "var = var &" except of "&=" System information ------------------ System: Kernel: 6.1.0-0.deb11.7-amd64 x86_64 bits: 64 Desktop: KDE Plasma 5.20.5 Distro: Debian GNU/Linux 11 (bullseye) CPU: Info: Dual Core Intel Core i5-6200U [MT MCP] speed: 725 MHz min/max: 400/2800 MHz Graphics: Device-1: Intel Skylake GT2 [HD Graphics 520] driver: i915 v: kernel Device-2: Chicony Integrated Camera type: USB driver: uvcvideo Display: x11 server: X.Org 1.20.11 driver: loaded: modesetting unloaded: fbdev,vesa resolution: 1: 1920x1080~60Hz 2: 1920x1080~60Hz 3: 1920x1080 OpenGL: renderer: Mesa Intel HD Graphics 520 (SKL GT2) v: 4.6 Mesa 20.3.5 Drives: Local Storage: total: 238.47 Memory: RAM: total: 7.65 GiB Gambas: 3.15.2 We also get the error with XFCE 4.16 on x2go-terminal-server: System: Kernel: 5.10.0-21-amd64 : XFCE 4.16 Distro: Debian GNU/Linux 11 (bullseye) CPU: Info: AMD Epyc 7413 24-core processor x 6 Graphics: Display: x11 server: X.Org 1.20.11 1: 1920x1080~60Hz Drives: Local Storage: total: 28 GiB Memory: RAM: total: 31.4 GiB Gambas: 3.15.2 From bugtracker at gambaswiki.org Tue Jun 13 11:10:44 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 09:10:44 GMT Subject: [Gambas-bugtracker] Bug #2756: Segmentation Fault regarding &= and many controls on the form In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2756&from=L21haW4- Comment #1 by Andreas FR?HLKE: * tested locally with gambas 3.15.2 * tested on x2go-server with gambas 3.15.2 * installed gambas 3.17.3 from backports * tested again on x2go-server with gambas 3.17.3 * updated to gambas 3.18.0 from backports * tested again on x2go-server with gambas 3.18 the error persists I added the used sourcecode here ---------------------------------------------------------------------------- Attachment: Deb11FrontendAbgespeckt.zip From bugtracker at gambaswiki.org Tue Jun 13 13:45:36 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 11:45:36 GMT Subject: [Gambas-bugtracker] Bug #2756: Segmentation Fault regarding &= and many controls on the form In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2756&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Tue Jun 13 21:28:42 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 19:28:42 GMT Subject: [Gambas-bugtracker] Bug #2756: Segmentation Fault regarding &= and many controls on the form In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2756&from=L21haW4- Comment #2 by Beno?t MINISINI: Fixed by https://gitlab.com/gambas/gambas/-/commit/090dd4e048b17dc3f027ecbb7ca7d1133206bd04. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Jun 14 00:37:31 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 22:37:31 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #14 by Bruce STEERS: i have a better/simpler fix/workaround. Just remove the menu from the window on de-focus I just add this to View_LostFocus() event If mnuPopup And If mnuPopup.Closed Then mnuPopup.Children.Clear mnuPopup = Null Endif It works fine, Other suggestion for a fix.. Just remove the key shortcuts from the menu items, then the individual editor Keypress event handles the shortcut key presses not the last created mnuPopup menu. I tested this fix and it also works fine. The key text for the shortcuts like "CTRL+C", etc could just be added as plain text easily enough as no localization would be required. Respects From bugtracker at gambaswiki.org Wed Jun 14 00:53:01 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 22:53:01 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #15 by Beno?t MINISINI: https://gitlab.com/gambas/gambas/-/commit/cc74743dab463b0008e0e72b37ceef8295a573de should fix the problem directly inside the GUI component. Can you check it? Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Wed Jun 14 01:02:04 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 13 Jun 2023 23:02:04 GMT Subject: [Gambas-bugtracker] Bug #2751: GTK3 shortcut or focus problem In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2751&from=L21haW4- Comment #16 by Bruce STEERS: Superb, thank you Ben. tested and seems to be working okay now :) Thanks again :) From bugtracker at gambaswiki.org Wed Jun 14 17:23:31 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Wed, 14 Jun 2023 15:23:31 GMT Subject: [Gambas-bugtracker] Bug #2757: apt install gambas3 / Debian 12 / Missing gb.geom Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2757&from=L21haW4- Vincent DEMARQUE reported a new bug. Summary ------- apt install gambas3 / Debian 12 / Missing gb.geom Type : Bug Priority : Medium Gambas version : 3.18 Product : Development Environment Description ----------- Hello, I just installed the brand new Debian 12 with XFCE on my PC. I installed Gambas using the Synaptic package manager. Everything is OK except if we want to create a web form application. I also tried to load the web form project I did with Gambas 3.18 on a Debian 11 PC. I get the error message saying gb.geom is missing. Do you think we can solve this problem without having to compile gambas from the source on github ? Thanks for your help. Best regards Vincent Demarque System information ------------------ [System] Gambas=3.18 OperatingSystem=Linux Kernel=6.1.0-9-amd64 Architecture=x86_64 Distribution=debian 12.0 Desktop=XFCE Font=Sans,10 Scale=7 Theme=xfce Language=en_US.UTF-8 Memory=7863M [Programs] gcc=gcc (Debian 12.2.0-14) 12.2.0 git=git version 2.39.2 [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.8.0 DBus=libdbus-1.so.3.32.2 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2405.32 GStreamer=libgstreamer-1.0.so.0.2200.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2405.32 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.126.0.0 QT5=libQt5Core.so.5.15.8 RSvg=librsvg-2.so.2.48.0 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.0 GB_GUI=gb.gtk3 GDMSESSION=lightdm-xsession GTK_MODULES=gail:atk-bridge HOME= LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 LOGNAME= PANEL_GDK_CORE_DEVICE_EVENTS=0 PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PWD= QT_ACCESSIBILITY=1 QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/715,unix/:/tmp/.ICE-unix/715 SHELL=/bin/bash SSH_AGENT_PID=766 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXUm1Xag/agent.715 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XDG_CONFIG_DIRS=/etc/xdg XDG_CURRENT_DESKTOP=XFCE XDG_DATA_DIRS=/usr/share/xfce4:/usr/local/share/:/usr/share/:/usr/share XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/ XDG_MENU_PREFIX=xfce- 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=1 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Thu Jun 15 15:30:48 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 13:30:48 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Andreas FR?HLKE reported a new bug. Summary ------- Error opening a project designed with gambas 3.15.2 Type : Bug Priority : Medium Gambas version : 3.18 Product : Unknown Description ----------- I'm getting an error when i try to open a project with gambas 3.18, which i designed with gambas 3.15.2. I will provice a screenshot in a comment. System information ------------------ XFCE 4.16 on x2go-terminal-server: System: Kernel: 5.10.0-21-amd64 : XFCE 4.16 Distro: Debian GNU/Linux 11 (bullseye) CPU: Info: AMD Epyc 7413 24-core processor x 6 Graphics: Display: x11 server: X.Org 1.20.11 1: 1920x1080~60Hz Drives: Local Storage: total: 28 GiB Memory: RAM: total: 31.4 GiB Gambas: 3.18.0 From bugtracker at gambaswiki.org Thu Jun 15 15:31:50 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 13:31:50 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #1 by Andreas FR?HLKE: heres a screenshot ---------------------------------------------------------------------------- Attachment: error_opening_project.png From bugtracker at gambaswiki.org Thu Jun 15 16:13:13 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:13:13 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #2 by Andreas FR?HLKE: we use gitlab. if we delete the .git folder in the project-directory, the error does not accure. From bugtracker at gambaswiki.org Thu Jun 15 16:17:34 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:17:34 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #3 by Beno?t MINISINI: Which version of gambas 3.18 do you use? In "System information" you should put what is returned by the "System information" dialog of the IDE, from the '?' menu. Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Thu Jun 15 16:23:45 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:23:45 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #4 by Andreas FR?HLKE: Our git version: git version 2.30.2 Andreas FR?HLKE changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Thu Jun 15 16:24:13 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:24:13 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #5 by Andreas FR?HLKE: Gambas 3.18.0 From bugtracker at gambaswiki.org Thu Jun 15 16:25:31 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:25:31 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #6 by Andreas FR?HLKE: [System] Gambas=3.18 OperatingSystem=Linux Kernel=5.10.0-23-amd64 Architecture=x86_64 Distribution=debian 11.7 Desktop= Font=Sans,10 Scale=7 Theme=breeze Language=de_DE.UTF-8 Memory=32148M [Programs] git=git version 2.30.2 [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.15 GDK3=libgdk-3.so.0.2404.20 GStreamer=libgstreamer-1.0.so.0.1804.0 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 RSvg=librsvg-2.so.2.47.0 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-xzuOMfkErH,guid=953c01e5df60b5f7acb4df0f648b100d DISPLAY=:57.0 GB_GUI=gb.gtk3 GTK_MODULES=gail:atk-bridge HOME= KRB5CCNAME=FILE:/tmp/krb5cc_2954_Wpzltc LANG=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_LIBRARY_PATH= LOGNAME= MOTD_SHOWN=pam PANEL_GDK_CORE_DEVICE_EVENTS=0 PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PULSE_CLIENTCONFIG=/.x2go/C--57-1686835210_stDXFCE_dp24/.pulse-client.conf PWD= QT_ACCESSIBILITY=1 QT_GRAPHICSSYSTEM=native QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/222466,unix/:/tmp/.ICE-unix/222466 SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=222597 SSH_AUTH_SOCK=/tmp/ssh-6Es1qqvmTV7d/agent.222596 SSH_CLIENT=192.168.199.119 43388 22 SSH_CONNECTION=192.168.199.119 43388 192.168.1.200 22 STARTUP=/usr/bin/env LD_LIBRARY_PATH= xfce4-session TERM=dumb TZ=:/etc/localtime USER= X2GO_AGENT_PID=222274 X2GO_SESSION=-57-1686835210_stDXFCE_dp24 XAUTHORITY=/.Xauthority XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XSESSION_EXEC=xfce4-session From bugtracker at gambaswiki.org Thu Jun 15 16:28:30 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:28:30 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #7 by Andreas FR?HLKE: i tried again to open the gambas internal System information and get the same error: ---------------------------------------------------------------------------- Attachment: gambas_system_information_error.png From bugtracker at gambaswiki.org Thu Jun 15 16:38:23 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:38:23 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #8 by Beno?t MINISINI: Can you send me the 3.15.2 project? Can you upgrade to gambas 3.18.2? From bugtracker at gambaswiki.org Thu Jun 15 16:47:53 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:47:53 GMT Subject: [Gambas-bugtracker] Bug #2759: Listbox and Combobox entries are not reachable by typing as in gambas2 Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2759&from=L21haW4- Andreas FR?HLKE reported a new bug. Summary ------- Listbox and Combobox entries are not reachable by typing as in gambas2 Type : Request Priority : Medium Gambas version : 3.18 Product : Unknown Description ----------- It's definitive since gambas 3.15.2. In Gambas2 if you have a listbox or combobox with entrys, you can jump to an entry by beginning typing it while the listbox or combobox has the focus. Since gambas 3.15.2 (as i know) it's no longer working. Maybe you can reactivate this feature. System information ------------------ [System] Gambas=3.18 OperatingSystem=Linux Kernel=5.10.0-23-amd64 Architecture=x86_64 Distribution=debian 11.7 Desktop= Font=Sans,10 Scale=7 Theme=breeze Language=de_DE.UTF-8 Memory=32148M [Programs] git=git version 2.30.2 [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.15 GDK3=libgdk-3.so.0.2404.20 GStreamer=libgstreamer-1.0.so.0.1804.0 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 RSvg=librsvg-2.so.2.47.0 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus-xzuOMfkErH,guid=953c01e5df60b5f7acb4df0f648b100d DISPLAY=:57.0 GB_GUI=gb.gtk3 GTK_MODULES=gail:atk-bridge HOME= KRB5CCNAME=FILE:/tmp/krb5cc_2954_Wpzltc LANG=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LD_LIBRARY_PATH= LOGNAME= MOTD_SHOWN=pam PANEL_GDK_CORE_DEVICE_EVENTS=0 PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games PULSE_CLIENTCONFIG=/.x2go/C--57-1686835210_stDXFCE_dp24/.pulse-client.conf PWD= QT_ACCESSIBILITY=1 QT_GRAPHICSSYSTEM=native QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/222466,unix/:/tmp/.ICE-unix/222466 SHELL=/bin/bash SHLVL=1 SSH_AGENT_PID=222597 SSH_AUTH_SOCK=/tmp/ssh-6Es1qqvmTV7d/agent.222596 SSH_CLIENT=192.168.199.119 43388 22 SSH_CONNECTION=192.168.199.119 43388 192.168.1.200 22 STARTUP=/usr/bin/env LD_LIBRARY_PATH= xfce4-session TERM=dumb TZ=:/etc/localtime USER= X2GO_AGENT_PID=222274 X2GO_SESSION=-57-1686835210_stDXFCE_dp24 XAUTHORITY=/.Xauthority XDG_DATA_DIRS=/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share XSESSION_EXEC=xfce4-session From bugtracker at gambaswiki.org Thu Jun 15 16:57:18 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 14:57:18 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #9 by Andreas FR?HLKE: Sure, heres an example project. As Gambas 3.18.2 is not provided by the debian-backports we don't have this option. ---------------------------------------------------------------------------- Attachment: mobilcom-debitel Kundenbindung GB3_RO.zip From bugtracker at gambaswiki.org Thu Jun 15 18:23:07 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 16:23:07 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #10 by Beno?t MINISINI: That bug has actually been fixed before 3.18.0 release, so I don't know why the Debian 3.18.0 package still has the error From bugtracker at gambaswiki.org Thu Jun 15 18:26:18 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 15 Jun 2023 16:26:18 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #11 by Beno?t MINISINI: I suggest you write to the packager and ask him to make a backport of 3.18.2 The e-mail is in the Debian changelog installed in '/usr/share/doc'. From bugtracker at gambaswiki.org Fri Jun 16 11:13:51 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 16 Jun 2023 09:13:51 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #12 by Andreas FR?HLKE: it looks to me, that it is a problem related to xfce or x2go-terminal-server. I installed gambas3.18.0 on my local system an tried the same things, no error. We only get these errors on our x2go-terminal-server and xfce with gambas3.18.0. Maybe the Gambas.Desktop.GetDesktops throw an error, because it wants to read something that is not provided on a terminal-server or by xfce, like physical monitor informations or something? For comparance, heres my system information from my local system with gambas3.18.0: [System] Gambas=3.18 OperatingSystem=Linux Kernel=6.1.0-0.deb11.7-amd64 Architecture=x86_64 Distribution=debian 11.7 Desktop=KDE Font=Noto Sans,10 Scale=7 Theme=breeze Language=de_DE.UTF-8 Memory=7837M [Programs] gcc=gcc (Debian 10.2.1-6) 10.2.1 20210110 git=git version 2.30.2 [Libraries] Cairo=libcairo.so.2.11600.0 Curl=libcurl.so.4.7.0 DBus=libdbus-1.so.3.19.15 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 RSvg=librsvg-2.so.2.47.0 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=plasma DISPLAY=:0 GB_GUI=gb.gtk3 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/.gtkrc-2.0:/.config/gtkrc-2.0 GTK_MODULES=gail:atk-bridge GTK_RC_FILES=/etc/gtk/gtkrc:/.gtkrc:/.config/gtkrc HOME= KDE_APPLICATIONS_AS_SCOPE=1 KDE_FULL_SESSION=true KDE_SESSION_UID=1000 KDE_SESSION_VERSION=5 LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 LC_ALL=de_DE.UTF-8 LOGNAME= PAM_KWALLET5_LOGIN=/run/user/1000/kwallet5.socket 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 SESSION_MANAGER=local/:@/tmp/.ICE-unix/6402,unix/:/tmp/.ICE-unix/6402 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=6296 SSH_AUTH_SOCK=/tmp/ssh-Qoniq7nKlE67/agent.6257 TZ=:/etc/localtime USER= XAUTHORITY=/.Xauthority XCURSOR_SIZE=24 XCURSOR_THEME=breeze_cursors XDG_CURRENT_DESKTOP=KDE XDG_RUNTIME_DIR=/run/user/1000 XDG_SEAT=seat0 XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0 XDG_SESSION_CLASS=user XDG_SESSION_DESKTOP=KDE XDG_SESSION_ID=3 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1 XDG_SESSION_TYPE=x11 XDG_VTNR=7 From bugtracker at gambaswiki.org Fri Jun 16 14:14:07 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 16 Jun 2023 12:14:07 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #13 by Beno?t MINISINI: GetDesktop() just reads the 'XDG_CURRENT_DESKTOP' environment variable. The bug triggers (before the real 3.18.0) when the variable is not set. Normally, XFCE should set it to 'XFCE'. From bugtracker at gambaswiki.org Fri Jun 16 15:33:25 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 16 Jun 2023 13:33:25 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #14 by Andreas FR?HLKE: Thats the thing. This variable is not set in out x2go-servers. Our SysAdmins will ensure, that this variable is set in the future. I testet it in a local scope and it works. If you like, you can close this bug, but i think gambas could handle it, if the variable is not set and don't quit with an error. From bugtracker at gambaswiki.org Sat Jun 17 02:00:07 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 00:00:07 GMT Subject: [Gambas-bugtracker] Bug #2760: Unknown symbol 'Polygon' in class 'Paint' Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2760&from=L21haW4- Omar MORENO reported a new bug. Summary ------- Unknown symbol 'Polygon' in class 'Paint' Type : Bug Priority : Medium Gambas version : 3.18 Product : Web components Description ----------- The server stops when trying to use the Paint.Polygon(points) method, then refresh with F5 the error is displayed: Unknown symbol 'Polygon' in class 'Paint'. System information ------------------ [System] Gambas=3.18.2 OperatingSystem=Linux Distribution=Ubuntu 22.04.2 LTS Kernel=5.19.0-45-generic Architecture=x86_64 Cores=8 Memory=13894M Language=es_PA.UTF-8 Desktop=UBUNTU DesktopResolution=96 DesktopScale=8 WidgetTheme=yaru-prussiangreen Font=Ubuntu,11 [Programs] gcc=gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 [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.29 GStreamer=libgstreamer-1.0.so.0.2003.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.29 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.118.0.0 QT5=libQt5Core.so.5.15.3 RSvg=librsvg-2.so.2.48.0 SDL=libSDL2-2.0.so.0.18.2 SQLite 3=libsqlite3.so.0.8.6 [Environment] DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=ubuntu DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=ubuntu GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=30904 GJS_DEBUG_OUTPUT=stderr GJS_DEBUG_TOPICS=JS ERROR;JS LOG GNOME_DESKTOP_SESSION_ID=this-is-deprecated GNOME_SETUP_DISPLAY=:1 GNOME_SHELL_SESSION_MODE=ubuntu GTK_MODULES=gail:atk-bridge HOME= IM_CONFIG_PHASE=1 INVOCATION_ID=64cc3abaae3a4faaa983e6d5e3d674e0 JOURNAL_STREAM=8:29357 LANG=es_PA.UTF-8 LANGUAGE=es_PA.UTF-8 LC_ADDRESS=es_PA.UTF-8 LC_ALL=es_PA.UTF-8 LC_IDENTIFICATION=es_PA.UTF-8 LC_MEASUREMENT=es_PA.UTF-8 LC_MONETARY=es_PA.UTF-8 LC_NAME=es_PA.UTF-8 LC_NUMERIC=es_PA.UTF-8 LC_PAPER=es_PA.UTF-8 LC_TELEPHONE=es_PA.UTF-8 LC_TIME=es_PA.UTF-8 LOGNAME= MANAGERPID=1881 PAPERSIZE=letter PATH=/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin PWD= QT_ACCESSIBILITY=1 QT_IM_MODULE=ibus QT_LOGGING_RULES=*.debug=false SESSION_MANAGER=local/:@/tmp/.ICE-unix/2069,unix/:/tmp/.ICE-unix/2069 SHELL=/bin/bash SHLVL=0 SSH_AGENT_LAUNCHER=gnome-keyring SSH_AUTH_SOCK=/run/user/1000/keyring/ssh SYSTEMD_EXEC_PID=2088 TZ=:/etc/localtime USER= USERNAME= WAYLAND_DISPLAY=wayland-0 XAUTHORITY=/run/user/1000/.mutter-Xwaylandauth.CDNB61 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=wayland XMODIFIERS=@im=ibus _=/usr/bin/gnome-session From bugtracker at gambaswiki.org Sat Jun 17 02:25:52 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 00:25:52 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Comment #4 by Olivier CRUILLES: After long tests with a project using gb.web.gui, I'm not able to set the timeout of a session. How can I do that please. But with the last commit I have no more issue as described above, and specially the fix of '&=' done recently. From bugtracker at gambaswiki.org Sat Jun 17 02:30:12 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 00:30:12 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Olivier CRUILLES reported a new bug. Summary ------- Error message with DBUS during usage of the IDE Type : Bug Priority : High Gambas version : Master Product : Development Environment Description ----------- The same error raise during the usage of the IDE that crash the IDE. Example: Menu Outils -> Parcourir le projet or when I select the when I clic on the Color selector button like shown in the screenshot. Olivier System information ------------------ [System] Gambas=3.18.90 cc74743da (master) OperatingSystem=Linux Distribution=redhat Fedora release 38 (Thirty Eight) Kernel=6.3.7-200.fc38.x86_64 Architecture=x86_64 Cores=8 Memory=32026M Language=fr_FR.UTF-8 Desktop=MATE DesktopResolution=92 DesktopScale=7 WidgetTheme=menta Font=Liberation Sans,10 [Programs] gcc=gcc (GCC) 13.1.1 20230511 (Red Hat 13.1.1-2) git=git version 2.40.1 [Libraries] Cairo=libcairo.so.2.11708.0 Curl=libcurl.so.4.8.0 DBus=libdbus-1.so.3.32.3 GDK2=libgdk-x11-2.0.so.0.2400.33 GDK3=libgdk-3.so.0.2406.32 GStreamer=libgstreamer-1.0.so.0.2203.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2406.32 OpenGL=libGL.so.1.7.0 QT5=libQt5Core.so.5.15.9 SQLite 3=libsqlite3.so.0.8.6 [Environment] CAPP_BUILD=/Packages/Starter/Build DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DEBUGINFOD_URLS=https://debuginfod.fedoraproject.org/ DESKTOP_SESSION=mate DISPLAY=:0 EDITOR=/usr/bin/nano FREETYPE_PROPERTIES=truetype:interpreter-version=35 GB_GUI=gb.gtk3 GDMSESSION=mate GDM_LANG=fr_FR.UTF-8 GIO_LAUNCHED_DESKTOP_FILE_PID=233362 GTK3_MODULES=xapp-gtk3-module GTK_OVERLAY_SCROLLING=0 HISTCONTROL=ignoredups HISTSIZE=1000 HISTTIMEFORMAT=%F %T HOME= HOSTNAME= IMSETTINGS_INTEGRATE_DESKTOP=yes IMSETTINGS_MODULE=none KDEDIRS=/usr LANG=fr_FR.UTF-8 LC_ALL=fr_FR.UTF-8 LESSOPEN=||/usr/bin/lesspipe.sh %s LOGNAME= MAIL=/var/spool/mail/ MATE_DESKTOP_SESSION_ID=this-is-deprecated PAGER=most PATH=/.local/bin:/.cargo/bin:/narwhal/bin:/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_FONT_DPI=93 QT_IM_MODULE=xim QT_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=gtk2 QT_SCALE_FACTOR=1 SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/48243,unix/unix:/tmp/.ICE-unix/48243 SHELL=/bin/bash SHLVL=0 SSH_AGENT_PID=48398 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=2 XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0 XDG_SESSION_TYPE=x11 XDG_VTNR=1 XMODIFIERS=@im=none _=/usr/bin/mate-session From bugtracker at gambaswiki.org Sat Jun 17 15:06:57 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 13:06:57 GMT Subject: [Gambas-bugtracker] Bug #2757: apt install gambas3 / Debian 12 / Missing gb.geom In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2757&from=L21haW4- Comment #1 by Beno?t MINISINI: It seems that the Debian packages are broken... :-/ From bugtracker at gambaswiki.org Sat Jun 17 15:08:12 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 13:08:12 GMT Subject: [Gambas-bugtracker] Bug #2757: apt install gambas3 / Debian 12 / Missing gb.geom In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2757&from=L21haW4- Comment #2 by Beno?t MINISINI: I personally make packages for Ubuntu only. I think they will work if you use the packages for the Ubuntu version corresponding to Debian 12. From bugtracker at gambaswiki.org Sat Jun 17 15:09:14 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 13:09:14 GMT Subject: [Gambas-bugtracker] Bug #2758: Error opening a project designed with gambas 3.15.2 In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2758&from=L21haW4- Comment #15 by Beno?t MINISINI: Gambas handles it. Since 3.18.0. But apparently the Debian 12 packages are broken. Beno?t MINISINI changed the state of the bug to: Upstream. From bugtracker at gambaswiki.org Sat Jun 17 15:12:32 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 13:12:32 GMT Subject: [Gambas-bugtracker] Bug #2760: Unknown symbol 'Polygon' in class 'Paint' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2760&from=L21haW4- Comment #1 by Beno?t MINISINI: The documentation is wrong: there is no Paint.Polygon() method in the 'gb.web.gui' component. Beno?t MINISINI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 17 15:17:55 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 13:17:55 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Comment #5 by Beno?t MINISINI: Can you make a small project that fails to set the session timeout? > But with the last commit I have no more issue as described above, and specially the fix of '&=' done recently. What do you mean? That you can now set the timeout since the last commit? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Jun 17 15:18:30 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 13:18:30 GMT Subject: [Gambas-bugtracker] Bug #2750: This form no longer displays the tool bar, after last patch In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2750&from=L21haW4- Beno?t MINISINI changed the state of the bug to: Rejected. From bugtracker at gambaswiki.org Sat Jun 17 15:20:23 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 13:20:23 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #1 by Beno?t MINISINI: What is the stack trace printed on the command-line after closing the error message? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sat Jun 17 17:54:41 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 15:54:41 GMT Subject: [Gambas-bugtracker] Bug #2760: Unknown symbol 'Polygon' in class 'Paint' In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2760&from=L21haW4- Comment #2 by Beno?t MINISINI: The documentation wiki has been fixed. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sat Jun 17 21:18:11 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 19:18:11 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #2 by Olivier CRUILLES: Do you mean that: [gb.dbus].DBusProxy.Introspect.57: Unknown interface [gb.dbus].DBusProxy.Introspect.57 [gb.dbus].DBusProxy._new.89 [gb.dbus].DBusApplication._get.43 [gb.dbus].DBusConnection.Start.73 [gb.desktop].DesktopPortal._init.19 [gb.desktop].Desktop.PickColor.636 [gb.form].FColorChooser.txtHexa_Click.516 [gb.form].ButtonBox.Button_Click.94 FColorChooser.Run.54 FProperty.txtProperty_Click.996 [gb.form].ButtonBox.Button_Click.94 ? [gb.desktop].DesktopPortal.GetPortal.26: Desktop portal is not available [gb.desktop].DesktopPortal.GetPortal.26 [gb.desktop].DesktopPortal.PickColor.114 [gb.desktop].Desktop.PickColor.636 [gb.form].FColorChooser.txtHexa_Click.516 [gb.form].ButtonBox.Button_Click.94 FColorChooser.Run.54 FProperty.txtProperty_Click.996 [gb.form].ButtonBox.Button_Click.94 ? or more deep wiht the gdb ? Olivier Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 17 21:34:21 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 19:34:21 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Comment #6 by Olivier CRUILLES: Ok sorry, I think there is a misunderstood. After opened this ticket I have searched if I could find something to describe better the issue. So I have changed few lines of code and quickly I faced a bug crashing my web project. After long time I found that the '&=' symbol used as 'a = a & b', sometime crashed Gambas and did like a reset of the web project. Next I have replace few '&=' by the standard form ('a = a & b') and the project was fixed. Just after this time you have pushed a new commit with the fix of '&=' bug, so that's why I told that. Now my issue still there, how can I keep a session UP (I mean the Gambas part of a web project) for a defined time, for example if the user i just monitoring a jog running in the web interface without interaction by himself (like move the mouse or use the keyboard). A concrete example is: I start the project --> the login page is displayer in my browser --> I enter the credentials --> it switch to another page like a 'MENU' ---> I select one entry in the MENU ---> I switch to another page --> I start a long backup job in the background (through a TASK object) and display in real time all the informations of the backup into the web page ==> but after a sort time (1 or 2 min, difficult to determine), if I interact with the web page, the page do a reset and I back to the login page. I hope it will help to understand the issue. Olivier Olivier CRUILLES changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Sat Jun 17 22:55:33 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sat, 17 Jun 2023 20:55:33 GMT Subject: [Gambas-bugtracker] Bug #2757: apt install gambas3 / Debian 12 / Missing gb.geom In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2757&from=L21haW4- Comment #3 by Beno?t MINISINI: The Debian packager has just fixed the package, so you should have an update soon in the backports. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Sun Jun 18 17:37:42 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 18 Jun 2023 15:37:42 GMT Subject: [Gambas-bugtracker] Bug #2762: DataSource control visualization malfunction ? Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2762&from=L21haW4- Gianluigi GRADASCHI reported a new bug. Summary ------- DataSource control visualization malfunction ? Type : Bug Priority : Medium Gambas version : Master Product : Database component Description ----------- If you do not specify the theme, the DataSource control appears to be unenabled, although fully functional. I attach two images and the project Regards Gianluigi System information ------------------ [System] Gambas=3.18.90 cc74743 (master) OperatingSystem=Linux Distribution=Linux Mint 21.1 Vera Kernel=5.15.0-75-generic Architecture=x86_64 Cores=16 Memory=32000M Language=it_IT.UTF-8 Desktop=CINNAMON DesktopResolution=96 DesktopScale=7 WidgetTheme=mint-y-aqua Font=Ubuntu,10 [Programs] gcc=gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0 git=git version 2.34.1 pngquant=2.12.2 (July 2019) [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.29 GStreamer=libgstreamer-1.0.so.0.2003.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.29 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.118.0.0 QT5=libQt5Core.so.5.15.3 RSvg=librsvg-2.so.2.48.0 SDL=libSDL2-2.0.so.0.18.2 SQLite 3=libsqlite3.so.0.8.6 [Environment] CINNAMON_VERSION=5.6.8 DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus DESKTOP_SESSION=cinnamon DISPLAY=:0 GB_GUI=gb.gtk3 GDMSESSION=cinnamon GDM_LANG=it GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop GIO_LAUNCHED_DESKTOP_FILE_PID=16133 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=/home/ LANG=it_IT.UTF-8 LANGUAGE=it_IT.UTF-8 LC_ADDRESS=it_IT.UTF-8 LC_ALL=it_IT.UTF-8 LC_IDENTIFICATION=it_IT.UTF-8 LC_MEASUREMENT=it_IT.UTF-8 LC_MONETARY=it_IT.UTF-8 LC_NAME=it_IT.UTF-8 LC_NUMERIC=it_IT.UTF-8 LC_PAPER=it_IT.UTF-8 LC_TELEPHONE=it_IT.UTF-8 LC_TIME=it_IT.UTF-8 LOGNAME= 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_LOGGING_RULES=*.debug=false QT_QPA_PLATFORMTHEME=qt5ct SESSION_MANAGER=local/:@/tmp/.ICE-unix/1504,unix/:/tmp/.ICE-unix/1504 SHELL=/bin/bash SHLVL=0 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh TZ=:/etc/localtime USER= XAUTHORITY=/home//.Xauthority XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg XDG_CURRENT_DESKTOP=X-Cinnamon XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:/home//.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 Sun Jun 18 19:28:27 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 18 Jun 2023 17:28:27 GMT Subject: [Gambas-bugtracker] Bug #2762: DataSource control visualization malfunction ? In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2762&from=L21haW4- Comment #1 by Beno?t MINISINI: I guess that the theme you use (mint-y-aqua) has grey icons. Can you check? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun Jun 18 21:58:22 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 18 Jun 2023 19:58:22 GMT Subject: [Gambas-bugtracker] Bug #2755: gb-web-ui application session timeout bug In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2755&from=L21haW4- Comment #7 by Beno?t MINISINI: I will check on my side, but can you try to make a small project that reproduces the bug? Beno?t MINISINI changed the state of the bug to: NeedsInfo. From bugtracker at gambaswiki.org Sun Jun 18 22:06:28 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 18 Jun 2023 20:06:28 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #3 by Beno?t MINISINI: Can you open the Gambas 3 IDE project source code, or any project using the 'gb.dbus' component, and use the IDE DBus explorer to see if you have the StartServiceByName() method? ---------------------------------------------------------------------------- Attachment: Screenshot_20230517_101245.png From bugtracker at gambaswiki.org Sun Jun 18 22:29:47 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Sun, 18 Jun 2023 20:29:47 GMT Subject: [Gambas-bugtracker] Bug #2762: DataSource control visualization malfunction ? In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2762&from=L21haW4- Comment #2 by Gianluigi GRADASCHI: Thanks Benoit, sorry but I have no idea, I just know that with the stable and the same theme (which is the default) control shows correctly, see attached image. Regards Gianluigi ---------------------------------------------------------------------------- Attachment: DataSourceControl-stable.png Gianluigi GRADASCHI changed the state of the bug to: Accepted. From bugtracker at gambaswiki.org Mon Jun 19 03:02:05 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 19 Jun 2023 01:02:05 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #4 by Olivier CRUILLES: Like that ? ---------------------------------------------------------------------------- Attachment: S?lection_1296.png From bugtracker at gambaswiki.org Mon Jun 19 08:33:57 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 19 Jun 2023 06:33:57 GMT Subject: [Gambas-bugtracker] Bug #2757: apt install gambas3 / Debian 12 / Missing gb.geom In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2757&from=L21haW4- Comment #4 by Vincent DEMARQUE: OK, Thanks again for your help. I wait for this update. Best regards Vincent Demarque From bugtracker at gambaswiki.org Mon Jun 19 20:14:10 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 19 Jun 2023 18:14:10 GMT Subject: [Gambas-bugtracker] Bug #2757: apt install gambas3 / Debian 12 / Missing gb.geom In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2757&from=L21haW4- Comment #5 by Bruce STEERS: with new Debian 12 is it possible what's defined as debian-stable debian-oldstable, etc have shifted versions? From bugtracker at gambaswiki.org Tue Jun 20 01:48:17 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Mon, 19 Jun 2023 23:48:17 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #5 by Bruce STEERS: I think Oliver he meant the DBus explorer now built into the IDE (where console/notes/search/etc buttons are, bottom-right) it only shows when you load a project using gb.dbus. From bugtracker at gambaswiki.org Tue Jun 20 02:29:11 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Tue, 20 Jun 2023 00:29:11 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #6 by Olivier CRUILLES: ok so that ---------------------------------------------------------------------------- Attachment: S?lection_1297.png From bugtracker at gambaswiki.org Thu Jun 29 13:46:39 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 29 Jun 2023 11:46:39 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Claus DIETRICH reported a new bug. Summary ------- Spinbox disabled when setting Readonly to True - and others Type : Bug Priority : Medium Gambas version : Master Product : GUI components Description ----------- Under QT5: When I set the Spinbox property ReadOnly=True the SpinBox is entirely disabled. The +/- Buttons are displayed as disabled (grayed out) and the Value cannot be incremented or decremented any longer. The value is further displayed in a very left position - inside the border, which has a different color. Under GTK3: When I set the Spinbox property ReadOnly=True the SpinBox value is displayed with a cursor right to it (not flashing). The +/- buttons are not grayed out but are also disabled (no incrementing/ decrementing of the value). Best regards Claus System information ------------------ [System] Gambas=3.18.90 OperatingSystem=Linux Distribution=Linux Mint 21 Vanessa Kernel=5.15.0-67-generic Architecture=x86_64 Cores=2 Memory=3924M Language=de_DE.UTF-8 Desktop=CINNAMON DesktopResolution=96 DesktopScale=7 WidgetTheme=mint-y Font=Ubuntu,10 [Programs] gcc=gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 [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.29 GStreamer=libgstreamer-1.0.so.0.2003.0 GTK+2=libgtk-x11-2.0.so.0.2400.33 GTK+3=libgtk-3.so.0.2404.29 OpenGL=libGL.so.1.7.0 Poppler=libpoppler.so.118.0.0 QT5=libQt5Core.so.5.15.3 RSvg=librsvg-2.so.2.48.0 SDL=libSDL-1.2.so.0.11.4 SQLite=libsqlite3.so.0.8.6 [Environment] CINNAMON_VERSION=5.4.12 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=1893 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_ALL=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/1204,unix/:/tmp/.ICE-unix/1204 SHELL=/bin/bash SHLVL=0 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 Jun 29 14:55:50 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 29 Jun 2023 12:55:50 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #1 by Beno?t MINISINI: OK, but what do you expect? From bugtracker at gambaswiki.org Thu Jun 29 16:51:45 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 29 Jun 2023 14:51:45 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #2 by Claus DIETRICH: I expect 1. that the +/- Buttons remain operable when ReadOnly is set to True, 2. that the Value is displayed inside the control and not on the border and 3. that the value is displayed without a non-flashing cursor under GTK when ReadOnly is set to True Regards Claus From bugtracker at gambaswiki.org Thu Jun 29 18:51:00 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Thu, 29 Jun 2023 16:51:00 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #3 by Claus DIETRICH: Hi Beno?t To be more specific I took the SpinBox class source code in a test app and modified it as follows to meet my expectations: In Private Sub ChangeValue (...) I disabled the disabling of value increment resp decrement at ReadOnly=True ... 'If $hTextBox.ReadOnly Then Return ... In Private Sub SetValue (...) I disabled the selection of all Text (makes no sense when ReadOnly=True): ... If bFocus Then $hTextBox.SetFocus '$hTextBox.SelectAll Endif ... In Private Sub UpdateButtons() I disabled the lines which disable the buttons when ReadOnly=True: ... '$hButtonInc.Enabled = Not Me.ReadOnly '$hButtonDec.Enabled = Not Me.ReadOnly ... I couldn't yet figure out a way to fix the position of the value inside the border (when the alignment is set to normal or left). Best regards Claus From bugtracker at gambaswiki.org Fri Jun 30 12:50:33 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 10:50:33 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #4 by Bruce STEERS: But Claus by definition ReadOnly means the value CANNOT be changed by the user. if the control is readonly then the value should not be able to change by the user only via code. it makes no sense to allow it to change when readonly is true and a change like that will break other peoples software who expect a readonly control to not be adjustable by the user. if you want to allow the user to change the value via the buttons/keys then set ReadOnly to false From bugtracker at gambaswiki.org Fri Jun 30 12:58:53 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 10:58:53 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #7 by Bruce STEERS: I can confirm this Benoit. latest Fedora was fine with repository installed gambas but after installing dependencies/removing dnf gambas and installing via auto-tools i now get the same error. From bugtracker at gambaswiki.org Fri Jun 30 13:26:57 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 11:26:57 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #8 by Bruce STEERS: looks like fedora desktop.portal does not have Screenshot in it's list of commands :( ---------------------------------------------------------------------------- Attachment: Screenshot at 2023-06-30 12-21-24.png From bugtracker at gambaswiki.org Fri Jun 30 13:33:05 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 11:33:05 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #9 by Beno?t MINISINI: So on Fedora, with Wayland, there is no way to take a desktop screenshot! :-/ From bugtracker at gambaswiki.org Fri Jun 30 13:40:25 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 11:40:25 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #10 by Beno?t MINISINI: The freedesktop portal specification has more than thirty methods. The Fedora (i.e. Gnome) implementation has only twenty. From bugtracker at gambaswiki.org Fri Jun 30 13:49:50 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 11:49:50 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #5 by Beno?t MINISINI: With https://gitlab.com/gambas/gambas/-/commit/05139e9bc9684bededa6acf2f74cbfa6768f2e68, SpinBox does not change its background when the ReadOnly property is set. But, as Bruce said, the button must be disabled in that case, as 'ReadOnly' set means that the value of the SpinBox cannot be changed from the user interface. As for the GTK+3 cursor, it's a GTK+ feature. Read-only text fields still display a cursor when they have the focus, but in a non-flashing way. Beno?t MINISINI changed the state of the bug to: Fixed. From bugtracker at gambaswiki.org Fri Jun 30 13:50:46 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 11:50:46 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #6 by Beno?t MINISINI: @Claus: I suggest you post screenshots too, because some visual quirks usually occur only with specific widget themes. From bugtracker at gambaswiki.org Fri Jun 30 14:34:47 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 12:34:47 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #7 by Claus DIETRICH: Hi Beno?t Just compare it with a ComboBox. If it is set to ReadOnly=True, you can still select items. So it is not disabled. If you don't want the user to change selections in the ComboBox you can set its Enabled - property to False. Other than the ComboBox, the SpinBox does not differentiate between Readonly=True and Enabled=False. In both cases the SpinBox is fully disabled. So why has ReadOnly been provided? This property is dispensable but it could be provided with some use. ReadOnly=True should inhibit the entry of value in the embedded TextBox only and I see no logic reason, why the incrementing or decrementing of the value should be disabled. If however, you want to disallow this, you can still set Enabled to False. I also suggest the removal of the Selectall method, because the number is always displayed with inverted color. This doesn't look good and I don't see any reason for it - just compare it with the ComboBox. How would it look like if the contents of a ComboBox would always be displayed as selected (= displayed with inverted colors)? I hope that you can agree to my arguments and wish you a good weekend. Claus Claus DIETRICH changed the state of the bug to: Opened. From bugtracker at gambaswiki.org Fri Jun 30 16:57:14 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 14:57:14 GMT Subject: [Gambas-bugtracker] Bug #2763: Spinbox disabled when setting Readonly to True - and others In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2763&from=L21haW4- Comment #8 by Claus DIETRICH: Hi Beno?t You are right. My experiences are from a Mint Mate VM - see attach screenshots. On Cinnamon things look better and the +- Buttons are even invisible @ ReadOnly and when disabled the SpinBox looks like a disabled control. I quarrel with the argument, that the +- Buttons are to be disabled @ ReadOnly. However, if it always was like that, I may have to bite the bullet and make my own SpinBox. Best regards Claus ---------------------------------------------------------------------------- Attachment: Value marked after increment or decrement (Mint Mate QT).png Attachment: Value inside border (Mint Mate QT) .png Attachment: Spinbox disabled (Mint Mate GTK).png From bugtracker at gambaswiki.org Fri Jun 30 19:58:24 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 17:58:24 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #11 by Bruce STEERS: It's not even Wayland it's just fedora. Both me and Oliver are using x11/gtk3 with fedora. Desktop portal does look very minimal. Maybe something needs installing? I tried installing libportal and a few other related things but not got any more dbus methods yet. From bugtracker at gambaswiki.org Fri Jun 30 20:21:17 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 18:21:17 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #12 by Bruce STEERS: Aah no sorry I had not rebooted, I now have Screenshot command in portal.Desktop, I think it was adding libportal that added extra dbus methods. Still getting the error so trying a make clean and reinstall.... From bugtracker at gambaswiki.org Fri Jun 30 21:34:45 2023 From: bugtracker at gambaswiki.org (bugtracker at gambaswiki.org) Date: Fri, 30 Jun 2023 19:34:45 GMT Subject: [Gambas-bugtracker] Bug #2761: Error message with DBUS during usage of the IDE In-Reply-To: References: Message-ID: http://gambaswiki.org/bugtracker/edit?object=BUG.2761&from=L21haW4- Comment #13 by Bruce STEERS: Nope that didn't fix things. I am getting other problems like the following issue causing trouble with your new routines DBus.Session.Exist("org.freedesktop.portal.Desktop") returns False DBus.Session.Applications.Exist("org.freedesktop.portal.Desktop") returns True You may have to set up a Fedora38 VM to fix this one my friend. Respects BruceS