Re: braille initialization problem

2005-04-19 Thread Willie Walker
From http://www.mielke.cc/brltty/doc/BrlAPIref-HTML/group__brlapi__tty.html (though this depends upon your OS and X server impl): CONTROLVT=$(grep using VT number /var/log/XFree86.$(echo $DISPLAY | sed -e s/^.*::*\([0-9]*\).*$/\1/).log | sed -e s/^.*using VT number \([0-9]*\).*$/\1/) Will On

gnome-speech 0.3.7: festival synthesis driver issue

2005-05-25 Thread Willie Walker
Hi All: Just want to let you know: 1) There appears to be an issue with the festival-synthesis-driver in 0.3.7 not working properly when a client attempts to get a new speaker. 2) The issue appears to be related to the dreaded syntax of the strcmp method (i.e., a

Re: gnome-speech 0.3.7: festival synthesis driver issue

2005-05-26 Thread Willie Walker
Hi: The festival issue has been logged and I posted a patch: http://bugzilla.gnome.org/show_bug.cgi?id=305489 Will ___ gnome-accessibility-list mailing list gnome-accessibility-list@gnome.org

Re: gnome-speech and the fonix dectalk synthesizer

2005-06-06 Thread Willie Walker
a make then make install. Do I need to pass some specific parameters to the configure? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Willie Walker Sent: Monday, June 06, 2005 5:50 AM To: [EMAIL PROTECTED] Cc: gnome-accessibility-list@gnome.org Subject

Re: Lots of accessibility questions

2005-08-03 Thread Willie Walker
: On Wed, Aug 03, 2005 at 10:27:18PM EST, Willie Walker wrote: Also, I receive the following error when I try running orca-setup: [EMAIL PROTECTED]:~$ orca-setup Creating .orca directory. Traceback (most recent call last): File /usr/local/bin/orca-setup, line 64, in ? import orca.speech

Re: Compiling Gnome-Speech with FreeTTS.

2005-08-08 Thread Willie Walker
Hi Darragh: Hello, I have Gnome-Speech-0.3.6-4 installed and I'm trying to install FreeTTS 1.2.1. When you unzip the FreeTTS 1.2.1 installation, it will create a directory called lib. You need to pass this directory to the configure script using the --with-freetts-dir switch. For

Re: Compiling Gnome-Speech with FreeTTS.

2005-08-09 Thread Willie Walker
Thanks for the help Willie. I have that compiled and installed however I've yet another question. To check your installation, try the following (assuming you did the configure with --prefix=/usr): o Does /usr/bin/freetts-synthesis-driver exist? If not, something went awry with the

Re: gnome-speech and suse,

2005-08-23 Thread Willie Walker
Hi Nidhal:If the gnome-speech "test-speech" application is installed on yourdistribution, try running it.  Select the Festival synthesis driverand see if it can speak.  If it doesn't, try running festival byhand:[EMAIL PROTECTED] ~]$ festivalFestival Speech Synthesis System 1.95:beta July

Re: Gnome and support for the visually impaired

2005-09-30 Thread Willie Walker
Hi: Orca attempts to address this problem by using a different voice when speaking uppercase characters/words. The default is to merely raise the pitch of the normal voice, but it is configurable to be any voice from any synthesizer one might want to use. Will Bill Haneman wrote On 09/30/05

Re: Gnome and support for the visually impaired

2005-09-30 Thread Willie Walker
, these would be nice RFE's. Will Dave Mielke wrote On 09/30/05 13:36,: [quoted lines by Willie Walker on 2005/09/30 at 13:11 -0400] Orca attempts to address this problem by using a different voice when speaking uppercase characters/words. The default is to merely raise the pitch of the normal

Re: [g-a-devel] Unable to run latest CVS snapshot of orca.

2005-12-07 Thread Willie Walker
Yikes - I've seen this before, and if I remember correctly, it's because the AT-SPI Registry is corrupt. Have you tried rebooting? Will On Dec 7, 2005, at 4:55 AM, Luke Yelavich wrote: Hi all Today I downloaded the latest CVS snapshot of Orca. I was able to successfully build and install it,

Re: Re[2]: Problems with gnome-speech

2006-01-04 Thread Willie Walker
Well...this doesn't look good. If test-speech doesn't work, then there's no hope that gnopernicus or Orca will be able to use gnome-speech. Try doing this in one terminal: killall festival festival-synthesis-driver festival-synthesis-driver And then run test-speech in another

Re: Festival vs. F-lite disk space requirements

2006-02-24 Thread Willie Walker
Hi: If one looks at the Venn diagram of Festival/Flite/FreeTTS, the common logic is quite similar, but Festival's circle is much much larger than the other two. The common logic from this Venn diagram basically consists of a process of preprocessing input text, selecting units to play,

Re: Selecting gnome-speech drivers

2006-03-13 Thread Willie Walker
Hi: gnome-speech merely offers up a system for selecting/activating known speech drivers, with no particular speech driver being the 'default.' It is up to the assistive technology to decide what to do with them. To make sure your system is configured with the speech dispatcher driver

Re: Openoffice.org 2 and java-accessibility-bridge

2006-03-28 Thread Willie Walker
Hi Jan: For Orca and OOo, we're focusing on the new UNO-ATK bridge work being done for OOo 2.0.3 rather than depending upon the current method. As such, your best best is to probably wait until OOo 2.0.3 is available: http://development.openoffice.org/releases/OpenOffice_org_2_x.html

Re: development/contributing

2006-03-29 Thread Willie Walker
. Orca is indeed written in Python. There's a good online book here: http://www.diveintopython.org/ Hope this helps, Willie Walker, Orca Lead ___ gnome-accessibility-list mailing list gnome-accessibility-list@gnome.org http://mail.gnome.org/mailman

Orca 0.2.3

2006-04-23 Thread Willie Walker
== * What is it ? == Orca is a scriptable screen reader for the GNOME desktop for people with visual impairments. == * What's changed ? == == Orca 0.2.3 == * Many changes to the way settings are handled, including allowing

orca-0.2.4

2006-05-15 Thread Willie Walker
== * What is it ? == Orca is a scriptable screen reader for the GNOME desktop for people with visual impairments. For more information see: http://www.gnome.org/projects/orca/index.html http://live.gnome.org/Orca NOTE: www.gnome.org may still say the latest stable

gnome-mag-0.12.5

2006-05-15 Thread Willie Walker
0.12.5 * Fix for #323032, to install ORBit modules so orca can use the magnifier services (Thanks Willie Walker!). * Fix for #337985, to conform with the GNOME goal to use po/LINGUAS (Thanks Brian Pepple!). * Fixes for #338551, #341854, #341883, #341888. * Where can I get

Announcing Orca 0.2.5

2006-06-11 Thread Willie Walker
* What is Orca ? Orca is a scriptable screen reader for the GNOME desktop for people with visual impairments. == * What's changed ? == We've done a lot of work on Orca since the last release in both the new functionality and

Re: Saving Orca settings.

2006-07-10 Thread Willie Walker
Note also that the --setup option was added relatively recently. If orca --version doesn't work for you, it's likely that you have too old of a version of orca. We just released Orca 0.2.6 yesterday, so please give that a shot and we can take things from there. Will On Wed, 2006-07-05 at 16:54

Re: setting up orca

2006-07-10 Thread Willie Walker
Hi All: I don't know if it is only one model of laptop which gives access to Orca, whether the user had an extended keypad for his laptop or was able to access flat review mode or other Orca commands by using the FN key that comes with most laptops but could anyone possibly

Re: Am I best off using the I386 or the 64 bit version of Ubuntu?

2006-07-11 Thread Willie Walker
If you are using gnome-speech, please keep in mind the availability of 64-bit support for the speech engine you plan to use. All the open source ones should work fine (e.g., festival and FreeTTS), but some of the commercial ones are still only offering 32-bit versions. This may have an impact on

RE: Orca under Debian Unstable

2006-07-30 Thread Willie Walker
Hi All: I believe part of the problem here is that gnome panel can crash when one launches an application via Alt+F2 and accessibility is enabled (should be fixed in GTK+ 2.10): http://bugzilla.gnome.org/show_bug.cgi?id=326362 The other part of the problem is that we (Orca) are having

Re: Orca on Ubuntu

2006-08-01 Thread Willie Walker
Based on reports that Gnopernicus doesn't work either, it appears as though this may be a general platform accessibility problem. I've just finished building GARNOME 2.15.90 and I'm trying to figure out how to use it for my desktop on Ubuntu so I can do general a11y testing across the board for

Re: Orca on Ubuntu

2006-08-01 Thread Willie Walker
PS - Please note that the problems referred to here are for the latest bleeding edge GNOME 2.15 code on Ubuntu Edgy. People are not reporting accessibility regressions with GNOME 2.14 on Ubuntu 6.06. Will On Tue, 2006-08-01 at 16:14 -0400, Willie Walker wrote: Based on reports that Gnopernicus

Re: setting up dectalk

2006-08-04 Thread Willie Walker
Hi Michael: In the DECtalk directory that was created when you uncompressed it, you will find these two files: install.sh locations.sh My advice is to modify locations.sh to modify the first line (and only the first line) to say: BASE_DIR=/usr Then, run ./install.sh. You may need to do a

Re: Serious accessibility issue in Gnome 2.15.

2006-08-07 Thread Willie Walker
Hi All: I was finally able to do some testing with this. I'll confirm that none of these are Orca bugs. We do care, however, about the overall accessibility of the platform. So, we'll dig into these problems more and follow up with the appropriate teams. 1. Focus in gaim seems to be messed

Re: Gedit focus issue (was, Re: Serious accessibility issue in Gnome 2.15.)

2006-08-09 Thread Willie Walker
to be able to track the caret. --Al - Original Message - From: Willie Walker [EMAIL PROTECTED] To: Henrik Nilsen Omma [EMAIL PROTECTED] Cc: Al Puzzuoli [EMAIL PROTECTED]; Ubuntu Accessibility Mailing List ubuntu-accessibility@lists.ubuntu.com; Gnome accessibility gnome

Re: gnome-speech and 64-bit distros

2006-08-09 Thread Willie Walker
No news. If someone were so motivated to solve this problem, I'll bet the huge army of maintainer(s) dedicated solely to perfecting gnome-speech (ME :-)) would be happy to look at any patches. ;-) Will On Tue, 2006-08-08 at 12:30 -0400, Joanmarie Diggs wrote: Hi All. From the Orca FAQ:

Re: Gedit focus issue (was, Re: Serious accessibility issue in Gnome 2.15.)

2006-08-10 Thread Willie Walker
On Thu, 2006-08-10 at 18:05 +0800, Li Yuan wrote: I cannot reproduce this with gnopernicus. Gedit works fine after I maximize it. Thanks Li! This is a good data point - I suspect focus events might be coming in a different order with metacity/gedit in GNOME 2.15 than they are in GNOME 2.14.

Re: Gedit focus issue (was, Re: Serious accessibility issue in Gnome 2.15.)

2006-08-15 Thread Willie Walker
Hi All: Just to follow up... I'm not sure of the exact cause of the differences here (e.g., metacity, gedit?), but we put a workaround in Orca to handle the differences between GNOME 2.14 and GNOME 2.15/16. Thanks for reporting this problem! If someone has some time on their hands they might

Re: Gedit focus issue (was, Re: Serious accessibility issue in Gnome 2.15.)

2006-08-15 Thread Willie Walker
Yep and Thanks! I'm surprised there's not a object:state-changed:focused event in the Edgy version. I'm seeing that on my box. :-( Will On Tue, 2006-08-15 at 16:53 -0400, Joanmarie Diggs wrote: Hi Will. I'll take a stab at it. In Dapper: [...] window:maximize

Re: GNOME Accessibility Team Meeting @ Boston Summit?

2006-08-17 Thread Willie Walker
Hi All: We need to choose a day for the meeting, and develop an agenda - please log in to the wiki and add your suggestions. If there's enough support for this idea, we can dedicate a room to it - it might be useful to nominate a chair person to maintain the wiki page and run the meeting.

Re: GNOME Accessibility Team Meeting @ Boston Summit?

2006-08-17 Thread Willie Walker
Hey Aaron: I think this would be useful. From an OS platform standpoint, we're definitely lacking in compelling web accessibility. We all realize this and we all agreed earlier this year to center on Firefox 3 as our primary focus for web accessibility. You and the extended Firefox 3 teams

Dates (Re: GNOME Accessibility Team Meeting @ Boston Summit?)

2006-08-18 Thread Willie Walker
start the Mozilla Hackfest on Tue, Oct 10. Does this seem workable for everyone? Will On Thu, 2006-08-17 at 22:20 +1000, invisible ink wrote: quote who=Willie Walker I'm happy to volunteer to be chair for this meeting and have support from my management to spend time on it. Sweet

Re: Ubuntu Dapper Drake for AMD64 and speech

2006-08-27 Thread Willie Walker
Is anyone else able to run gnome-speech under 64 bit Linux i.e. run the test-speech application without errors? Can't do it on Linux, but it works great on Solaris on both 64-bit SPARC and 64-bit x86 hardware. Will On Sun, 2006-08-27 at 19:12 +0200, Roland Zitzke wrote: since speech

re: [gnopernicus on debian etch]

2006-09-05 Thread Willie Walker
Hi Rylan: The Orca that comes with Ubuntu should be pretty much unmodified. In addition, Orca v1.0.0 is now hot off the presses and should be showing up soon in various distributions. We've done the majority of our development and testing on Solaris and Ubuntu. Both of them provide a

Re: Starting brltty on edgy ubuntu-powerpc

2006-09-05 Thread Willie Walker
On the latest Ubuntu Edgy on my x86 laptop, I get BrlTTY 3.7.2 to work with my Baum Vario 40 display using the following command as root: brltty -d/dev/ttyUSB0 I noticed in the past that the brand of USB-Serial converter made a difference. The one I use is the Keyspan USA-19HS

Re: selecting text in a gnome terminal

2006-09-07 Thread Willie Walker
Samuel: Will the BrlTTY solution outlined below work well when an assistive technology (e.g., Orca) has taken control of the braille display for the GUI desktop? Will On Thu, 2006-09-07 at 17:05 +0200, Samuel Thibault wrote: Keith Watson, le Thu 07 Sep 2006 10:46:15 -0400, a écrit : I would

Re: Orca now running on AMD64 with latest Edgy installation

2006-09-08 Thread Willie Walker
Hi Roland: Glad to hear the gnome-speech thing just worked itself out without requiring mods to gnome-speech. :-) Dynamic language detection/switching is definitely an interesting thing to consider adding to Orca. Right now, however, it's not really on the core team's radar screen - we're

