[Bug 1443599] [NEW] doInstall treats local file as snappy package but forget to check whether it is a dir

2015-04-13 Thread Yang Bai
Public bug reported: do `ubuntu-device-flash --oem blahpackage` and if you current dir has one dir named blahpackage, this dir will be treated as a snappy to be verified by debsig-verify, this leads to a fail. ** Affects: snappy (Ubuntu) Importance: Undecided Status: New ** Branch

[Bug 1438587] [NEW] connect button is grey when connecting to Ad-hoc SSID

2015-03-31 Thread Yang Bai
Public bug reported: First, I created an adhoc network through nm-applet->create new wifi network. Network Name: 111 wi-fi security: WEP 128-bit Passphrase key: 222 Then click create button and wait for its ready. using another machine to connect to this "111", enter password 222 and you can fi

[Bug 1418400] Re: 'Failed to add/activate connection' error pops up when user try to connect guest wifi in login interface.

2015-02-05 Thread Yang Bai
** Also affects: network-manager Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1418400 Title: 'Failed to add/activate connection' error pops up when user

[Bug 1407865] Re: "Super+Alt+S" did not function at the login screen

2015-02-02 Thread Yang Bai
Installed a fresh trusty and upgraded (w/o trusty-proposed), super+alt+s can not open screen reader during login screen. After enabling proposed and install unity-greeter from trusty-proposed, super+alt+s can open screen reader during login screen. Add tag "verification-done" ** Tags removed: ve

[Bug 1407867] Re: There are some incorrect button reminder of Software center when using orca screen reader.

2015-01-05 Thread Yang Bai
** Also affects: software-center (Ubuntu) Importance: Undecided Status: New ** Also affects: software-center Importance: Undecided Status: New ** Also affects: oem-priority Importance: Undecided Status: New ** Also affects: oem-priority/trusty Importance: Undecid

[Bug 1407867] [NEW] There are some incorrect button reminder of Software center when using orca screen reader.

2015-01-05 Thread Yang Bai
Public bug reported: Summary: There are some incorrect button reminder of Software center when using orca screen reader. Steps to reproduce: 1. Boot into the system. 2. Login the system and enable the orca screen reader. 3. Start the software center and click "AllSoftware/Installed/History". Expe

[Bug 1407865] Re: "Super+Alt+S" did not function at the login screen

2015-01-05 Thread Yang Bai
** Also affects: oem-priority Importance: Undecided Status: New ** Also affects: oem-priority/trusty Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1407865] [NEW] "Super+Alt+S" did not function at the login screen

2015-01-05 Thread Yang Bai
Public bug reported: Summary:Some accessibility features of the Ubuntu operating system did not function. The command to toggle the Orca screen reader on and off (super+alt+S) did not function at the Login screen. Steps to reproduce: 1. Boot into the system. 2. Press "super+alt+s" to enable the

[Bug 1297128] Re: Backport patches to support high resolution for grub terminal

2014-06-12 Thread Yang Bai
Verified with 2560*1440 monitor. Without precise-proposed, grub terminal only shows on almost 1/5 screen. And enable precise-proposed then upgrade, grub terminal can show on the whole screen. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notificat

[Bug 1297128] Re: Backport patches to support high resolution for grub terminal

2014-03-25 Thread Yang Bai
@Ara, we tested with Trusty, this issue can not been reproduced. So this does not affect trusty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297128 Title: Backport patches to support high resolu

[Bug 1297128] Re: Backport patches to support high resolution for grub terminal

2014-03-25 Thread Yang Bai
** Description changed: backport upstream commits to precise-updates 2b23074a0c082219fe4490fa05b13a481b34b41e(partial), e89c2d48a991590c18c28ac867ccda67d4425187 and 44d47bbe6fe6ed0c8fc5855c07b2917a38371ae4 to support high resolution for grub terminal. + + Upstream bug: https://savannah.

[Bug 1297128] Re: Backport patches to support high resolution for grub terminal

2014-03-25 Thread Yang Bai
** Also affects: oem-priority Importance: Undecided Status: New ** Also affects: oem-priority/precise Importance: Undecided Status: New ** Changed in: oem-priority Assignee: (unassigned) => Ara Pulido (apulido) -- You received this bug notification because you are a mem

[Bug 1297128] Re: Backport patches to support high resolution for grub terminal

2014-03-25 Thread Yang Bai
** Also affects: grub Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1297128 Title: Backport patches to support high resolution for grub terminal To manag

[Bug 1297128] [NEW] Backport patches to support high resolution for grub terminal

2014-03-25 Thread Yang Bai
Public bug reported: backport upstream commits to precise-updates 2b23074a0c082219fe4490fa05b13a481b34b41e(partial), e89c2d48a991590c18c28ac867ccda67d4425187 and 44d47bbe6fe6ed0c8fc5855c07b2917a38371ae4 to support high resolution for grub terminal. ** Affects: grub2 (Ubuntu) Importance: Unde

[Bug 1240366] Re: Use the same key to interrupt autoboot under legacy and EFI

2013-11-28 Thread Yang Bai
@Colin, Setting GRUB_HIDDEN_TIMEOUT will add at least one second time to the boot time. Do you have any better idea to fix this issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240366 Title: U

[Bug 1178618] Re: --hotkey option does not work when the menu is hidden

2013-11-27 Thread Yang Bai
I had sent the patch in comment 15 to grub mailing list http://lists.gnu.org/archive/html/grub-devel/2013-09/msg00053.html. There were some comments on it and this patch is rejected. After discussing, the maintaner wants to use the patch in comment 14. Franz Hsieh sent one update patch to the up

