[Bug 913793] Re: keyboard backlight adjust wrongly

2012-03-08 Thread Li Li
Confirmed the issue is gone after apt-get upgrade. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/913793 Title: keyboard backlight adjust wrongly To manage notificat

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-02-14 Thread Li Li
Filed at https://bugzilla.gnome.org/show_bug.cgi?id=670116 ** Bug watch added: GNOME Bug Tracker #670116 https://bugzilla.gnome.org/show_bug.cgi?id=670116 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubu

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-20 Thread Li Li
** Changed in: gnome-settings-daemon (Ubuntu) Assignee: (unassigned) => Ubuntu Desktop (ubuntu-desktop) ** Changed in: gnome-settings-daemon (Ubuntu) Status: Fix Committed => Triaged -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subsc

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-20 Thread Li Li
Seems nobody review and merge the patch. I still see this issue now. :( -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/913793 Title: keyboard backlight adjust wrongly

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
** Changed in: gnome-settings-daemon (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/913793 Title: keyboard backli

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
This is the debian package compiled with the above patches - putting here just in case you want to have a quick test without compiling it by yourself. ** Attachment added: "gnome-settings-daemon_3.2.2-0ubuntu8_amd64.deb" https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/9137

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
quilt series file along with the patch above, putting in debian/patches folder as well. ** Attachment added: "series" https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/913793/+attachment/2669879/+files/series -- You received this bug notification because you are a member o

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
This patch fixed the two overflow happened in calculating brightness during StepDown and StepUp. Tested on my MacBookAir 4,1 already. Please review and merge it to debian/patches folder. ** Patch added: "91_fix_overflow_in_abs_to_percentage.patch" https://bugs.launchpad.net/ubuntu/+source/gn

[Bug 913793] Re: keyboard backlight adjust wrongly

2012-01-12 Thread Li Li
Found the overflow root cause in gnome-setting-daemon. ** Package changed: linux (Ubuntu) => gnome-settings-daemon (Ubuntu) ** Changed in: gnome-settings-daemon (Ubuntu) Status: Incomplete => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bug

[Bug 913785] Re: bluetooth-applet doesn't start automatically on Precise

2012-01-09 Thread Li Li
-- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/913785 Title: bluetooth-applet doesn't start automatically on Precise To manage notifications about this bug go to: https://b

[Bug 913785] [NEW] bluetooth-applet doesn't start automatically on Precise

2012-01-09 Thread Li Li
Public bug reported: Previously bluetooth-applet would start and show an icon on the above of the screen. But on Precise (Macbook Air 4,1), it doesn't. Have to run bluetooth-applet manually to enable that. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: gnome-bluetooth 3.2.1-1ubuntu3 ProcVe

[Bug 821619] Re: checkbox for untrustworthy certificates doesn't take effect

2011-09-29 Thread Li Li
Confirmed this has been fixed Since Sep 30, 2011 (empathy 3.2.0-0ubuntu1) in Oneiric. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/821619 Title: checkbox for untrustworthy certif

[Bug 821619] Re: checkbox for untrustworthy certificates doesn't take effect

2011-09-22 Thread Li Li
It's boring to show the dialog again and again. I'm using the latest Oneiric. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to empathy in Ubuntu. https://bugs.launchpad.net/bugs/821619 Title: checkbox for untrustworthy certificates d

[Bug 855582] Re: gnome-control-center crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2011-09-21 Thread Li Li
*** This bug is a duplicate of bug 851402 *** https://bugs.launchpad.net/bugs/851402 ** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 851058] xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
Hi all, I met a segfault issue with xchat-gnome in Ubuntu Oneiric. The following small patch fixes the segfault when network status is changing. --- xchat-gnome-0.30.0~git20100421.29cc76.orig/plugins/net-monitor/net-monitor.c +++ xchat-gnome-0.30.0~git20100421.29cc76/plugins/net-monitor/net-moni

[Bug 851058] Re: xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
The following small patch fixes the segfault when network status is changing. --- xchat-gnome-0.30.0~git20100421.29cc76.orig/plugins/net-monitor/net-monitor.c +++ xchat-gnome-0.30.0~git20100421.29cc76/plugins/net-monitor/net-monitor.c @@ -176,7 +176,8 @@ set_network_mode (NetworkStatus status)

[Bug 851058] Re: xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
For some unknown reason, the plugin detect NETWORK_UP only without NETWORK_DOWN, with "networks" being NULL, causing the segfault. Should protect this by checking the value of networks before calling g_hash_table_foreach. -- You received this bug notification because you are a member of Ubuntu De

[Bug 851058] Re: xchat-gnome crashed with SIGSEGV in g_hash_table_foreach()

2011-09-20 Thread Li Li
Update: backtrace in gdb (gdb) bt #0 0x00b6f61c in g_hash_table_foreach () from /lib/i386-linux-gnu/libglib-2.0.so.0 #1 0x019be08c in set_network_mode (status=) at net-monitor.c:179 #2 0x019be48f in determine_network_status () at net-monitor.c:215 #3 filter_func (connection=0x8316e40,

[Bug 552403] [NEW] Lack "deinterlace" option in Totem-Gstreamer

2010-03-31 Thread Li Li
Public bug reported: Binary package hint: totem There should be a "deinterlace" option (e.g. under "view" menu) for user to switch it when playing 1080p/1080i videos. The most popular movie player (such as VLC) has such an option. ** Affects: totem (Ubuntu) Importance: Undecided St

[Bug 528524] Re: Sound not working in all apps on dove

2010-03-28 Thread Li Li
Add another finding here in case it is not mentioned before. findings and investigation == You can enable audio on ubuntu lucid as follows: 1. Add USER ubuntu to audio group /* this seems has been fixed in the latest Lucid */ # sudo usermod –aG audio ubuntu 2.

[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread Li Li
Maybe there is better approach, but this actually works here. -- Power Manager Brightness not clickable https://bugs.launchpad.net/bugs/535097 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@l

[Bug 535097] Re: Power Manager Brightness not clickable

2010-03-26 Thread Li Li
Please see below information from Paul Li: To compile this package successfully, should disable -DGSEAL_ENABLE in Makefile or configure.ac as well. In gnome-power-manager_2.29.91-0ubuntu5 or newer, the line “GTK_WIDGET_UNSET_FLAGS (applet->popup, GTK_TOPLEVEL);” disappeared and result in the be