Re: Orca now running on AMD64 with latest Edgy installation

2006-09-08 Thread Willie Walker
All-in-all, it seems like we have the technology to do this. What we need now is a user experience based upon what real users expect, and someone experienced in the art to [help] do the work. :-) Thanks! Will On Fri, 2006-09-08 at 17:40 +0100, Bill Haneman wrote: Roland Zitzke wrote: Hi

Announcing Orca v1.0.0

2006-09-11 Thread Willie Walker
) Solaris, Ubuntu, and Fedora. You can also obtain Orca in source code form at the following URL: http://ftp.gnome.org/pub/GNOME/sources/orca/1.0/orca-1.0.0.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/orca/1.0/orca-1.0.0.tar.gz From the Sun Microsystems, Inc., Accessibility Program Office, Willie

Straw man agenda

2006-09-12 Thread Willie Walker
Hi All: After consideration of all the suggestions from the community (THANKS!), I've put together a straw man agenda for the Accessibility Summit for October 8, 2006, as part of the GNOME Boston 2006 Summit: http://live.gnome.org/Boston2006/AccessibilitySummit It's a full day, with the day

Re: Straw man agenda

2006-09-14 Thread Willie Walker
is for the community and should be about what the community wants to accomplish. Thanks! Will On Tue, 2006-09-12 at 10:17 -0400, Willie Walker wrote: Hi All: After consideration of all the suggestions from the community (THANKS!), I've put together a straw man agenda for the Accessibility Summit

