Opened 16 years ago
Closed 16 years ago
#283 closed defect (worksforme)
wxGUI "Mapset access" prints warnings on the terminal
Reported by: | msieczka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-develbranch6 |
Keywords: | Cc: | ||
CPU: | All | Platform: | All |
Description
"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.
Attachments (1)
Change History (10)
follow-up: 3 comment:1 by , 16 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Replying to msieczka:
If they can't be avoided, could they at least be redirected somewhere else? This issue hampers CLI usage.
Well, it should be possible to redirect these messages to dev/null, but I am not sure if it's good idea...
follow-up: 4 comment:3 by , 16 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
follow-up: 5 comment:4 by , 16 years ago
Replying to msieczka:
Replying to 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...
follow-up: 6 comment:5 by , 16 years ago
Replying to 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.
comment:6 by , 16 years ago
Replying to glynn:
Replying to 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...).
comment:8 by , 16 years ago
In r33307 I still get lot's of:
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'
using "Mapset access".
comment:9 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
No messages on Mac OSX. Fixed or a local problem with gtk? Please test on other platforms.
Already reported see #204