[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-09 Thread Yu Ning
@Sebastien, I just made a quick check for the redesigned code, yes, it does similar blockingunblocking on power_callback(), that is also what my patch does. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu.

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
I'll also try with latest upstream version. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1248720 Title: Bluetooth ON/OFF button switches OFF automatically Status in

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
I installed gnome desktop on ubuntu trusty, and can also reproduce the issue in gnome-control-center. The package version is: gnome-control-center 1:3.6.3-0ubuntu56.1 $ gnome-control-center --version gnome-control-center 3.6.3 -- You received this bug notification because you are a member of

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
Tested with gnome live [1], the issue is not reproduced, the g-c-c version is 3.16.0. I also checked the source code [2], looks like the issue is already fixed via a redesign [3]. The upstream tracker for the redesign is https://bugzilla.gnome.org/show_bug.cgi?id=719565 [1]:

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
Let me install a gnome desktop and have a try. Will update later. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1248720 Title: Bluetooth ON/OFF button switches OFF

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-08 Thread Yu Ning
The issue is also reproduced in ubuntu gnome daily image [1], the package version is 1:3.14.2-2ubuntu3 [1]: http://cdimage.ubuntu.com/ubuntu-gnome/daily-live/20150407/ -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-03 Thread Yu Ning
** Branch linked: lp:~yuningdodo/unity-control-center/unity-control- center.lp1248720-block-power-callback-unless-its-triggered-by-user -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu.

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-04-01 Thread Yu Ning
Hi guys, I have converted my patch (comment #8) to a merge proposal, could anyone help review it? Thanks in advance. https://code.launchpad.net/~yuningdodo/unity-control-center/unity- control-center.lp1248720-block-power-callback-unless-its-triggered-by- user/+merge/255041 -- You received this

[Desktop-packages] [Bug 1396464] Re: Audio switch between mute and unmute automatically and repeatedly

2015-01-28 Thread Yu Ning
** Also affects: unity-control-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1396464 Title: Audio switch

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-01-27 Thread Yu Ning
The issue can also be reproduced on my 14.04, by adding some prints in the source code I found it's cause by a logic trap: 1. we click the switch in the u-c-c bt panel to turn on the bt 2. in the widget's notify::active callback it set the BT state to unblocked 3. the BT state-changed callback is

[Desktop-packages] [Bug 1248720] Re: Bluetooth ON/OFF button switches OFF automatically

2015-01-27 Thread Yu Ning
forgot to mention the patch is for u-c-c, and I only have it tested on the trusty branch: lp:unity-control-center/14.04 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu.

[Desktop-packages] [Bug 1396464] Re: Audio switch between mute and unmute automatically and repeatedly

2015-01-09 Thread Yu Ning
With some further digs I think we could fix the issue in u-c-c in a more reasonable way: https://code.launchpad.net/~yuningdodo/unity-control-center/unity-control-center.lp1396464-prevent-update-sink-input-in-parallel/+merge/245927 The previous u-s-d patch is no longer needed. -- You received

[Desktop-packages] [Bug 1396464] [NEW] Audio switch between mute and unmute automatically and repeatedly

2014-11-25 Thread Yu Ning
Public bug reported: Steps: 1. Install Ubuntu 14.04.1 image 2. launch System Settings - Sound 3. press Volume Down until mute 4. press Volume Down for several times then press Volume Up immediately 5. repeat step 4 for several times Excepted result: everything should just works Actual result:

[Desktop-packages] [Bug 1396464] Re: Audio switch between mute and unmute automatically and repeatedly

2014-11-25 Thread Yu Ning
In my side the issue is fixed by a patch: https://code.launchpad.net/~yuningdodo/ubuntu/trusty/unity-settings-daemon/unity-settings-daemon.lp1396464-set-volume-to-zero-before-mute/+merge/242869 it seems volume can't be set to zero if we have already set mute, so my solution is adjusting volume

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-11-06 Thread Yu Ning
hmm, I have no idea now, it looks like a race condition issue to me, however the root cause is not clear yet. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1371625 Title:

[Desktop-packages] [Bug 1390016] Re: [BDW] GPU hang with xvideo

2014-11-06 Thread Yu Ning
I verified on trusty, with xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3 installed the video can be played through xvideo successfully, no GPU hanging. So I believe the issue is properly fixed in trusty. I'll update the tags. ** Tags removed: verification-needed ** Tags added: verification-done

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-11-05 Thread Yu Ning
I didn't mean to awake twice, but sleep - awake sudo nmcli nm sleep true sudo nmcli nm sleep false would you like to give it a try? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu.

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-11-02 Thread Yu Ning
thanks for the tests. how about manually sleep awake again? sudo nmcli nm sleep true sudo nmcli nm sleep false -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1371625 Title:

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-10-31 Thread Yu Ning
paolo, I did have encountered the issue you mentioned in comment #7, however that was on ubuntu precise (12.04), and it wasn't reproduced on 12.10 and later. Could you please report a separate LP bug for it. For the NM asleep issue, we can put the workaround in a PM hook, so we don't have to

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-10-29 Thread Yu Ning
** Also affects: oem-priority Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1371625 Title: wifi don't work after suspend Status

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-10-29 Thread Yu Ning
paolo, thanks a lot for the translation. Then we have the same issue, on my box network manager is put into sleep during suspend, but not awaken during resuming. Although the root cause is not clear yet, you can manually execute below command as a workaround: sudo nmcli nm sleep false This

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-10-26 Thread Yu Ning
Sorry, I can't read it... Could you run the command instead? LANG=C nmcli nm -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1371625 Title: wifi don't work after suspend

[Desktop-packages] [Bug 1371625] Re: wifi don't work after suspend

2014-10-24 Thread Yu Ning
@paolo, could you check the output of command nmcli nm? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1371625 Title: wifi don't work after suspend Status in

[Desktop-packages] [Bug 1316734] Re: Scaling factors for high DPI screens are sometimes applied twice

2014-09-22 Thread Yu Ning
** Also affects: oem-priority Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity https://bugs.launchpad.net/bugs/1316734 Title: Scaling factors

[Desktop-packages] [Bug 1310489] Re: xorg.conf overwritten by booting system

2014-09-05 Thread Yu Ning
On A+A config I found although fglrx will not be disabled by gpu- manager, xorg.conf will still be regenerated, and with the regenerated xorg.conf there is no graphics switching option in amdcccle (amd control center). -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1059872] Re: Error formatting disk using disk utility

2014-09-01 Thread Yu Ning
Hi, I have proposed a patch which backport util-linux 2.25-8ubuntu1 from utopic to trusty: https://code.launchpad.net/~yuningdodo/ubuntu/trusty/util-linux/util- linux.backport-utopic-2.25-8ubuntu1/+merge/232848 The patch works for myself, however I am not sure if there will be any side effect

[Desktop-packages] [Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-31 Thread Yu Ning
@Bryan, could you please paste the error messages here? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1294877 Title: Error erasing device: Unknown or unsupported erase type `'

[Desktop-packages] [Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-27 Thread Yu Ning
The timed out error should be a different issue, bug #1059872. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1294877 Title: Error erasing device: Unknown or unsupported erase type

[Desktop-packages] [Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-25 Thread Yu Ning
Bug #1361475 is filed for the third fail case in comment #29. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1294877 Title: Error erasing device: Unknown or unsupported erase type `'

[Desktop-packages] [Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-25 Thread Yu Ning
Bug #1361474 is filed for the second fail case in comment #29. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1294877 Title: Error erasing device: Unknown or unsupported erase type

[Desktop-packages] [Bug 1294877] Re: Error erasing device: Unknown or unsupported erase type `'

2014-08-25 Thread Yu Ning
I verified with usb-creator 0.2.56, my usbstick has dos partition table and two fat32 partitions, then I launch usb-creator-gtk, select the first partition and click Eraase Disk, after a second or two, the partition is successfully erased, all files in the partition are erased as expected. So I

[Desktop-packages] [Bug 1294877] Re: usb-creator fails to wipe usb device when the device has ext4 partition

2014-08-14 Thread Yu Ning
Yes, I had also tried to use the type=empty in comment #16 (the last line), it should work. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1294877 Title: usb-creator fails to wipe

[Desktop-packages] [Bug 1294877] Re: usb-creator fails to wipe usb device when the device has ext4 partition

2014-08-13 Thread Yu Ning
** Description changed: A dialog with the following text appears anytime I try to wipe my usb pen (both when partitioned and unpartitioned): org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last): - File /usr/lib/python3/dist-packages/dbus/service.py, line 707,

[Desktop-packages] [Bug 1334679] Re: Scrolling in Ubuntu causes garbled screen

2014-07-30 Thread Yu Ning
I can also reproduce this issue on an AMD laptop with fglrx graphic driver installed, but the display is normal and correct if I uninstalled the fglrx driver. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to chromium-browser in Ubuntu.

[Desktop-packages] [Bug 1318954] Re: Error formatting disk Error synchronizing after initial wipe: Timed out waiting for object (udisks-error-quark, 0)

2014-07-07 Thread Yu Ning
The bug is marked as closed in debian with util-linux (2.20.1-5.8), I have made some tests with it on my trusty environment, the timed out issue is still reproduced with gnome-disks or usb-creator. -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1318954] Re: Error formatting disk Error synchronizing after initial wipe: Timed out waiting for object (udisks-error-quark, 0)

2014-07-07 Thread Yu Ning
If we ignore the timed out error in util-linux/src/udiskslinuxblock.c: handle_format(): if (udisks_daemon_wait_for_object_sync (daemon, wait_for_filesystem, wait_data,

[Desktop-packages] [Bug 1294877] Re: usb-creator fails to wipe usb device when the device has ext4 partition

2014-06-16 Thread Yu Ning
I tested this on trusty, with the zero erase type it popups below messages several seconds after clicking the erase button. org.freedesktop.DBus.Python.gi._glib.GError: Traceback (most recent call last): File /usr/lib/python3/dist-packages/dbus/service.py, line 707, in _message_cb retval =

[Desktop-packages] [Bug 1294877] Re: usb-creator fails to wipe usb device when the device has ext4 partition

2014-06-16 Thread Yu Ning
Oh, thanks for the information. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1294877 Title: usb-creator fails to wipe usb device when the device has ext4 partition Status in OEM

[Desktop-packages] [Bug 1309550] Re: Exec should be amdxdg-su -c /usr/bin/amdcccle in ubuntu-amdccclesu.desktop

2014-05-09 Thread Yu Ning
The root cause is we have switched from gksu to pkexec in 14.04, so we should also add pkexec support in amdxdg-su. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fglrx-installer in Ubuntu. https://bugs.launchpad.net/bugs/1309550

[Desktop-packages] [Bug 1308323] Re: Shutdown/reboot/login/logout notification prompts not scaled after toggling UI scale Edit

2014-04-20 Thread Yu Ning
** Also affects: oem-priority Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity https://bugs.launchpad.net/bugs/1308323 Title:

[Desktop-packages] [Bug 1284521] Re: unity-settings-daemon crashed with SIGSEGV in g_bit_lock()

2014-04-09 Thread Yu Ning
** Also affects: oem-priority Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-settings-daemon in Ubuntu. https://bugs.launchpad.net/bugs/1284521 Title: unity-settings-daemon crashed

[Desktop-packages] [Bug 412738] Re: Can't record a second sound clip

2012-10-26 Thread Yu Ning
There is a upstream report for this bug: https://bugzilla.gnome.org/show_bug.cgi?id=490576 ** Bug watch added: GNOME Bug Tracker #490576 https://bugzilla.gnome.org/show_bug.cgi?id=490576 ** Also affects: gnome-media via https://bugzilla.gnome.org/show_bug.cgi?id=490576 Importance:

[Desktop-packages] [Bug 412738] Re: Can't record a second sound clip

2012-10-26 Thread Yu Ning
Maybe I should provide a patch instead of a branch. ** Patch added: fix-missing-eos-in-sound-recording.patch https://bugs.launchpad.net/gnome-media/+bug/412738/+attachment/3414090/+files/fix-missing-eos-in-sound-recording.patch -- You received this bug notification because you are a member

[Desktop-packages] [Bug 412738] Re: Can't record a second sound clip

2012-10-26 Thread Yu Ning
Maybe I should provide a patch instead of a branch. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-media in Ubuntu. https://bugs.launchpad.net/bugs/412738 Title: Can't record a second sound clip Status in GNOME Media

[Desktop-packages] [Bug 795765] Re: CDs won't resume playing after being paused

2012-10-18 Thread Yu Ning
Hi, I am trying to fix this bug. I think this bug is caused by a missed cleanup in the open location thread. Details can be found at [1]. Thanks Ning [1] https://code.launchpad.net/~yuningdodo/rhythmbox/cleanup_open_location_thread/+merge/130363 -- You received this bug notification because

[Desktop-packages] [Bug 412738] Re: Can't record a second sound clip

2012-10-17 Thread Yu Ning
Hi, I am trying to fix this bug. I think the problem is that sound recorder does file switching in the 'message::eos' handler, however the message is not generated at all. I am not sure if this is a bug in gstreamer, but we could at least bypass this by send the message manually when recording