Bug#633501: libjinput-jni: contains undefined symbol EVIOCGUSAGE

2011-07-10 Thread Lingzhu Xiang
Package: libjinput-jni Version: 20100502+dfsg-5 Severity: grave Tags: wheezy sid Justification: renders package unusable jvm reports this error at runtime and quits: java: symbol lookup error: /usr/lib/jni/libjinput.so: undefined symbol: EVIOCGUSAGE objdump shows this symbol in libjinput.so is

Bug#682616: Patch available

2012-08-11 Thread Lingzhu Xiang
Upstream bug: http://crbug.com/138790 Patch: http://codereview.chromium.org/10827003/ or upstream r148402. I applied this patch against 21.0.1180.57~r148591-1 and have been testing it for two days without crash. However, this patch is not present in 21.0.1180.75~r150248-1. -- To UNSUBSCRIBE,

Bug#657295: xfonts-wqy: wrong ascents and descents

2012-01-25 Thread Lingzhu Xiang
Package: xfonts-wqy Version: 0.9.9-4 Severity: important Tags: upstream patch FONT_ASCENT + FONT_DESCENT PIXEL_SIZE (font height) in all sizes of WenQuanYi Bitmap Song. This results in unusable fonts with urxvt. For example, urxvt -fn '8x16,-wenquanyi-wenquanyi bitmap

Bug#657524: 2.11 should fix this

2012-02-11 Thread Lingzhu Xiang
On Fri, Feb 10, 2012 at 04:09:42PM +0100, Simon Josefsson wrote: Version 2.11 was just uploaded that should fix this. We forgot to add the proper closes tag though... Could you check that it was fixed? Yes, I installed 2.11 and it's fixed. Thanks. -- To UNSUBSCRIBE, email to

Bug#657524: libpam-yubico: segfaults on the failed second challenge-responses

2012-01-26 Thread Lingzhu Xiang
Package: libpam-yubico Version: 2.10-1 Severity: important Tags: upstream patch I use a Yubikey 2.2.4 with libpam-yubico for challenge-response authentication. The authentication requires two phases of challenges-responses. I set the Yubikey to wait for key press before answering the challenges.

Bug#706632: efi over-paranoid about available space when creating variables

2013-05-14 Thread Lingzhu Xiang
, any further fix has to be based on it so never mind... Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#706632: efi over-paranoid about available space when creating variables

2013-05-14 Thread Lingzhu Xiang
On Wed, May 15, 2013 at 12:24 AM, Ben Hutchings b...@decadent.org.uk wrote: On Tue, May 14, 2013 at 11:28:13PM +0800, Lingzhu Xiang wrote: This is apparently a kernel bug. It should be introduced after bug 703574. In an attempt to protect more Samsungs from bricking, kernel prevented you from

Bug#715217: atool: Can't extract 7z files

2013-07-06 Thread Lingzhu Xiang
- No such file or directory aunpack: 7z ...: non-zero return-code Editing /usr/bin/aunpack to $::cfg_path_7z = '7zr'; made it work for me. Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#730821: libsunpinyin3: fails to convert ue and iong syllables and crashes

2013-11-29 Thread Lingzhu Xiang
0x7fc4aec5f2e7 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #13 0x0040b09f in main () Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#698630: [PATCH] bridge-utils: replace net-tools with iproute2

2013-06-01 Thread Lingzhu Xiang
. Lingzhu Xiang bridge-utils-replace-net-tool2-with-iproute2.patch Description: Binary data

Bug#710680: bridge-utils: Avoid to take down attached ports unconditionally

2013-06-01 Thread Lingzhu Xiang
, as this will be setup automatically by the scripts when bringing the bridge up. Maybe it means these ports are kind of managed? So will it good if I create an option like bridge_manualports to specify ports not to be managed? Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#738611: acpid: Mic mute button not recognized on Thinkpad again

2014-02-11 Thread Lingzhu Xiang
=1563c0c35a8005f5b71f04abe32c95d849efb420 Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#738611: acpid: Mic mute button not recognized on Thinkpad again

2014-02-11 Thread Lingzhu Xiang
On Tue, Feb 11, 2014 at 7:15 AM, Ted Felix t...@tedfelix.com wrote: F20 can be added to the event table (evtab) in acpid's input_layer.c. It can be set up to return button/f20. Would this solve the problem for you? /* F20 is used for micmute */ {{{0,0}, EV_KEY, KEY_F20, 1}, button/f20 F20

Bug#738611: acpid: Mic mute button not recognized on Thinkpad again