Re: Straw man agenda

2006-09-15 Thread Willie Walker
and how to approach mapping a bug to the responsible component, and how to debug each component. That would probably be a useful topic too, if we can find time somewhere. The mapping would be very useful - I know it took me a while and I still get confused. Bill - as part of your talk,

Re: Straw man agenda

2006-09-15 Thread Willie Walker
Hi Brian: + I think a *lot* of a11y bugs are really the same sort of problems that you see over and over again. Programs that do not have accessible labels for widgets, for example. Perhaps it would be useful to pick a few bugs that are examples of the common a11y bugs that

Re: Ubuntu egdy and BRLTTY

2006-10-02 Thread Willie Walker
Hi Jason: Do you have information on what Orca should be doing to properly set up a connection with BrlTTY? As far as I know, Orca is making the appropriate API calls. There may be something else, such as a BrlAPI key or something else that is needed to be done on the BrlTTY side for Orca to be

Re: Ubuntu egdy and BRLTTY

2006-10-02 Thread Willie Walker
Hi Jason: Having said that, I couldn't get it to work under Debian, but there are other, larger problems with trying to run Orca under my Debian installation anyway and I haven't had time to identify the cause or solve the problems. Unfortunately, we don't have resources to test/develop Orca

Announcing Orca v2.17.0

