Hello, How do I see if it's a bug or not? I send the same message to ubuntu accessibility but I didn't hava any answer. I need to use the portuguese braille table to faculty. I saw the file /etc/init.d/brltty and they have the following lines which I think are causing the problem: # /etc/brltty.conf may need to be propagated from the initramfs. (This is a
# pretty awful hack.) if [ -e /dev/.initramfs/brltty.conf ] && [ -e /etc/default/brltty ]; then if [ -e /etc/brltty.conf ]; then mv /etc/brltty.conf /etc/brltty.conf.orig fi mv /dev/.initramfs/brltty.conf /etc/brltty.conf sed -i -e 's/^RUN_BRLTTY=.*/RUN_BRLTTY=yes/' /etc/default/brltty fi I don't understand what this statements do, so I can't delete this lines from the file. Sorry for posting on this list once again, but I need a hack for this problem and so far I have no answer from the other list. Thanks once again Best regards Sérgio Neves ----- Original Message ----- From: "Jason White" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, September 19, 2007 1:29 AM Subject: Re: [BRLTTY] brltty.conf is altered On Tue, Sep 18, 2007 at 05:01:49PM +0200, Samuel Thibault wrote: > Sérgio Neves, le Tue 18 Sep 2007 15:49:40 +0100, a écrit : > > The first line of /etc/brltty.conf is: > > # Created by /lib/brltty/brltty.sh > > That script doesn't come from upstream brltty, it comes from ubuntu, you > should probably contact ubuntu accessibility people. That script isn't in Debian either; it's definitely a Ubuntu contribution. In general, overwriting configuration files which the system administrator has modified is a bad policy. Perhaps you should lodge a bug report with Ubuntu. _______________________________________________ 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://mielke.cc/mailman/listinfo/brltty _______________________________________________ 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://mielke.cc/mailman/listinfo/brltty
