Linux

在基於 Debian 的系統上安裝 orca (TAILS / Whonix)

  • December 26, 2020

我想為 TAILS 和/或 Whonix 安裝螢幕閱讀器。

這是項目: https ://github.com/GNOME/orca

這是依賴項

Orca v3.39.x is supported on GNOME 3.39.x only. We highly suggest 
you use the latest releases of GNOME because they contain accessibility infrastructure and application bug fixes 
that help Orca work better.
Orca also has the following dependencies:
   •   Python - Python platform (minimum version 3.3)
   •   pygobject-3.0 - Python bindings for the GObject library
   •   gtk+-3.0 - GTK+ toolkit
   •   json-py - a JSON (https://json.org/) reader and writer in Python
   •   python-speechd - Python bindings for Speech Dispatcher (optional)
   •   BrlTTY - BrlTTY (https://mielke.cc/brltty/) support for braille (optional)
   •   BrlAPI - BrlAPI support for braille (optional)
   •   liblouis - Liblouis (http://liblouis.org/) support for contracted braille (optional)
   •   py-setproctitle - Python library to set the process title (optional)
   •   gstreamer-1.0 - GStreamer - Streaming media framework (optional)
YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.39.x RELEASES. THEY CONTAIN VERY IMPORTANT BUG FIXES!

——— 我完全是個盲人,不需要任何對 Briel 的支持。我只需要一個最小的安裝,讓這些作業系統為我工作和使用。僅使用 CLI:傳遞上述安裝說明的最快方法是什麼?我假設他們可能有也可能沒有 Git,所以我需要使用 wget 嗎?我相當肯定這應該是一個非常簡單的安裝?

尾巴

Tails 已經啟用了螢幕閱讀器支持。您可以從以下方式開始:

Alt + Super + S

螢幕閱讀器大約需要 10 秒才能啟動,並且它不適用於Unsafe Browser

第一個螢幕只是設置語言和其他參數。按Start Tails後,一個新的 Gnome 會話開始,您必須再次按Alt+ Super+ S

奧尼克斯

這對我有用。進入 Whonix 工作站後,您需要安裝orca軟體包gstreamer1.0-plugins-good。它應該是一個依賴項,orca但對於 Whonix 中的目前版本,它不是。

$ sudo apt-get install orca gstreamer1.0-plugins-good

Debian Wiki 中的Accessibility/Orca頁面解釋瞭如何orca使用會話自動執行。對於 Whonix,XFCE 說明適用。

引用自:https://unix.stackexchange.com/questions/626146