20,741
edits
| Line 46: | Line 46: | ||
|script_version = 0.40 | |script_version = 0.40 | ||
}}</ref>, the problem may be unrelated to OSG 3.4 use as long as everything is built from source. | }}</ref>, the problem may be unrelated to OSG 3.4 use as long as everything is built from source. | ||
That also applies to builds using OSG 3.5.2 apparently. <ref>{{cite web | |||
|url = https://sourceforge.net/p/flightgear/mailman/message/35128577/ | |||
|title = <nowiki> Re: [Flightgear-devel] Pop up messages unreadable </nowiki> | |||
|author = <nowiki> jasin colegrove </nowiki> | |||
|date = Jun 1st, 2016 | |||
|added = Jun 1st, 2016 | |||
|script_version = 0.40 | |||
}}</ref> | |||
'''Thus''', another hypothesis is that this could be related due to package-manager installed OSG versions lacking some dependencies - e.g. libpng (was used to be an issue at some point previously), i.e. because tooltip.nas basically sets up an <code>image</code> child as the background image (see tooltip.nas lines 70+), and in fact, that's a png: $FG_ROOT/gui/images/tooltip.png | '''Thus''', another hypothesis is that this could be related due to package-manager installed OSG versions lacking some dependencies - e.g. libpng (was used to be an issue at some point previously), i.e. because tooltip.nas basically sets up an <code>image</code> child as the background image (see tooltip.nas lines 70+), and in fact, that's a png: $FG_ROOT/gui/images/tooltip.png | ||