2006-10-06 Thread Willie Walker
://ftp.gnome.org/pub/gnome/sources/orca/2.17/orca-2.17.0.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/orca/2.17/orca-2.17.0.tar.gz From the Sun Microsystems, Inc., Accessibility Program Office, Willie Walker, Project Lead Mike Pedersen, User Interface Design Rich Burridge, Core Development

Re: Announcing Orca v2.17.0

2006-10-09 Thread Willie Walker
Hi Janina: Can you clarify the numbering a little? If I understand the new numbering strategy, what was released some weeks ago as Orca 1.0 would be tantamount to a numbering like Orca 2.16.0. Is that correct? Yep! From this point on, though, we'd like to map the Orca release numbers to

[Fwd: Announcing Orca v2.17.1]

2006-10-14 Thread Willie Walker
/sources/orca/2.17/orca-2.17.1.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/orca/2.17/orca-2.17.1.tar.gz From the Sun Microsystems, Inc., Accessibility Program Office, Willie Walker, Project Lead Mike Pedersen, User Interface Design Rich Burridge, Core Development and Scripting Lynn Monsanto

Re: Linux desktop accessibility demo - which programs should I install

2006-10-17 Thread Willie Walker
Tomas: We are holding off on incorporating Speech Dispatcher into Orca until we can get callbacks: http://bugzilla.gnome.org/show_bug.cgi?id=349394 Thanks! Will On Tue, 2006-10-17 at 23:15 +0100, Bill Haneman wrote: That's interesting Tomas; Will Walker of the orca team seemed to think the

Re: Ubuntu 6.0.6.1 Install

2006-10-18 Thread Willie Walker
Lastly, note that Firefox 2 accessibility is pretty limited with orca, but I have been told that Firefox 3 beta versions, while perhaps a bit unstable, are _much_ more accessible via orca. WellFirefox 3 isn't quite accessible yet, but we (Orca team and Firefox team) are working on it

Re: Gnome-braille.

2006-10-19 Thread Willie Walker
Hi All: I think a while back we had the discussion of rolling better i18n support (e.g., a lot of the extra stuff that gnome-braille does) into BrlTTY/BrlAPI, thus simplifying the setup and use of braille. It also puts the functionality into the hands of people who are properly resourced to

Re: Anyone successfully using Gaim?

2006-10-22 Thread Willie Walker
Hi Lorenzo: On Ubuntu Edgy with GAIM 2.0.0beta3.1, Orca reads my buddy list just fine when I up and down arrow in it, and flat review also reviews it fine. Note that my buddy list only has contents when I log into AOL. I wonder if maybe your buddy list is empty (we have an RFE for this in Orca:

Re: Using espeak

2006-11-01 Thread Willie Walker
I looked over the linux accessibility demo thread earlier this month to refresh my memory, because I remembered reports that espeak and orca might not work so well together. If I read the thread correctly, though, the problems are with speech-dispatcher and orca. Do you have a pointer

Re: Loquendo (was Re: Using espeak)

2006-11-01 Thread Willie Walker
Hi All: My only dealings with Loquendo have been done indirectly via the folks that have written the gnome-speech driver for Loquendo (Juan Ramon Jimenez from ONCE, to be exact). I'll pass some questions on to ONCE, however, to see if they can help us get a response from Loquendo. The only

Re: Orca and Openoffice

2006-11-01 Thread Willie Walker
Hi Christian: Orca and Open Office play pretty well together. Do you have any error messages or anything of the sort that you can share with us? Will On Wed, 2006-11-01 at 16:12 +0100, Christian wrote: Hi all, Yesterday I downloaded the Ubuntu 6.10 release and I was able to run it without

Re: Re[2]: Orca and Openoffice

2006-11-01 Thread Willie Walker
and I have no sighted assitance around. I will try running it again and see if it works better. Ubuntu is not installed yet. Many thanks, Christian On 2006-11-01 at 10:28 Willie Walker wrote: Hi Christian: Orca and Open Office play pretty well together. Do you have any error

Re: Using espeak

2006-11-02 Thread Willie Walker
I'm still hoping to get back to Speech Dispatcher Orca backend soon, but as you may have also realized, the reality is not always in agreement with our wishes... :-) There's always too much work to do, too few people to do it, and not enough time. :-( Today, we talked with Hynek Hanke

Re: Orca and Firefox

2006-11-02 Thread Willie Walker
Hi Hank: Thanks for your interest in Orca. Joanie Diggs provided a nice writeup on the Orca WIKI: http://live.gnome.org/Orca/UbuntuEdgyEft Hope this helps! Will On Thu, 2006-11-02 at 11:46 -0800, hank smith wrote: how do I install ubuntu to my hd using orca and the gnome desktop? -

[Fwd: Announcing orca-2.17.2]

2006-11-06 Thread Willie Walker
it? = You can obtain Orca v2.17.2 in source code form at the following URL: http://ftp.gnome.org/pub/gnome/sources/orca/2.17/orca-2.17.2.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/orca/2.17/orca-2.17.2.tar.gz From the Sun Microsystems, Inc., Accessibility Program Office, Willie Walker, Project

Re: Orca on laptops.

2006-11-07 Thread Willie Walker
Hi All: Just an FYI that there is a related RFE to allow customization of key and braille bindings for Orca: http://bugzilla.gnome.org/show_bug.cgi?id=354970 Will ___ gnome-accessibility-list mailing list gnome-accessibility-list@gnome.org

Re: Orca on laptops.

2006-11-08 Thread Willie Walker
On Wed, 2006-11-08 at 16:43 +, Bill Haneman wrote: Rich Burridge wrote: Orca doesn't care what kind of key it uses for its modifier key. It can be anything. Yes, but I think there is some agreement that finding a reasonable default modifier is a worthwhile goal. I think the main

Re: Orca on laptops.

2006-11-09 Thread Willie Walker
if the key-remapping APIs are among those - perhaps you do, since I recall you having participated in the development of XKB :smile: Bill Willie Walker wrote: Hi All: I've been watching mostly from the sidelines because I wanted to hear from our users before injecting my opinions

Re: Orca on laptops.

2006-11-09 Thread Willie Walker
To play devil's advocate: What about instances where folks are sharing the same computer but not using separate usernames, and not all of them are blind? Okay so it's a stretch ;-) Good question, and not really a stretch when you think about public use information systems. The Caps

Re: Orca on laptops.

2006-11-09 Thread Willie Walker
So...is the proposed solution acceptable? Another way to look at it would be this: assume I was smart enough to remember the xmodmap solution when Mike was beating on me for Caps Lock last year. Caps Lock would work as described above and Caps Lock would be the default Orca modifier. Would

Re: Orca on laptops.

2006-11-09 Thread Willie Walker
. Will PS - Instead of Caps Lock, I say get rid of w. It upsets the pattern I used to memorize Grade 1 Braille. Heck, it's really a double U (or double V if you're French), and I'm happy to spell my name UUillie or VVillie. On Thu, 2006-11-09 at 17:41 +, Benjamin Hawkes-Lewis wrote: Willie

