From: Kouhei S. <ko...@co...> - 2014-11-15 13:04:34
|
Hi, In <546...@gm...> "[ruby-gnome2-devel-en] gtk3-gi crashes on Gtk::IconTheme#list_icons" on Tue, 11 Nov 2014 19:26:37 +0100, Detlef Reichl <det...@gm...> wrote: > if I try to get a list of the available icons ruby gtk crashes with a > segmentation fault. ruby gtk is the current git head. > > Here is a small example for reproduction: > > > require 'gtk3-gi' > > iconTheme = Gtk::IconTheme.default > iconTheme.list_icons > > Gtk.main Thanks for your report. The Ruby script was very helpful. I've fixed the problem on master. Please try master. Thanks, -- kou |