List Info

Thread: Orca and Title-less windows




Orca and Title-less windows
user name
2008-03-29 02:42:01
When I want to change a administrative setting in Ubuntu,
like network
settings, the system ask my the adminstrative password. But
this
window has not a title and orca don't read anything.

It's right ?

Thanks
Franco C.
_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Orca and Title-less windows
user name
2008-03-29 08:23:25
Hi, 

Take a look at:

http://live.gnome
.org/Orca/SysAdmin

dave 

----- Original Message ----- 
From: "Franco Carinato" <francocarinato.net>
To: <Orca-listgnome.org>
Sent: Saturday, March 29, 2008 1:42 AM
Subject: [orca-list] Orca and Title-less windows


> When I want to change a administrative setting in
Ubuntu, like network
> settings, the system ask my the adminstrative password.
But this
> window has not a title and orca don't read anything.
> 
> It's right ?
> 
> Thanks
> Franco C.
> _______________________________________________
> Orca-list mailing list
> Orca-listgnome.org
> http
://mail.gnome.org/mailman/listinfo/orca-list
> Visit http://live.gnome.org/Orca
 for more information on Orca
>
_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Important help please, latest svn trunk orca is not speech
user name
2008-03-29 15:30:42
Dear list!

I would like thank help with Chris Norman, and Christian
Gerhard.
Tried svn updates with 10 minutes ago, but not any updates
find.

After this, I tried this steps:
In ./src/orca directory, copied with mouse* files with 
/usr/local/lib/python-2.5/syte-packages/orca folder.

make clean
make uninstall
make
make install
And my orca work correctly.

But it is interesting, why the prewious error?

Thanks Chris and Christian!

Attila
_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Important help please, latest svn trunk orca is not speech
user name
2008-03-29 16:32:13
Hi Attila:

This check-in had a change to src/orca/Makefile.am, so you
need to redo 
the autogen.sh to create a new Makefile.  This new Makefile
will then 
install mouse_review.py in the right spot.

Hope this helps!

Will

Hammer Attila wrote:
> Dear list!
> 
> I have a very big problem with latest svn trunk version
of orca.
> I updated my orca with svn update command in 18:20.
> I looked with Changelog file, I seed:
> "2008-03-28  Eitan Isaacson  <eitanascender.com>
> 
> 	* src/orca/mouse_review.py:
> 	  Fix for bug #520611.
> 	  New mouse review feature (all of the changes below
too).
> 	* src/orca/Makefile.am:
> 	  Added mouse_review.py.
> 	* src/orca/default.py:
> 	  - Added unbound mouse review toggle key.
> 	  - Added getComponentAtDesktopCoords() (and
> 	    _getPopupItemAtDesktopCoords).
> 	  - Added speakWordUnderMouse().
> 	  - Added getWordAtCoords().
> 	* src/orca/Gecko.py:
> 	  Added override for speakWordUnderMouse().
> 	* src/orca/focus_tracking_presenter.py:
> 	  Chaged _getScript to a public getScript.
> 	* src/orca/orca.py:
> 	  - Initialize mouse review on start up.
> 	  - Added getScriptForApp.
> 	* src/orca/settings.py:
> 	  Added enableMouseReview and mouseDwellDelay
> 	* src/orca/orca_gui_prefs.py:
> 	* src/orca/orca-setup.glade
> 	  Toggle mouse review in general tab."
> I recompile with orca with make, and reinstall with
make install commands.
> 
> Quitting orca, and tryed rerun.
> And my Orca is not speech!
> My wife see my display this message:
> "Traceback (most recent call last):
> File "<string>", line 1, in
<module>
> File
<"/usr/local/lib/python2.5/site-packages/orca/orca.p
y",e>
> Import mouse_review
> Import error: no module named mouse_review"
> 
> Please help with me.
> 
> Thanks,
> 
> Attila
> _______________________________________________
> Orca-list mailing list
> Orca-listgnome.org
> http
://mail.gnome.org/mailman/listinfo/orca-list
> Visit http://live.gnome.org/Orca
 for more information on Orca

_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Important help please, latest svn trunk orca is not speech
user name
2008-03-29 13:54:16
Dear list!

I have a very big problem with latest svn trunk version of
orca.
I updated my orca with svn update command in 18:20.
I looked with Changelog file, I seed:
"2008-03-28  Eitan Isaacson  <eitanascender.com>

	* src/orca/mouse_review.py:
	  Fix for bug #520611.
	  New mouse review feature (all of the changes below too).
	* src/orca/Makefile.am:
	  Added mouse_review.py.
	* src/orca/default.py:
	  - Added unbound mouse review toggle key.
	  - Added getComponentAtDesktopCoords() (and
	    _getPopupItemAtDesktopCoords).
	  - Added speakWordUnderMouse().
	  - Added getWordAtCoords().
	* src/orca/Gecko.py:
	  Added override for speakWordUnderMouse().
	* src/orca/focus_tracking_presenter.py:
	  Chaged _getScript to a public getScript.
	* src/orca/orca.py:
	  - Initialize mouse review on start up.
	  - Added getScriptForApp.
	* src/orca/settings.py:
	  Added enableMouseReview and mouseDwellDelay
	* src/orca/orca_gui_prefs.py:
	* src/orca/orca-setup.glade
	  Toggle mouse review in general tab."
I recompile with orca with make, and reinstall with make
install commands.

Quitting orca, and tryed rerun.
And my Orca is not speech!
My wife see my display this message:
"Traceback (most recent call last):
File "<string>", line 1, in <module>
File
<"/usr/local/lib/python2.5/site-packages/orca/orca.p
y",e>
Import mouse_review
Import error: no module named mouse_review"

Please help with me.

Thanks,

Attila
_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

Re: Important help please, latest svn trunk orca is not speech
user name
2008-03-30 02:30:33
Dear List!

Will, it is interesting, because when updated svn Orca with
yesterday, I 
ran ./autogen.sh, make, make install commands because I seed
with 
changelog makefile.am is changed.
Now it's not problem, because the second before recompile
(before my 
last yesterday letter with list) tryed make clean, make
uninstall, make, 
make install commands.

Attila
_______________________________________________
Orca-list mailing list
Orca-listgnome.org
http
://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca
 for more information on Orca

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )