#283: wxGUI "Mapset access" prints warnings on the terminal
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
"Config > GRASS working environment > Mapset access" prints plenty of
warnigs to the terminal:
{{{
(shoofi:25778): Gtk-WARNING **: /scratch/build-
area/gtk+2.0-2.12.11/gtk/gtkwidget.c:8547: widget class `GtkPizza' has no
property named `row-ending-details'
}}}
If they can't be avoided, could they at least be redirected somewhere
else? This issue hampers CLI usage.
Replying to [comment:1 martinl]:
> Already reported see #204
Technically it's the same thing, but from the usability point of view #204
is not an issue, as it does not affect the GRASS user really, while this
one does. Reopening.
#283: wxGUI "Mapset access" prints warnings on the terminal
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: reopened
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Comment (by martinl):
Replying to [comment:3 msieczka]:
> Replying to [comment:1 martinl]:
> > Already reported see #204
>
> Technically it's the same thing, but from the usability point of view #204 is not an issue, as it does not affect the GRASS user really, while
this one does. Reopening.
Well the attached patch should discard this message, but I really don't
like this solution...
#283: wxGUI "Mapset access" prints warnings on the terminal
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: reopened
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Comment (by glynn):
Replying to [comment:4 martinl]:
> Well the attached patch should discard this message, but I really don't
like this solution...
The patch should omit the line number, as this may change between minor
revisions of GTK.
#283: wxGUI "Mapset access" prints warnings on the terminal
-----------------------+----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: reopened
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
Platform: All | Cpu: All
-----------------------+----------------------------------------------------
Comment (by martinl):
Replying to [comment:5 glynn]:
> Replying to [comment:4 martinl]:
> > Well the attached patch should discard this message, but I really
don't like this solution...
> The patch should omit the line number, as this may change between minor
revisions of GTK.
OK, I just wonder how much can this if statement slow-down redirecting
messages (especially when a lot messages need to be redirected...).