Re: [orca-list] Updating the orca.



Thank you for the help it works fantasticly.
Is it possible to update the gnome shell to the latest update.
Find me to update with all the default application comes with the shell and its latest version which above will be the.


On Wed, 29 Jun, 2022, 5:15 pm Milton, <milton duurzaamdigitaal org> wrote:

Hi Bittukumar,

In Ubuntu 22.04 I did the following to obtain Orca master:

1. Enable the Canonical repositories.
* Open software & updates.
* Click the Ubuntu tab.
* Check the box source repositories.
* Click close.
* When requested, click reload cache.

2. Open a terminal window, press Alt+Control+T.

3. Install git, type or copy and paste the following command and press Enter:
sudo apt-get install git

4. Install build dependencies. Type or copy and paste the following command and press Enter:
sudo apt-get build-dep gnome-orca

5. Get the orca source code. Type or copy and paste the following command and press Enter:
git clone https://gitlab.gnome.org/GNOME/orca.git

6. Build and install orca.
* Change to your orca repository created in step 5. Type the following and press Enter:
cd orca

* Configure orca source. Type the following command and press Enter.:
./autogen.sh

* build orca. Type the following command and press Enter.:
make

* Install the built binaries. Type or copy and paste the following command and press Enter:
sudo make install

*restart Orca
In Ubuntu 22.04 you have to do the following to hear the correct version of Orca because  Orca installs itself into /usr/local/lib/python3.10/site-packages. Ubuntu expects it to be installed into /usr/local/lib/python3.10/dist-packages.
*remove site-packages:
sudo rm -fr /usr/local/lib/python3.10/site-packages
*create a simlink:
sudo ln -s /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/site-packages
*execute the following:
./autogen.sh
make
sudo make install


Op 29-06-2022 om 13:16 schreef bittukumar jaiswal:

Can somebody provide steps to install Orca master.
I tried to install but it give me an error:
Python interpreter version is old.
I had written: 3.8.
In next step it is not allowing me to make it says no target found.


On Tue, 28 Jun, 2022, 10:39 am Milton, <milton duurzaamdigitaal org> wrote:

I also use Ubuntu 22.04 gnome shell with Orca master

Op 27-06-2022 om 19:55 schreef bittukumar jaiswal:

Thank you for the email.
And also thank you for sending all the detailed  documentation. On them.
I am using Ubuntu 22.04 LTS. As I like to use currently I am using gnome  shell.


On Mon, 27 Jun, 2022, 8:23 pm Milton, <milton duurzaamdigitaal org> wrote:
Hi,

I do not use Google docs but maybe the links below are of value:

Google's general help guidance on using accessibility settings
https://support.google.com/docs/answer/6282736?co=GENIE.Platform%3DDesktop&amp;hl=en

Google's help page for using Google Docs and Screen Readers
https://support.google.com/docs/answer/1632201?hl=en

Google help specific to spread sheets with a screen reader
https://support.google.com/docs/answer/1632199

Google's guidance on collaboration when using a screen reader
https://support.google.com/docs/answer/6239410

Also maybe it is good to obtain Orca master?

Op 27-06-2022 om 11:02 schreef bittukumar jaiswal via orca-list:
>
> Hello list!
> Please tell me how to update the screen reader.
> Currently I am using 42.0.
> While using Chrome browser I am not able to select the text to cut or
> copy.
> To do selection I have to use Firefox web browser on Chrome it is very
> difficult.
> Also I am not able to use Google docs. When opening any Google
> document on Chrome browser screen reader do not announce or see
> anything.. also screen reader do not speak in sub menu. Example if I
> am in a Google sheet and if I navigate to accessibility menu where in
> a velocity menu it will not speak anything..
> Please let me know how to get solved all such small small issues.
> This is very important for me because I am using Ubuntu desktop on my
> office computer.
>
>
> _______________________________________________
> orca-list mailing list
> orca-list gnome org
> https://mail.gnome.org/mailman/listinfo/orca-list
> Orca wiki: https://wiki.gnome.org/Projects/Orca
> Orca documentation: https://help.gnome.org/users/orca/stable/
> GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]