[Bug 1240366] Re: Use the same key to interrupt autoboot under legacy and EFI

2013-11-19 Thread Yang Bai
@Steve, What we want is getting rid of "keystatus --shift" testing and using only "sleep --interruptible" so on both legacy and UEFI platforms, we can use "ESC" to interrupt auto boot. I have tested your solution, it really works. Thanks VERY MUCH. On both platforms, there will be only sleep test

[Bug 1240366] Re: Use the same key to interrupt autoboot under legacy and EFI

2013-11-18 Thread Yang Bai
@Steve, What about making the sleep waiting second an option in /etc/default/grub? and set to 1? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240366 Title: Use the same key to interrupt autoboot

[Bug 1202524] Re: [lts] Switch VGA mode will become black screen

2013-11-06 Thread Yang Bai
Tried with a fresh installation of 12.04.3. The xorg stack is lts- raring. Without 2:2.21.6-0ubuntu4.3~precise1 in precise-proposed, this issue can be reproduced. After installing this package, this issue is fixed. -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1202524] Re: [lts] Switch VGA mode will become black screen

2013-11-04 Thread Yang Bai
Tried to install ubuntu 12.10 on that machine but failed. The kernel in the installation iso is 3.5.0-17, there is no i915-hsw module. So I tried to do a fresh installation of 12.04.2. The xorg stack is lts- quantal. Without 2:2.20.9-0ubuntu2.3~precise1 in precise-proposed, this issue can be repro

[Bug 1240366] Re: Use the same key to interrupt autoboot under legacy and EFI

2013-10-15 Thread Yang Bai
** Also affects: grub Importance: Undecided Status: New ** Also affects: oem-priority Importance: Undecided Status: New ** Also affects: oem-priority/precise Importance: Undecided Status: New ** Changed in: oem-priority Importance: Undecided => High ** Changed i

[Bug 1240366] [NEW] Use the same key to interrupt autoboot under legacy and EFI

2013-10-15 Thread Yang Bai
Public bug reported: We have one change in ubuntu_quick_boot.patch, as: +if [ "x\${timeout}" != "x-1" ]; then + if keystatus; then +if keystatus --shift; then + set timeout=-1 +else + set timeout=0 +fi + else +if sleep$verbose --interruptible 3 ; then + set timeou

[Bug 1202524] Re: [lts] Switch VGA mode will become black screen

2013-10-10 Thread Yang Bai
on a fresh installed and updated (without proposed) raring system, this issue happens. And after enabling proposed and upgrade to xserver-xorg- video-intel 2:2.21.6-0ubuntu4.3, this issue is fixed. set tag verification-done. ** Tags removed: verification-needed ** Tags added: verification-done -

[Bug 1178618] Re: --hotkey option does not work when the menu is hidden

2013-09-16 Thread Yang Bai
What about use sleep --interruptible to get the hotkey we want to use? -{"interruptible", 'i', 0, N_("Allow to interrupt with ESC."), 0, 0}, +{"interruptible", 'i', 0, N_("Allow to interrupt with one key."), 0, ARG_TYPE_STRING}, I wrote a simple patch for this way. And we can use if slee

[Bug 1202524] Re: Switch VGA mode will become black screen

2013-07-25 Thread Yang Bai
@Timo, So if quantal uses uxa, the second one is not necessary with default settings but if users change to sna, the issue will be triggered. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202524 Tit

[Bug 1202524] Re: Switch VGA mode will become black screen

2013-07-25 Thread Yang Bai
@Timo, IMO, the first patch changes action both for uxa and sna, and the second one chages sna. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202524 Title: Switch VGA mode will become black screen

[Bug 1202524] Re: Switch VGA mode will become black screen

2013-07-23 Thread Yang Bai
** Also affects: oem-priority Importance: Undecided Status: New ** Changed in: oem-priority Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1202524 Title:

[Bug 1175445] Re: Booting Legacy BIOS, there are visual artifacts before loading kernel

2013-05-01 Thread Yang Bai
** Attachment added: "u.jpg" https://bugs.launchpad.net/ubuntu/+source/syslinux/+bug/1175445/+attachment/3662116/+files/u.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175445 Title:

[Bug 1175445] [NEW] Booting Legacy BIOS, there are visual artifacts before loading kernel

2013-05-01 Thread Yang Bai
Public bug reported: There is a visual artifacts flash on screen before “Ubuntu” LOGO displayed. Please refer to screen shot in attachment. GPU: 1. Intel Corporation Ivy Bridge Graphics Controller [8086:0166] 2. NVIDIA Corporation Device [10de:1140] (rev a1) ** Affects: syslinux (Ubuntu) I

[Bug 1175445] Re: Booting Legacy BIOS, there are visual artifacts before loading kernel

2013-05-01 Thread Yang Bai
Tested on 12.04.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175445 Title: Booting Legacy BIOS, there are visual artifacts before loading kernel To manage notifications about this bug go to: ht

[Bug 992163] Re: Cheese crashes on 2nd effects page

2012-10-28 Thread Yang Bai
Hi there, I can not reproduce this problem on my own computer, could you please install those packages and re-generate the Backtrace? gstreamer0.10-plugins-ugly-dbg gstreamer0.10-plugins-bad-dbg gstreamer0.10-plugins-base-dbg gstreamer0.10-plugins-good-dbg Thanks, Yang -- You received this bug