[quoted lines by Jason White on 2022/05/02 at 14:25 -0400] >If I access the BRLTTY Preferences menu and change settings (e.g., to skip >all blank windows), the settings are saved in >/var/lib/brltty/.config/brltty/brltty.prefs.
That's wrong, so let's start by assuming that it's the cause of the problem. brltty.prefs should be being saved directly in /var/lib/brltty/. The first thing I'd try is removing the bogus subdirectory, i.e.: cd /var/lib/brltty rm -r .config This'd be best done with brltty not running. -- I believe the Bible to be the very Word of God: http://Mielke.cc/bible/ Dave Mielke | 2213 Fox Crescent | WebHome: http://Mielke.cc/ EMail: [email protected] | Ottawa, Ontario | Twitter: @Dave_Mielke Phone: +1 613 726 0014 | Canada K2A 1H7 | _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
