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
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
** 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
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
** 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
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
** 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
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
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
@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
** Description changed:
backport upstream commits to precise-updates
2b23074a0c082219fe4490fa05b13a481b34b41e(partial),
e89c2d48a991590c18c28ac867ccda67d4425187 and
44d47bbe6fe6ed0c8fc5855c07b2917a38371ae4 to support high resolution for
grub terminal.
+
+ Upstream bug: https://savannah.
** 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
** 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
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
@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
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
@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
@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
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
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
** 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
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
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
-
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
@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
@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
** 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:
** 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:
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
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
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
31 matches
Mail list logo