Re: [Gambas-user] gb.qt5 and X11Systray

2015-05-26 Thread Benoît Minisini
Le 24/05/2015 21:00, Benoît Minisini a écrit : > > The gb.desktop.x11 component does not work with gb.qt5 at the moment, > because QT5 is now based on xcb, and so Xlib event filters do not work > anymore. > > Regards, > Can you try revision #7098 to see the system tray works? I added experimental

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Sebastian Kulesz
This is what I meant [0]. There is a point in the release cycle, before the stable version of Ubuntu is published, where they freeze whatever version was available at that time, and only backport bug fixes until the planned EOL. I didn't mean that Ubuntu Trusty is not being maintained any more! [0

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Charlie Reinl
Am Dienstag, den 26.05.2015, 13:08 -0300 schrieb Sebastian Kulesz: > On May 26, 2015 12:25 PM, "Ru Vuott" wrote: > > > > > > Thank you very much, Charlie, finally a more information ! > > So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= > 5.3 version ? > > They will never p

Re: [Gambas-user] Issue 620 in gambas: Datebox doesn't respect localizations

2015-05-26 Thread gambas
Comment #2 on issue 620 by jussi.la...@gmail.com: Datebox doesn't respect localizations https://code.google.com/p/gambas/issues/detail?id=620 Language packages are installed via system preferences. I'm not sure what causes this. Anyway this turns out to be non-Gambas related issue. Sorry abou

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Benoît Minisini
Le 26/05/2015 18:08, Sebastian Kulesz a écrit : > On May 26, 2015 12:25 PM, "Ru Vuott" wrote: >> >> >> Thank you very much, Charlie, finally a more information ! >> So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= > 5.3 version ? > > They will never provide QT5 5.3 binaries

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Sebastian Kulesz
On May 26, 2015 12:25 PM, "Ru Vuott" wrote: > > > Thank you very much, Charlie, finally a more information ! > So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= 5.3 version ? They will never provide QT5 5.3 binaries in precise or trusty. They are freezed to whatever version

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Ru Vuott
Ok, Benoît. Regards vuott Mar 26/5/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 ! A: "mailing list for gambas users" Data: Martedì 26 maggio 2015, 17:44 Le 26/05/2015 17:22,

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Benoît Minisini
Le 26/05/2015 17:22, Ru Vuott a écrit : > > Thank you very much, Charlie, finally a more information ! > So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= 5.3 > version ? > > Amicalement - con amicizia > > vuott > See my answer to Sebastian: the IDE uses gb.qt5 for testing.

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Ru Vuott
Thank you very much, Charlie, finally a more information ! So, therefore, do I have "to wait for" :-( Ubuntu provides Qt5Core >= 5.3 version ? Amicalement - con amicizia vuott Mar 26/5/15, Charlie Reinl ha scritto: Oggetto: Re: [Gambas-use

Re: [Gambas-user] Cannot start gambas3-3.7.1 after compilation

2015-05-26 Thread John Frankish
Hi, I just compiled gambas3-3.7.1 from source against qt-4.8.6 and gtk-3.16.1, but when I try to start it, I get this: $ gambas3 Stock.Themes_Read.698: #45: File or directory does not exist Project.Main.334 >>> The error is on a line that tries to bro

Re: [Gambas-user] R: ERROR "Unable to compile gambas3" in rev. #7092 !

2015-05-26 Thread Charlie Reinl
Am Montag, den 25.05.2015, 11:07 +0100 schrieb Ru Vuott: > Hello, > > I come back about this problem that I had on my home PC, because - after > installing QT5 libraries on my laptop - I obtained same problem: > > at end of ~/trunk $ ./configure -C I get this notice: > > || THESE COMPONENTS

Re: [Gambas-user] Cannot start gambas3-3.7.1 after compilation

2015-05-26 Thread Benoît Minisini
Le 26/05/2015 12:36, John Frankish a écrit : >>> Hi, >>> >>> I just compiled gambas3-3.7.1 from source against qt-4.8.6 and >>> gtk-3.16.1, but when I try to start it, I get this: >>> >>> $ gambas3 >>> Stock.Themes_Read.698: #45: File or directory does not exist >>> Project.Main.334 >>> >>> I guess

Re: [Gambas-user] Cannot start gambas3-3.7.1 after compilation

2015-05-26 Thread John Frankish
> > Hi, > > > > I just compiled gambas3-3.7.1 from source against qt-4.8.6 and > > gtk-3.16.1, but when I try to start it, I get this: > > > > $ gambas3 > > Stock.Themes_Read.698: #45: File or directory does not exist > > Project.Main.334 > > > > I guess I'm doing something dumb, but I don't see t

Re: [Gambas-user] Cannot start gambas3-3.7.1 after compilation

2015-05-26 Thread Benoît Minisini
Le 26/05/2015 11:12, John Frankish a écrit : > Hi, > > I just compiled gambas3-3.7.1 from source against qt-4.8.6 and gtk-3.16.1, > but when I try to start it, I get this: > > $ gambas3 > Stock.Themes_Read.698: #45: File or directory does not exist > Project.Main.334 > > I guess I'm doing something

[Gambas-user] Cannot start gambas3-3.7.1 after compilation

2015-05-26 Thread John Frankish
Hi, I just compiled gambas3-3.7.1 from source against qt-4.8.6 and gtk-3.16.1, but when I try to start it, I get this: $ gambas3 Stock.Themes_Read.698: #45: File or directory does not exist Project.Main.334 I guess I'm doing something dumb, but I don't see this exact error in the wiki error glos