Re: Orca on laptops.

2006-11-10 Thread Willie Walker
If the majority of users are adamant about obtaining normal Caps Lock behavior via some other gesture on the same key (e.g., a quick double press of Caps Lock), well, we'll need to think about it. If users say that kind of thing is a nice to have, however, I'd prefer we note it as a

Re: eSpeak support in Orca -- what is the best way?

2006-12-01 Thread Willie Walker
Hi All: We recently looked at making a gnome-speech driver for eSpeak, but the main problem is that the eSpeak libraries have no facilities for sending samples to the audio device. Instead, it relies upon the application to manage the audio. Having developed a speech synthesis engine in the

Re: ubuntu and software synthesiser

2006-12-02 Thread Willie Walker
Hi Henrik: Is there a way we can make this more user friendly? Are there licensing reasons why gnome-speech is compiled without DECtalk support or technical ones? If it's a question of some compile flags then I can ask our packagers to make a DECtalk-enabled version available. The issue

[Fwd: Announcing Orca v2.17.3]

2006-12-04 Thread Willie Walker
., Accessibility Program Office, Willie Walker, Project Lead Mike Pedersen, User Interface Design Rich Burridge, Core Development and Scripting Lynn Monsanto, Core Development and Java Platform Support Michele Budris, Program Management ___ gnome-announce-list

Re: problems accessing gnome cvs

2006-12-06 Thread Willie Walker
Is it possible you're behind a firewall or some other ssh thing might be unconfigured or getting in the way? Will On Wed, 2006-12-06 at 11:10 -0700, Don Raikes wrote: Hi, I just finished installing fc6 onto my desktop, and want to test some changes to gnome-speech in cvs, but when I try to

RE: problems accessing gnome cvs

2006-12-06 Thread Willie Walker
-0700, Don Raikes wrote: I thought about that. So I unloaded my iptables. Last time I installed fedora (4, I think) I had no firewall problems. Does fc6 have another type of firewall in place? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Willie Walker

Re: Orca, OO writer and terminal

