Bug#760916: brltty interferes with getty autostart

2016-12-15 Thread Dave Mielke
[quoted lines by Michael Biebl on 2016/12/16 at 05:59 +0100] >could you give me an update on this issue? Is this still an issue? No, it isn't. It was fixed almost exactly a year ago. The fix is in brltty 5.4 for sure. -- Dave Mielke | 2213 Fox Crescent | The Bible is the v

Bug#760916: brltty interferes with getty autostart

2015-01-21 Thread Dave Mielke
ting that tty1 is special, so using it would seem to be okay. We still need to be sure that all of what we need for mapping the font positions returned by the vcs devices back to the original characters is common to all ttys so that fetching them from tty1 would be valid for other ttys. -- Dave M

Bug#760916: brltty interferes with getty autostart

2015-01-21 Thread Dave Mielke
he user needs to still be able to switch to that vt and read it. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: d...@mielke.cc | Canada K2A 1H7 | http://FamilyRadio.com/ -- To UNS

Bug#760916: brltty interferes with getty autostart

2015-01-21 Thread Dave Mielke
Do either of you know how often systemd-login retries, and how many times it tries before giving up? What we could do is open the vt on demand, and then close it after a timeout of non use. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014

Bug#760916: brltty interferes with getty autostart

2015-01-20 Thread Dave Mielke
[quoted lines by Dave Mielke on 2015/01/20 at 00:34 -0500] >Brltty could delay opening the tty until the user needs to inject a character. >This could be by typing on the braille device, by requesting cursor routing, >etc. The user probably wouldn't do any of that until the login

Bug#760916: brltty interferes with getty autostart

2015-01-20 Thread Dave Mielke
[quoted lines by Dave Mielke on 2015/01/20 at 20:32 -0500] >On my Fedora systems - which are managed by systemd - X starts on tty1. As I understand it, X also wants a free vt. Why is it, then, that X is willing to start on tty1 (at least on Fedora systems) even though brltty already has t

Bug#760916: brltty interferes with getty autostart

2015-01-20 Thread Dave Mielke
at a braille user can manage his own system failures. This, of course, would be way before any getty would be started. I suspect that vt_stat would be 0 at this point, so we either disallow a braille user to deal with early boot problems or we need to dream up some other approach. -- Dave

Bug#760916: brltty interferes with getty autostart

2015-01-19 Thread Dave Mielke
r words, I believe that even a blank screen is significant to the user in such a scenario, and, therefore, he must still be able to read it. Is there no way for brltty to open a tty "secretly"? -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. P

Bug#760916: brltty interferes with getty autostart

2014-12-29 Thread Dave Mielke
Hi: We could open it on demand rather than immediately? -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: d...@mielke.cc | Canada K2A 1H7 | http://FamilyRadio.com/ -- To UNSUBSCRIBE

Bug#741136: brltty: Very unstable in Debian Installer 7.4

2014-03-13 Thread Dave Mielke
Hi: So do you need me to do anything, or is "fixed in 5.0" good enough? -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: d...@mielke.cc | Canada K2A 1H7 | http://Famil

Bug#741136: brltty: Very unstable in Debian Installer 7.4

2014-03-13 Thread Dave Mielke
Hi: getCurrentTime() is no longer being called in async. This is new in 5.0. Perhaps the problem is happening in an older release. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: d

Bug#680638: [BRLTTY] Bug#680638: brltty: Not fully translated preferences menu

2012-07-09 Thread Dave Mielke
ent stream. -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May 21 is the End of Salvation. EMail: d...@mielke.cc | Canada K2A 1H7 | http://Mielke.cc/now.html http://FamilyRadio.com/ | http://Miel

Bug#680648: [BRLTTY] Bug#680648: brltty: A new accent problem

2012-07-08 Thread Dave Mielke
[quoted lines by Dave Mielke on 2012/07/08 at 08:53 -0400] >[quoted lines by Samuel Thibault on 2012/07/07 at 16:17 -0300] > >>Where is convertTextToWchars called? What I see in the driver in >>readCharacters_LinuxScreen() is a call to setScreenMessage which just &

