Re: Proposal: DBus activation of Accessibility

2011-05-18 Thread UndiFineD
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/749084

2011/5/18 Mackenzie Morgan :
> On Wed, May 18, 2011 at 11:05 AM, UndiFineD  wrote:
>> Currently in Ubuntu Natty 11.04, Dbus in compiz does not work perfectly.
>> might be better in Ubuntu Classic.
>
> This wouldn't apply til 11.10 or maybe even 12.04.  Whatever's wrong
> with DBus should get fixed though.  Has a bug report been filed?
>
> --
> Mackenzie Morgan
>
> --
> Ubuntu-accessibility mailing list
> Ubuntu-accessibility@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility
>



-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Proposal: DBus activation of Accessibility

2011-05-18 Thread UndiFineD
Currently in Ubuntu Natty 11.04, Dbus in compiz does not work perfectly.
might be better in Ubuntu Classic.

2011/5/17 Matthias Clasen :
> On Mon, May 16, 2011 at 5:29 PM, Frederik Gladhorn  wrote:
>> Hi,
>> sorry for cross-posting. I would just like to have this looked at by everyone
>> so we can simply implement it.
>>
>> During the ATK/AT-SPI hackfest it came up a few times that we have no 
>> solution
>> to enable accessibility (eg Screen Readers) on the fly. The conclusion was 
>> that
>> using DBus would fit everyones needs and make it easy for third partys to
>> adapt.
>>
>>
>> Proposal: DBus activation of Accessibility
>
> I'm not sure how things work on the KDE side, but for GTK+ based
> applications, this does not really solve the problem. Since GTK+ a11y
> implementation lives in a module that needs to be loaded by all
> applications before a11y tools talk to it. We can load the module at
> runtime, but at that time widgets may already have instantiated no-op
> a11y implementations.
>
> --
> Ubuntu-accessibility mailing list
> Ubuntu-accessibility@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility
>



-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Installing ubuntu natty without eyes

2011-04-15 Thread UndiFineD
2011/4/15 Jim Campbell :
> Hi Mattias,
>
> On Fri, Apr 15, 2011 at 2:45 AM, mattias  wrote:
>>
>> yes but how to change it because orca not running on login screen
>
> I'm sorry, I'm not as familiar with the accessibility tools. I just joined
> to make sure that I learned about these tools.
>
> Hopefully someone else will be able to be of more help with this.
>
> Jim

No I am sorry Jim, this is one of the issues unresolved
Which for natty seems even worse
As suggested on #ayatana the login screen needs work,
with accessible tools availability like orca, onboard
and others that need to be available there
like fingerprint login of face recognition

-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: Boot.img.gz

2011-04-09 Thread UndiFineD
2011/4/9 mattias :
> Are it accessible for the blind?
> To install from
> Braille etc?

Hello Mattias,
Could you elaborate ?

https://help.ubuntu.com/10.10/installation-guide/amd64/boot-installer-accessibility.html

USB braille displays should be automatically detected.
A textual version of the installer will then be automatically selected,
and support for the braille display will be automatically installed on
the target system.
Serial braille displays cannot safely be automatically detected
(since that may damage some of them).
You thus need to append the brltty=driver,port,table boot parameter to
tell brltty which driver it should use.

-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: embedded text to speech converter

2011-04-02 Thread UndiFineD
Yes, libopenmary-c++ is just a lib to communicate to a fully installed openmary
server "somewhere", that may be local or remote.

sudo apt-get install sun-java6-jre
wget http://mary.dfki.de/download/4.3.0/openmary-standalone-install-4.3.0.jar
chmod a+x openmary-standalone-install-4.3.0.jar
jarwrapper openmary-standalone-install-4.3.0.jar
be sure to install the en_gb prudence and spike voices



2011/4/2 Kyle :
> But doesn't libopenmary-c++ still require a JRE? Isn't it just a c++
> interface to the Java-based synthesizer? I'm curious because I'm interested
> in OpenMary, but I can't even get the download to install. My JRE is not
> speaking the installation. A pure c++ library, or even Java source code
> would be much easier to deal with than the nonspeaking graphical installer
> in te downloadable jar.
>
> Also, speech-dispatcher can likely be made to work at least a little with
> OpenMary using the generic module architecture until a proper plugin can be
> developed, provided a command line utility exists.
> ~Kyle

-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: embedded text to speech converter

