Page 1 of 2

gb.desktop.x11

Posted: Monday 3rd May 2021 10:51am
by cogier
Can you try adding the component gb.desktop.x11 to a program and see if you get the following error.

I have put a bug in for this but Benoît can't replicate the problem.

Thanks

Image

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 10:59am
by PJBlack
charlie, for me it works with:

Gambas=3.16.90 f524a2eb9 (master)
OperatingSystem=Linux
Kernel=5.10.32-1-MANJARO
Architecture=x86_64
Distribution=Manjaro Linux
Desktop=XFCE

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 1:06pm
by grayghost4
I wanted to help .... upgraded to 16 ... but do not have gb.desktop.x11 :(

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 2:43pm
by cogier
I wanted to help .... upgraded to 16 ... but do not have gb.desktop.x11 :(
Try installing it. You need to install gambas3-gb-desktop-x11. On Debian, Ubuntu, Mint etc use: -

Code: Select all

sudo apt-get -y install gambas3-gb-desktop-x11

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 3:10pm
by stevedee
cogier wrote: Monday 3rd May 2021 10:51am Can you try adding the component gb.desktop.x11 to a program and see if you get the following error...
Yep, I get the same error on both Peppermint 9 and 10 machines with Gambas v3.16.0 "build 14".

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 6:16pm
by BruceSteers
works fine on my 3.16.90
mint20
Did you try uninstall (check it's gone from /usr/lib/gamnbas3/) then re-install of component?

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 6:25pm
by grayghost4
cogier wrote: Monday 3rd May 2021 2:43pm
I wanted to help .... upgraded to 16 ... but do not have gb.desktop.x11 :(
Try installing it. You need to install gambas3-gb-desktop-x11. On Debian, Ubuntu, Mint etc use: -

Code: Select all

sudo apt-get -y install gambas3-gb-desktop-x11
I did this and now gambas will not run at all :(
How do I uninstall it ?

mhc@debian:~$ gambas3

**
** OOPS! INTERNAL ERROR. Program aborting, sorry! :-(
** Class 'X11' declared twice in the component 'gb.desktop.x11'.
**
** 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
**

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 6:26pm
by BruceSteers
I've attached all 6 desktop-x11 files from my /usr/lib/gambas3/ folder

check your's contains the same files or rmaybe copying these over may help?

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 6:28pm
by BruceSteers
grayghost4 wrote: Monday 3rd May 2021 6:25pm
cogier wrote: Monday 3rd May 2021 2:43pm
I wanted to help .... upgraded to 16 ... but do not have gb.desktop.x11 :(
Try installing it. You need to install gambas3-gb-desktop-x11. On Debian, Ubuntu, Mint etc use: -

Code: Select all

sudo apt-get -y install gambas3-gb-desktop-x11
I did this and now gambas will not run at all :(
Did you install gambas using autotools (compilation method) or using apt ?

Re: gb.desktop.x11

Posted: Monday 3rd May 2021 6:31pm
by grayghost4
I download and followed the instruction on the web site configrue ,,, make .... make install .