Re: [orca-list] ubuntu 22.04 and ordca from source



Hi Juan,

Orca master should say version 43-alpha. Last month I copied the solution on this mailing list, I paste below:

The problem is that 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.

Do the following:

1. remove site-packages by:

sudo rm -fr /usr/local/lib/python3.10/site-packages

2. create a simlink by:

sudo ln -s /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/site-packages

3. execute the following:

./autogen.sh
make
sudo make install

4. restart Orca.

Success.

Milton

Op 17-06-2022 om 18:55 schreef Juan Hernandez via orca-list:

Hi All,

 

So I just upgraded to ubuntu 22.04 desktop.  II am still having the same issue I was having in the previous version.  when I build orca from source, and run it it reports the same version 42.  If that is the latest version on git that’s cool but that is the version it reported back when I had ubuntu 21.10.  Has anyone found a solution to this?

 

Any help would be greatly appreciated.

 


_______________________________________________
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]