Re: [orca-list] No braille output during flat review in Terminal applications



On Fri, Jan 07, 2022 at 01:15:30PM -0500, Jason White via orca-list wrote:
To reproduce:

1. Start MATE-Terminal or GNOME-Terminal.

2. Run a command (e.g., "man orca").

3. Use flat review to move up line by line in the terminal window.

Result: the lines reviewed are spoken, but the braille output remains as it
was before entering flat review.

if you on Arch Linux. you need to desable brltty starting in X11.
to do that: edit /etc/X11/xinit/xinitrc.d/90xbrlapi
make it:
# startup script for /etc/X11/Xsession.d
prefix="/usr"
exec_prefix="${prefix}"
program_directory="${exec_prefix}/bin"
xbrlapi="$program_directory/xbrlapi"
if [ -x "${xbrlapi}" ]; then
  "${xbrlapi}" 2>/dev/null
fi

then relogin.

--
Sincerely, Alexander


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