[GRASS-dev] [GRASS GIS] #3348: wxGTK3: Gtk-CRITICAL **: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkSpinButton
GRASS GIS
trac at osgeo.org
Tue Aug 28 00:23:27 PDT 2018
#3348: wxGTK3: Gtk-CRITICAL **: gtk_box_gadget_distribute: assertion 'size >= 0'
failed in GtkSpinButton
--------------------------+-------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.4
Component: wxGUI | Version: svn-trunk
Resolution: | Keywords: wxGUI
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by ychemin):
Found a generic Linux solution here:
https://askubuntu.com/questions/505594/how-to-stop-gedit-and-other-
programs-from-outputting-gtk-warnings-and-the-like
in .bashrc:
_supress() {
eval "$1() { \$(which $1) \"\$@\" 2>&1 | tr -d '\r' | grep -v \"$2\"; }"
}
_supress grass75 "Notebook"
_supress grass75 "wxPizza"
_supress grass75 "gtk_widget"
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3348#comment:11>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list