Re: [orca-list] Bug#613086: New test, new situation

2011-02-22 Thread Jason White
Mario Lang wrote: > Looking at the backtrace and remembering my rusty python, > I think $LANG should be irrelevant here. > It looks like Python is trying to decode an UTF-8 > string and fails because the string is encoded invalid. Yes. My thought was that it might have been given a non-UTF-8 st

Processed: Re: Bug#613086: New test, new situation

2011-02-22 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 613086 orca has issues with a non-UTF-8 gnome desktop Bug #613086 [gnome-orca] gnome-orca: Orca doesn't work anymore after a migration on desktop Changed Bug title to 'orca has issues with a non-UTF-8 gnome desktop' from 'gnome-orca: Orc

Bug#613086: New test, new situation

2011-02-22 Thread Samuel Thibault
retitle 613086 orca has issues with a non-UTF-8 gnome desktop tags 613086 + wontfix thanks Jean-Philippe tried with the full gnome desktop being UTF-8 and it worked fine. It's not the first time we see issues with !utf-8 in Orca. I'm afraid there is no real solution to this: distributions have a

Re: Bug#613086: New test, new situation

2011-02-22 Thread Samuel Thibault
Samuel Thibault, le Tue 22 Feb 2011 16:31:55 +0100, a écrit : > Mario Lang, le Tue 22 Feb 2011 16:01:47 +0100, a écrit : > > It would be interesting to see the actual string which fails though. > > I'm afraid it might simply be that the whole gnome desktop has to be run > in a UTF-8 locale, but ju

Re: Bug#613086: New test, new situation

2011-02-22 Thread Samuel Thibault
Mario Lang, le Tue 22 Feb 2011 16:01:47 +0100, a écrit : > It would be interesting to see the actual string which fails though. I'm afraid it might simply be that the whole gnome desktop has to be run in a UTF-8 locale, but just orca. Jean-Philippe, please try that too. Samuel -- To UNSUBSCRIB

Re: Bug#613086: New test, new situation

2011-02-22 Thread Mario Lang
Jason White writes: > Jean-Philippe MENGUAL wrote: >> File "/usr/lib/pymodules/python2.6/orca/braille.py", line 356, in __init__ >> self.rawLine = string.decode("UTF-8").strip("\n") >> File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode >> return codecs.utf_8_decode(inpu

Re: Bug#613086: New test, new situation

2011-02-21 Thread Jason White
Also, when you have a UTF-8 locale set, do you still get the character conversion exceptions in your Orca log? -- To UNSUBSCRIBE, email to debian-accessibility-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/

Re: Bug#613086: New test, new situation

2011-02-21 Thread Jason White
Make sure that the change is inherited by your X session (e.g., that it's set correctly when you run gnome-terminal). I'm running Sid here, with Orca 2.30.2-2, and I'm not experiencing your problems. Thus I suspect it's specific to your configuration. Jean-Philippe MENGUAL wrote: > I will try ag

Re: Bug#613086: New test, new situation

2011-02-21 Thread Jean-Philippe MENGUAL
I will try again. I had thought of this, but in the tests I did, changing my environment from iso-8859-15 to utf8, or running sh -c "LANG=fr_FR.UTF-8 orca", the result was similar (desktop not read, menu not read). But I tried this too right. And I maybe will try again although the result of previo

Re: Bug#613086: New test, new situation

2011-02-21 Thread Jason White
Jean-Philippe MENGUAL wrote: > File "/usr/lib/pymodules/python2.6/orca/braille.py", line 356, in __init__ > self.rawLine = string.decode("UTF-8").strip("\n") > File "/usr/lib/python2.6/encodings/utf_8.py", line 16, in decode > return codecs.utf_8_decode(input, errors, True) > UnicodeDe