[runtime_manager] gtk warning/critical messages
description when launched by roslaunch runtime_manager runtime_manager.launch, a lot of gtk warning/critical messages showed up:
(runtime_manager_dialog.py:7486): Gtk-WARNING **: 08:57:25.790: for_size smaller than min-size (0 < 3) while measuring gadget (node trough, owner GtkScale)
(runtime_manager_dialog.py:7486): Gtk-CRITICAL **: 08:57:25.790: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScale
(runtime_manager_dialog.py:7486): Gtk-WARNING **: 08:57:25.790: Negative content height -2 (allocation 0, extents 1x1) while allocating gadget (node trough, owner GtkScale)
(runtime_manager_dialog.py:7486): Gtk-WARNING **: 08:57:25.790: Negative content width -15 (allocation 1, extents 8x8) while allocating gadget (node entry, owner GtkEntry)
environment info
OS: ubuntu18.04
autoware: 1.12.0 and master
python-wxgtk: 3.0.2.0
The answer might be here: https://answers.ros.org/question/3287...
Thanks for your reply, @ArdashirB. But its not the same issue, after updated to the master version, there is no such 'glitch' error anymore, but these gtk warning and critical messages still exist.
Yes, you are right @hit_leon the gtk warning still exists.