Bug#840909: ruby-gdk-pixbuf2: cannot overwrite Pixbuf.pixels with substitution

2016-10-16 Thread Antonio Terceiro
On Sun, Oct 16, 2016 at 11:52:15AM +0900, Shyouzou Sugitani wrote: > Package: ruby-gdk-pixbuf2 > Version: 3.0.9-1 > Severity: normal > > Dear Maintainer, > > I'm trying to make ninix-aya work with Ruby-GNOME2 3.0.9. > But I found that I cannot overwrite Pixbuf.pixels with substitution. > > pix =

Bug#840909: ruby-gdk-pixbuf2: cannot overwrite Pixbuf.pixels with substitution

2016-10-15 Thread Shyouzou Sugitani
Package: ruby-gdk-pixbuf2 Version: 3.0.9-1 Severity: normal Dear Maintainer, I'm trying to make ninix-aya work with Ruby-GNOME2 3.0.9. But I found that I cannot overwrite Pixbuf.pixels with substitution. pix = GdkPixbuf::Pixbuf.new(:file => "test.png") pix.pixels[0] => 0 pix.pixels[0] = 255 => 2