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 =>

Bug#727823: ibus-skk: Unwanted keyboard layout change

2013-10-27 Thread Shyouzou Sugitani
Package: ibus-skk Version: 1.4.1-3+b1 Severity: normal Dear Maintainer, I'm using a PC with English(pc104 us layout) keyboard. When I turn on ibus-skk, the layout is also switched to Japanese(jp layout). -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy:

Bug#702238: kawari8 still segfaults on 64bit Linux

2013-03-04 Thread Shyouzou Sugitani
Package: kawari8 Version: 8.2.8-7 Severity: normal Dear Maintainer, kawari8 still segfaults on Linux x86_64.(amd64) The previous fix(#693893) is incomplete. An updated patch(kawari8-64bit-fix2.patch) is available here:

Bug#693893: kawari8 segfaults on 64bit Linux

2012-12-07 Thread Shyouzou Sugitani
Dear Maintainer, An updated patch(kawari8-64bit-fix2.patch) is available here: http://sourceforge.net/tracker/?func=detailaid=3588933group_id=47961atid=451497 Please consider applying this patch to the package. Regards, Shyouzou Sugitani -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#693893: kawari8 segfaults on 64bit Linux

2012-11-21 Thread Shyouzou Sugitani
Package: kawari8 Version: 8.2.8-6.1 Severity: normal Dear Maintainer, kawari8 segfaults on Linux x86_64.(amd64) A fix(patch) is available here: http://sourceforge.net/tracker/?func=detailaid=3588933group_id=47961atid=451497 -- System Information: Debian Release: wheezy/sid APT prefers

Bug#653588: python-cairo: version 1.8.8 is too old to use with PyGI(GObject Introspection)

2011-12-29 Thread Shyouzou Sugitani
Package: python-cairo Version: 1.8.8-1+b2 Severity: normal Dear Maintainer, Some of the Gdk3 API requires support of cairo Regions(new in 1.10). Version 1.8.8 is too old to use with PyGI(Gobject Introspection). Please consider updating to new upstream version 1.10.x. $ python from

Bug#602611: _kawari8.so segfaults when built with SAORI_NATIVE=yes

2010-11-08 Thread Shyouzou Sugitani
For example, BTHmini(http://rking.pa.land.to/ukagaka/ghost_bthmini.htm) and brynhild_conf(site not available?). I found that _kawari8.so segfaults if required Saori(and its compatible) module did not exist. So, you can reproduce this bug with removing dll/bln.py from ninix-aya and starting

Bug#602611: _kawari8.so segfaults when built with SAORI_NATIVE=yes

2010-11-06 Thread Shyouzou Sugitani
Package: kawari8 Version: 8.2.8-4 Severity: normal I got segfaults with ninix-aya when I run some ghosts using kawari8. If I built _kawari8.so with SAORI_NATIVE=no, ninix-aya works fine. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable')

Bug#590525: python-gtk2: pygtk was not compiled with Numeric Python support

2010-07-26 Thread Shyouzou Sugitani
Package: python-gtk2 Version: 2.17.0-3 Severity: normal After upgrading from 2.17.0-2 to 2.17.0-3 I got an error pygtk was not compiled with Numeric Python support. $ python import gtk pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 100, 100) pixbuf.get_pixels_array() Traceback