Band Font Size error when trying to use Gambas IDE with QT5

Post

Posted
Rating:
#1 (In Topic #1108)
Regular
JumpyVB is in the usergroup ‘Regular’
I get bad font size errors in Linux Mint if I start gambas3 using this command:

Code

$ env GB_GUI=gb.qt5 gambas3
Can a fellow Linux Mint user confirm if this error is present or absent on other Linux Mint installations and not just on mine?

Code

user@nuc ~ $ env GB_GUI=gb.qt5 gambas3
QFont::setPointSizeF: Point size <= 0 (-2147483648.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-2147483648.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-2147483648.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-1.000000), must be greater than 0
QFont::setPointSizeF: Point size <= 0 (-2147483648.000000), must be greater than 0
Online now: No Back to the top

Post

Posted
Rating:
#2
Avatar
Guru
cogier is in the usergroup ‘Guru’
cogier is in the usergroup ‘GambOS Contributor’
I am using Linux Mint 21.2 with the Cinnamon desktop and I did not get the same error as you. There was a 'libpng' warning, but I have no idea what it means. At a quick glance, Gambas seemed to work OK.

<IMG src="https://www.cogier.com/gambas/BandFont.png"> </IMG>
Online now: No Back to the top

Post

Posted
Rating:
#3
Regular
JumpyVB is in the usergroup ‘Regular’

cogier said

I am using Linux Mint 21.2 with the Cinnamon desktop and I did not get the same error as you.
Thank you for confirming. That means that this issue is related to my evironment. This lead me to experiment and try to find out what this error was linked to. I was able to fix it in "Qt5 Configuration Tool" under the "Fonts"-tab.

PS: I now have no errors there on the commandline. Not even the libpng error you have.
Online now: No Back to the top
1 guest and 0 members have just viewed this.