[Bug 1196266] Re: Arabic Ubuntu Wine desktop entries

2013-07-06 Thread Sagawa
Package maintainer, I posted wine .desktop translations for Japanese in #1193737. Please consider applying the above patch, too. Thanks in advance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1193737] [NEW] [Patch] Japanese translation for desktop menu items.

2013-06-22 Thread Sagawa
Public bug reported: Could you apply this translation patch? Desktop application menu items, e.g. wine configuration, aren't translated into Japanese yet. Because these items are only in Ubuntu package, I file a bug for this translation. I'll be happy if this patch is applied in wine1.6

[Bug 886218] Re: mlterm crashes by deleting lines in vim

2011-11-25 Thread Sagawa
** Bug watch added: Debian Bug tracker #640180 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640180 ** Also affects: mlterm (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640180 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 886218] Re: mlterm crashes by deleting lines in vim when Bidi is enabled.

2011-11-25 Thread Sagawa
** Summary changed: - mlterm crashes by deleting lines in vim + mlterm crashes by deleting lines in vim when Bidi is enabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/886218 Title: mlterm

[Bug 886218] Re: mlterm crashes by deleting lines in vim when Bidi is enabled.

2011-11-25 Thread Sagawa
I unchecked the BiDi option, mlterm works fine. As in debbugs #640180, it seems that Bidi processing is a trigger of this bug. I checked my environment and noticed that BiDi processing is enabled. So I turned off the option. It didn't crash before Oneiric even I checked Bidi option, I hope that

[Bug 886218] [NEW] mlterm crashes by deleting lines in vim

2011-11-04 Thread Sagawa
Public bug reported: Deleting several lines with vim on mlterm, mlterm crashes (core dumped). file(1) says for the core: core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from 'mlterm' 'gdb mlterm' shows following information when it crashes, this output is very

[Bug 886218] Re: mlterm crashes by deleting lines in vim

2011-11-04 Thread Sagawa
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/886218 Title: mlterm crashes by deleting lines in vim To manage notifications about this bug go to:

[Bug 286175] Re: evince crashed with SIGSEGV in FcConfigSubstituteWithPat()

2011-08-28 Thread Sagawa
Above Wine's failure seems to be reproduced with 16-bit Windows application. I ran Emi Clock ( http://www003.upp.so-net.ne.jp/motosoft/ ) Windows 3.1 version, a similar failure occurred, because the code also crashes with fstpl opcode. I'll attach wine-emiclock16-dump.txt which produced with

[Bug 286175] Re: evince crashed with SIGSEGV in FcConfigSubstituteWithPat()

2011-08-28 Thread Sagawa
I guess unmasking FPU's denormal exception flag is a trigger of this bug. I made a small source code, bug.c, to demonstrate it. Please compile it with following instruction: | % gcc -o bug bug.c -lfontconfig Then run it. | % ./bug | zsh: floating point exception ./bug The code crashed with