[bug#77682,0/2] Restore the Orca screen reader.

Message ID cover.1744233847.git.noelopez@free.fr
Headers
Series Restore the Orca screen reader. |

Message

Noé Lopez April 9, 2025, 9:45 p.m. UTC
  Hi,

As reported in <https://issues.guix.gnu.org/77669>, the GNOME Orca screen
reader is failing to find the liblouis library and the xkbcomp path leading to
missing functionality like the configuration window.

The xkbcomp path is simply because the fix was being applied to the wrong file
(caller moved), and the liblouis wasn’t using the full library path.

I think these patches are important to keep Guix accessible so a review would
be very appreciated.

Have a nice day,
Noé

Noé Lopez (2):
  gnu: liblouis: Fix library path for python extension.
  gnu: orca: Fix xkbcomp path.

 gnu/packages/gnome.scm    | 2 +-
 gnu/packages/language.scm | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)


base-commit: 224d7732c1544ae653c91732c6dbd3a12f160951
  

Comments

Liliana Marie Prikler April 13, 2025, 4:35 p.m. UTC | #1
Am Mittwoch, dem 09.04.2025 um 23:45 +0200 schrieb Noé Lopez:
> Hi,
> 
> As reported in <https://issues.guix.gnu.org/77669>, the GNOME Orca
> screen reader is failing to find the liblouis library and the xkbcomp
> path leading to missing functionality like the configuration window.
> 
> The xkbcomp path is simply because the fix was being applied to the
> wrong file (caller moved), and the liblouis wasn’t using the full
> library path.
> 
> I think these patches are important to keep Guix accessible so a
> review would be very appreciated.
> 
> Have a nice day,
> Noé
> 
> Noé Lopez (2):
>   gnu: liblouis: Fix library path for python extension.
>   gnu: orca: Fix xkbcomp path.
Pushed.

Thanks