[Bug 550717] Re: [Lucid] two accessiblity related bug with Ubiquity, with easy to fix
Attila Hammer
hammera at pickup.hu
Thu Feb 2 06:23:05 UTC 2012
Hy Colin,
Thank you the patch reviev.
Now I downloading current daily build of 12.04, and will be trying the
gksudo test to see I Ubuntu Accessibility List wrote problem is resolved
or not.
Attila
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/550717
Title:
[Lucid] two accessiblity related bug with Ubiquity, with easy to fix
Status in “ubiquity” package in Ubuntu:
Incomplete
Bug description:
Binary package hint: ubiquity
Dear Developers,
In Ubuntu Accessibility List, Bill Cox Vinux developer wroted following letter:
"When installing with screen reader enabled, ubiquity stops talking
about half the time, which is very frustrating for blind users. I've
been able to get it to work reliably, with only two edits.
First in /usr/bin/ubiquity, change the call from gksu to sudo:
toexec = ['gksudo', '--preserve-env']
if desktop:
toexec.extend(['--desktop', desktop])
toexec.append('--')
Should be just:
toexec = ['sudo', '-E']
The second thing is more minor. If you select a large font, and
install in a VirtualBox machine, with an 800x600 display, then ubquity
hangs when the partitioner screen starts. This is caused by a
one-line bug in /usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py. Just
comment out line 554, the last line of win_size_req:
widget.resize(w, h)
should be:
#widget.resize(w, h)"
I am a blind people, and I absolute confirmed Bill wroted problems.
I maked a test fix patch with solving Bill wroted two problem, and add the sudo prefix the ubiquity-2.2.10/desktop/ubiquity-gtkui.desktop.in file. The desktop.in modification is needed.
I tested the patch. I Rebuild the entire Ubiquity source package, and install the modifyed package with a custom Ubuntu Lucid live CD.
I see following right result:
When I installing my modifyed Ubuntu Lucid live CD with Screen Reader accessibility mode, Orca is right working entire installation, not stop talking entire installation procedure.
Please use my fix patch if this is possible.
Attila
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: ubiquity 2.2.10
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic i686
Architecture: i386
Date: Mon Mar 29 09:16:53 2010
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100129)
ProcEnviron:
LANGUAGE=hu_HU.UTF-8
LANG=hu_HU.UTF-8
SHELL=/bin/bash
SourcePackage: ubiquity
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/550717/+subscriptions
More information about the foundations-bugs
mailing list