#963: wxGUI: frequent Pango-CRITICAL errors
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: svn-releasebranch64
Keywords: | Platform: Linux
Cpu: x86-64 |
----------------------+-----------------------------------------------------
Using wxGUI I often get a following error on GRASS terminal:
On Tue, Mar 13, 2012 at 8:29 AM, Glynn Clements wrote:
> We can't always get rid of such warnings, as some of them are due to
> the way that wxWidgets uses the underlying toolkit (GTK+ on Linux).
>
> The GTK+ libraries (GTK, GDK, GLib and Pango) are known for being
> rather "noisy" (i.e. generating many warning/error messages). This is
> mainly to help developers identify bugs; having detected an error, the
> libraries will normally try to recover from it, but in the case of
> GRASS such bugs may be in the wxWidgets or wxPython layers rather than
> in GRASS itself.
>
> The messages should only be of concern to the user if they correlate
> with the GUI failing to work.