From: Stefan S. <ma...@ss...> - 2015-09-27 23:57:55
|
On Sun, 2015-09-27 at 10:42 +0900, Kouhei Sutou wrote: > It's caused by your application. Add the following code: > > button.always_show_image = true Thanks for your hints. All works fine currently, I have tested for one hour without a crash. Good enough for github now I think, so I pushed the sources to https://github.com/StefanSalewski/Ruby-PET Message at startup is now /home/stefan/.gem/ruby/2.2.0/gems/gobject-introspection-3.0.6/lib/gobject-introspection/loader.rb: line 537 GLib-GObject-WARNING **:The property GtkWidget:style is deprecated and shouldn't be used anymore. It will be removed in a future version. /home/stefan/.gem/ruby/2.2.0/gems/gobject-introspection-3.0.6/lib/gobject-introspection/loader.rb: line 335 GLib-GObject-WARNING **:The property GtkImageMenuItem:image is deprecated and shouldn't be used anymore. It will be removed in a future version. >From my understanding that results from the bindings only, not from my code. Best wishes, Stefan |