2006-12-09 Thread Willie Walker
if I run OO writer from terminal then OO writer is not accessible. If I run OO writer from menu then works. Where is problem? Sounds like the GTK_MODULES environment variable might not be set, which is what is needed to enable accessibility in OOo. The GTK_MODULES value should be

[Fwd: Announcing gnome-speech-0.4.7]

2006-12-14 Thread Willie Walker
FYI... ---BeginMessage--- === * What is gnome-speech? === Gnome-speech provides a simple general API for producing text-to-speech (TTS) output. It also provides drivers for several TTS engines, both commercial and open source. This release is designated

Re: copying settings

2006-12-17 Thread Willie Walker
Hi Michael: As long as you are using the same speech synthesis engine, and that same engine is configured to work with gnome-speech on both machines, and as long as you are using the same version of Orca on both machines, the ~/.orca/user-settings.py file should migrate well. Will On Sat,

Re: Is Debian appropriate for accessibility?

2006-12-18 Thread Willie Walker
Hi All: In general, I've noticed that people have an easier time achieving success on Ubuntu than Debian. As a result, I've recommended people use Ubuntu if they were willing to give it a try. These recommendations are based solely on the desire to see users have success, and I have no hidden

Re: orca problem in debian etch

2007-01-02 Thread Willie Walker
Eeks! Looks like a couple bugs in the code: 1) Orca uses xmodmap to handle the Caps_Lock key on the X server. We should ignore xmodmap errors (or just not call xmodmap) if the DISPLAY cannot be reached. 2) orca_i18n.py uses the debug module without importing it. I just checked fixes for these

Re: cross-post: braille not working with orca 2.17.4

2007-01-03 Thread Willie Walker
Hi Don: The better list for Orca discussions is [EMAIL PROTECTED] I'll post a reply to just that list to continue this discussion. Thanks! Will On Tue, 2007-01-02 at 16:07 -0700, Donald Raikes wrote: Hello, Sorry for the cross-posting, but Ihave been trying to get this to work for a

[Fwd: Announcing Orca v2.17.5]

2007-01-08 Thread Willie Walker
., Accessibility Program Office, Willie Walker, Project Lead Mike Pedersen, User Interface Design Rich Burridge, Core Development and Scripting Lynn Monsanto, Core Development and Java Platform Support Michele Budris, Program Management ___ gnome

Re: gnome-terminal crash in Feisty

2007-01-10 Thread Willie Walker
Hi Kenny: Which locale are you using? Is it en_US or something else? Will On Wed, 2007-01-10 at 07:01 -0600, Kenny Hitt wrote: Hi. On Wed, Jan 10, 2007 at 08:10:56AM +, Padraig O'Briain wrote: #8 0xb7677249 in IA__g_malloc (n_bytes=4294967257) at gmem.c:135 This shows that

Re: Term crashing in ubuntu feisty

2007-01-28 Thread Willie Walker
Hi Kenny: We're not ignoring you. As a matter of fact, gnome-terminal issues such as the one you are seeing have been a primary focus for us and we've been directly engaged with the VTE team over the past few weeks. Sorry if you got the impression we didn't care. We do care. :-) Forward

Re: Help Getting Gnome-speech to run Fonix Dectalk 4.6 and Fedora 6

2007-02-27 Thread Willie Walker
Hi Beth: Yech. Getting speech going can be a pain in the neck for many reasons. Have you tried the troubleshooting notes at http://live.gnome.org/Orca/GnomeSpeech? In addition, where did you install DECtalk? Did you modify locations.sh to point it to /usr instead of /usr/local? If not,

Orca branched for gnome-2-18

2007-03-05 Thread Willie Walker
Per the instructions at http://live.gnome.org/MaintainersCorner, we have created a new branch of Orca for GNOME 2.18. Note to you wonderful translators who are still working away, I'm not sure of the appropriate svn terminology to describe the revisions at the time I made the branch. Here's

Re: [orca-list] Orca, eSpeak, gnome-speech, and fc6

2007-03-26 Thread Willie Walker
Hi Don: If you run espeak-synthesis-driver in one window and test-speech in another, does it work? Will PS - As a wild guess, did you forget to put --prefix=/usr on the autogen.sh or configure line when you built gnome-speech? Don Raikes wrote: Hi, I installed eSpeak via yum onto my fc6

[Fwd: Announcing Orca v2.19.1]

2007-04-23 Thread Willie Walker
FYI...Orca v2.19.1 is now out. We've been busy. For those of you who want to build from sources, check out http://live.gnome.org/Orca/DownloadInstall. Will ---BeginMessage--- === * What is Orca? === Orca is a free, open source, flexible, and extensible screen reader