Bug#680648: [BRLTTY] Bug#680648: brltty: A new accent problem

2012-07-08 Thread Dave Mielke
h = convertTextToWchars(characters, text, count); -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May 21 is the End of Salvation. EMail: d...@mielke.cc | Canada K2A 1H7 | http://Mielke.cc/now.html http://FamilyRadio.c

Bug#680648: [BRLTTY] Bug#680648: brltty: A new accent problem

2012-07-07 Thread Dave Mielke
t the end result is not correct for some reason. Is there a problem if the .po file specifies: "Content-Type: text/plain; charset=UTF-8\n" but the user isn't using a UTF-8 locale? In other words, I'm theorizing that our translations are stored - and returned - in UTF

Bug#680648: [BRLTTY] Bug#680648: brltty: A new accent problem

2012-07-07 Thread Dave Mielke
code looks correct to me. The screen driver already calls gettext(), so the message as rturned by the screen driver is already translated. Then it gets translated into wchars via brltty's convertTextToWchars(), which is mapped to mbstowcs(). -- Dave Mielke | 2213 Fox Crescent | T

Bug#475604: brltty: should sort out icu usage

2008-04-14 Thread Dave Mielke
e able to disable its usage in the installer build of brltty. Okay. Thanks for the clarification. I fully understand the need for installers to have minimal environments. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario |

Bug#475604: brltty: should sort out icu usage

2008-04-13 Thread Dave Mielke
Brltty's configure script now supports the --disable-icu option. As stated earlier, though, I consider it unfriendly to withhold features from users based on what the installer's environment is able to support. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bi

Bug#475604: brltty: should sort out icu usage

2008-04-13 Thread Dave Mielke
vironment doesn't support it. That seems like a very non-user-friendly constraint. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1H7 | if you

Bug#359062: debian-installer: bterm is not (yet) accessible for brltty

2006-03-29 Thread Dave Mielke
best approach for braille is one which lets the user have full control. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1H7 | if you

Bug#359062: debian-installer: bterm is not (yet) accessible for brltty

2006-03-29 Thread Dave Mielke
through the text list is quite tedious. It's always easier to make a selection from a list rather than searching way back for an item, remembering how to type it, and entering it. When I configure a kernel, I use menuconfig. Why? Because it's much, much easier to use than the strictl

Bug#359062: debian-installer: bterm is not (yet) accessible for brltty

2006-03-29 Thread Dave Mielke
ase have someone else change the screen layout a bit so that you don't know what to expect, and then close your eyes and give it a try. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EM

Bug#355851: a blindunfriendly debian installer problem

2006-03-28 Thread Dave Mielke
is already mounted there. My sugestion, therefore, is that the Debian installer mount /proc/bus/usb right after it mounts /proc so that it's ready for brltty to use. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Wor

Bug#359062: debian-installer: bterm is not (yet) accessible for brltty

2006-03-28 Thread Dave Mielke
t its view of the screen in a software-readable way. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1H7 | if you're concerned about

Bug#355851: a blindunfriendly debian installer problem

2006-03-28 Thread Dave Mielke
in this case, if we deem it important to not leave device files lying around in strange places. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1

Bug#355851: a blindunfriendly debian installer problem

2006-03-28 Thread Dave Mielke
brltty fails. brltty makes any vcsa devices which it needs but aren't there yet. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1H7 | if you'r

Bug#359062: debian-installer: bterm is not (yet) accessible for brltty

2006-03-27 Thread Dave Mielke
he highlighting is for each character. -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [EMAIL PROTECTED] | Canada K2A 1H7 | if you're concerned about Hell. http://FamilyRad

Bug#359062: debian-installer: bterm is not (yet) accessible for brltty

2006-03-27 Thread Dave Mielke
bterm maintain the unicode knowledge of what's on the screen? Is it in its own memory, or can we read it from a /dev/fb device? -- Dave Mielke | 2213 Fox Crescent | I believe that the Bible is the Phone: 1-613-726-0014 | Ottawa, Ontario | Word of God. Please contact me EMail: [E