2014-02-11 Thread Lingzhu Xiang
On Tue, Feb 11, 2014 at 10:44 PM, Ted Felix t...@tedfelix.com wrote: On 02/11/2014 10:21 PM, Lingzhu Xiang wrote: I would suggest translating F20 backto MICMUTE. The problem with this is that one day in the future, someone will need F20 for something else. And we'll have to either break

Bug#738611: acpid: Mic mute button not recognized on Thinkpad again

2014-02-17 Thread Lingzhu Xiang
I agree with the following solution. On Feb 17, 2014 8:42 AM, Ted Felix t...@tedfelix.com wrote: On 02/11/2014 11:29 PM, Lingzhu Xiang wrote: If now acpid users change rules to handle button/f20 for mic muting, and in the future udev maps something else to f20 in your case, then those rules

Bug#738611: acpid: Mic mute button not recognized on Thinkpad again

2014-02-17 Thread Lingzhu Xiang
:2.0.21-1 patched with upstream d040a5e works correctly with the micmute button on Thinkpad x240 and udev 204-6 with original keymaps. acpi_listen can get button/f20 events; actions are triggered. Tested-by: Lingzhu Xiang ling...@lingzhuxiang.com -- To UNSUBSCRIBE, email to debian-bugs-dist-requ

Bug#730821: libsunpinyin3: fails to convert ue and iong syllables and crashes

2014-02-21 Thread Lingzhu Xiang
I bisected the regression and opened a bug upstream https://github.com/sunpinyin/sunpinyin/issues/42. Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#730821: libsunpinyin3: fails to convert ue and iong syllables and crashes

2014-02-21 Thread Lingzhu Xiang
rebuilding sunpinyin-data with updated dict.utf8 and lm_sc.t3g.arpa from open-gram upstream would resolve this. Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#731447: zathura-mupdf using libmupdf.a?

2014-10-20 Thread Lingzhu Xiang
Hi, So mupdf upstreams says fitz is still immature and should not be exposed nor dynamically linked (#719351). But isn't the point of zathura-mupdf to encapsulate mupdf within a .so plugin and maintain a stable interface between this plugin and zathura? That should not be a blocker. Zathura

Bug#503231: Please provide inkscape-gtk package for non-gnome users

2015-01-30 Thread Lingzhu Xiang
vfs would disable some features of importing online resources, so creating a separate package would be the best choice. And the needed modification is minimal, just --without-gnome-vfs. Regards, Lingzhu Xiang -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#801401: Workarounds for rootless Xorg

2015-10-22 Thread Lingzhu Xiang
Xorg without setuid is a good thing for security. But it's still possible to manage without systemd-logind. As outlined in http://hansdegoede.livejournal.com/14268.html, several privileges needed by xorg are moved to be managed in logind. Those privileges can be provided alternatively as follows:

Bug#801401: Workarounds for rootless Xorg

2015-10-22 Thread Lingzhu Xiang
On Thu, Oct 22, 2015 at 7:28 PM, Christopher James Halse Rogers wrote: >> * Privilege to drmSetMaster() >> >> If there is only one drm device no setup is needed. > > > This is an incorrect understanding of what drmSetMaster() does. It is not > setting a

Bug#799069: New upstream release of libusb

2015-09-15 Thread Lingzhu Xiang
Package: libusb-1.0-0 Version: 2:1.0.19-1 Severity: wishlist Dear maintainer, Please consider update libusb to 1.0.20 https://github.com/libusb/libusb/releases/tag/v1.0.20 This release contains important fix for Kinect 2 users: https://github.com/libusb/libusb/blob/master/ChangeLog (Linux:

Bug#844398: sunpinyin-data: unusable word frequency

2016-11-15 Thread Lingzhu Xiang
Package: sunpinyin-data Version: 0.1.22+20131212-2 Severity: important After updating from 0.1.22+20131212-1 to -2, candidate choices are completely unsorted by word frequency. It becomes very difficult to scroll many pages to look for the most common words to the point of unusable. Reverting to

Bug#1023439: Conflicts with libgcc_s.so

2022-11-04 Thread Lingzhu Xiang
Package: libunwind-13 Version: 1:13.0.1-7 Severity: grave LLVM libunwind and libgcc_s.so export the same unwinding functions. $ objdump -T libgcc_s.so.1 | grep _Unwind_GetLanguageSpecificData 00014a00 gDF .text 000c GCC_3.0 _Unwind_GetLanguageSpecificData $ objdump -T