Re: [g-a-devel] Status of IBM a11y

2007-06-12 Thread Willie Walker
Olaf - do you have a pointer to the work being done by Trolltech? Will On Tue, 2007-06-12 at 17:49 +0200, Olaf Schmidt wrote: Hi! The KDE developer Gary Cramblitt made proof-of-concept code for a D-Bus based AT-SPI available last year. Trolltech is now actively working on a new

Re: [g-a-devel] Status of IBM a11y

2007-06-12 Thread Willie Walker
Thanks Olaf! Does this mean that anyone wishing to consider collaborating with Trolltech needs to wait until the work is public? If so, is there a timeframe for that? Thanks! Will On Tue, 2007-06-12 at 18:53 +0200, Olaf Schmidt wrote: [ Willie Walker, Di., 12. Jun. 2007 ] Olaf - do you

Re: Which event is generated when a widget is shown

2007-06-21 Thread Willie Walker
Hi Alexander: I have a strong experience with GUI programming with Delphi (Lazarus FreePascal for Linux) where there is the OnShow event. It is generated when the widget is shown and in most cases its contents are already displayed(drawn). It looks like there isn't such at-spi event.

Re: orca crashes

2007-07-31 Thread Willie Walker
Hi Bram: I see the same thing as well, and I believe it is the eSpeak driver crashing. :-( Will On Tue, 2007-07-31 at 15:40 +0200, Bram Duvigneau wrote: Hi all, I just installed ubuntu gutsy on a test system. However, after a while, orca crashes. Sometimes it's after a few seconds, or a

Re: orca crashes

2007-08-14 Thread Willie Walker
Duvigneau wrote: Willie Walker wrote: I see the same thing as well, and I believe it is the eSpeak driver crashing. :-( Yes, when I'm using with braille only, it's rock-solid, so to say. I'd like to help fixing this bug, how could I give the gnomespeech developers more information

Re: D-BUS based magnification API

2007-08-28 Thread Willie Walker
Hi Carlos: This is a very timely discussion to have since there are a bunch of thoughts on many people's minds right now. These include the following: * Eliminating the Bonobo dependency from accessibility stuff in GNOME. Note that this doesn't necessarily equate to eliminating CORBA. *

Re: D-BUS based magnification API

2007-08-30 Thread Willie Walker
On Wed, 2007-08-29 at 15:14 -0300, Carlos Eduardo Rodrigues Diógenes wrote: * Eliminating the Bonobo dependency from accessibility stuff in GNOME. Note that this doesn't necessarily equate to eliminating CORBA. I really have no idea how much impact this would cause. I learned only basic

Re: D-BUS based magnification API

2007-08-30 Thread Willie Walker
I'm not sure of the logistics of a phone in possibility. They ALWAYS are very difficult when there are a large number of people in one room and a few on the phone. In my experience, we can easily spend more time with getting the call set up and I can't hear you problems than we do actually being

Re: FW: D-BUS based magnification API

2007-08-31 Thread Willie Walker
accessed. HTH Ian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Korn Sent: 30 August 2007 17:53 To: Willie Walker Cc: gnome-accessibility-list@gnome.org; [EMAIL PROTECTED] Subject: Re: D-BUS based magnification API Hi Willie

[Fwd: Announcing Orca v2.19.92]

2007-09-03 Thread Willie Walker
Hey Everyone: This is the candidate for the GNOME 2.20 release. If you get a chance, please download it, check it out, and send comments to [EMAIL PROTECTED] or log bugs at http://bugzilla.gnome.org. We've got one week to get show stopper problems fixed for GNOME 2.20, though I hope none exist.

GNOME Boston Accessibility Summit Summary

2007-10-09 Thread Willie Walker
Hey All: Just wanted to drop a note regarding the GNOME Boston Accessibility Summit. Many thanks for letting us have the room to hammer away on problems and planning, and many thanks to Owen Taylor for all the work he did. I think the GNOME Boston Accessibility Summit went very very well

Re: [Usability] Mousetweaks usability discussion

2007-11-02 Thread Willie Walker
to be adjustable and what the numerical ranges should be. Will Calum Benson wrote: On 1 Nov 2007, at 12:45, Willie Walker wrote: Anyway, my main point is to ask real users about what tasks they typically want to accomplish with mouse keys. Then, figure out the best UI that provides the user

  1   2   3   >