2011-04-02 Thread UndiFineD
2011/4/2 Bhavani Shankar R :
> On Sat, Apr 2, 2011 at 12:42 PM, Alan Bell
>  wrote:
>>
>> On 02/04/11 08:07, Bhavani Shankar R wrote:
>>
>> Hello list,
>>
>> I am working for a company called mindtree and developing assistive
>> technology for cerebral palsy affected people as a part of my job with the
>> company[1]. I am presently developing a low cost product with the team
>> members on porting tts software on a tablet which runs ubuntu. So I needed
>> to know that is there any TTS software which runs on ubuntu on a embedded
>> platform preferably based on QT
>>
>> Waiting for your comments and responses,
>>
>> Thanks in advance,
>>
>> [1] http://www.thehindubusinessline.com/companies/article1487056.ece
>>
>> --
>> Bhavani Shankar
>> Ubuntu Developer   |  www.ubuntu.com
>> https://launchpad.net/~bhavi
>>
>> Hi Bhavani,
>>
>> the speech dispatcher framework is used to give a consistent API to
>> several text to speech engines, from a command line you can run
>> $  spd-say "hello world"
>> and it should speak that using the espeak engine which is included by
>> default. This is a bit of a mechanical voice but it does not use a lot of
>> resources. There are better quality voices around, openMary is one of the
>> best I have found. That one lacks a speech dispatcher plugin at the moment
>> though.
>>
>> Alan.
>>
>
> Hi Alan,
>
> Thanks for your reply but one question I have which may sound silly, Is it
> portable to arm cortex without any issues?
>
> Regards and Thanks again for the reply
>
> --
> Bhavani Shankar
> Ubuntu Developer   |  www.ubuntu.com
> https://launchpad.net/~bhavi
>
> --
> Ubuntu-accessibility mailing list
> Ubuntu-accessibility@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility
>


The gap between SpeechDispatcher and openMary is not that big
It is why the people from SpeechControl made libopenmary-c++


-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: How starting Ubuntu Maverick Live CD/DVD with Orca?

2011-03-23 Thread UndiFineD
2011/3/22 René Linke :
> Hi,
>
> I'm blind and a Ubuntu newbie. It seems since Maverick the boot menu has
> been changed. Is taht right? I ask because I try to start from the
> compact disk to start Ubuntu Maverick Meerkat with Orca. Then later
> going to install on my local hard drive disk. Can anyone give me a
> step-by-step instruction for that what I need to do, please?
>
> Thanks in advanced for helping.
>
> René


Hello René,

I am sorry to see you have not been answered yet,
I wish could help you better.

>   On 16/10/10 13:32, Luis antónio Marques Caetano wrote:
> > Hi all,
> > Is there any kind of tutorial about how to install Maverick with the
> > help of orca? I searched but found nothing, so I'm asking here.
> > I tried the old trick but didn't work.
> >
> > Thanks for any eventual answer!
>
> Hi Luis,
> unfortunately the installer is now based on webkit and is almost
> entirely silent, it is basically invisible to orca. The best option for
> now is to find a sighted friend and talk them through the process, or
> install Lucid (bad as that installer was) and then upgrade to Maverick.
>
> I wish there was better news for you.
>
> Alan.

The only alternative I can think of is Vinux.
http://vinuxproject.org/

-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


SpeechControl is moving upstream

2011-02-27 Thread UndiFineD
Hello Everyone,

Some of you may well be aware of the turbulent days that we have had
this past week.
But nevertheless, we are looking towards an accessible future :-)

There are some changes happening and One of them is that we are moving
channels again.
The new Channels are:
#SpeechControl
#SpeechControl-devel
#SpeechControl-inferno
#SpeechControl-offtopic

We have a meeting planned for this upcomming saturday 5th of March
(19:00 - 21:00 UTC)

-- 
Met vriendelijke groeten,
Keimpe de Jong
(UndiFineD)

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility


Re: [Lubuntu-desktop] JackyAlcie

2011-02-13 Thread UndiFineD
2011/2/13 Phill Whiteside :
> Hiyas Jacky,
>
> well what can I say? To be immediately elected to UBT means they have been
> stalking you for a while (they do have a habit of doing so). Congratultions
> to you and the UBT team for getting an excellent new member but also to to
> speechcontrol and accessbiltiy for getting another person onto the team to
> push the cause.
>
> For those that do yet not yet know him, he is
> https://wiki.ubuntu.com/jackyalcine
>
> Regards,
>
> Phill.
>
> --
> https://wiki.ubuntu.com/phillw
>
>
> ___
> Mailing list: https://launchpad.net/~lubuntu-desktop
> Post to     : lubuntu-desk...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~lubuntu-desktop
> More help   : https://help.launchpad.net/ListHelp
>
>

A bright future for the young man from Harlem!
Congratulations Jacky!

-- 
Met vriendelijke groeten,
Keimpe de Jong

-- 
Ubuntu-accessibility mailing list
Ubuntu-accessibility@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility