ADRIANE feature request re grow-knoppix kabook

View: New views
2 Messages — Rating Filter:   Alert me  

ADRIANE feature request re grow-knoppix kabook

by David M Tan Creti :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Greetings,
Thanks for Knoppix 6.0 Adriane CD.
Its features are impressive.

My accessability projects now work
from the live KNOPPIX 5.3.1 DVD

grow-knoppix live DVD customization
dialog is used to allow hands free
booting into a ready to use state.
I am hoping that this can continue
to be functional on the next Knoppix
DVD release.

kabook audio desk top and mp3 audiobook
player (open source screenless Linux
and alternative to Digital Accessible
Information SYstem)
depends on:
mpg312, espeak, expect, mp3tag
recommends:
elinks

I am again wishing that these dependencies
will be met in the next Knoppix DVD.

Adriane mode already works with kabook,
surprisingly, with the following issues.
1) sudo apt-get install mpg321 expect
3) mp3tag not debian so try mp3info
2) Shell does not run my tcl expect script
#! /usr/bin/expect
But command line    expect script   works.
3) My executables must be run as  . script
4) The keys CTRL, HOME, END are not captured.
I will look for a solution or alternative.
4) I must kill the speech dispatch process
and then restart adriane on exit.

The LXDE terminal does not respond to a \n
from my scripts despite trying stty commands.

A DVD with KDE 4 for low vision and navigation
requiring less mouse dexterity would be welcomed.
The kabook text editor uses a block concept
for tracking, copying and composing text.
Perhaps in a year or so speech recognition
( CMU Sphinx ?) could bring us to a computer with
no screen or keyboard.  The cost barrier holding
back the One Laptop Per Child could be broken.
We have learned that text messaging while driving
a locomotive is not a good idea.  We can benefit
greatly by understanding that human accessibility
with machines is an important area of research.

http://grow-knoppix.berlios.de/
http://kabook.sourceforge.net/

Best Wishes
David Marc Tan Creti
    aka paradocs

Re: ADRIANE feature request re grow-knoppix kabook

by David M Tan Creti :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Update,
I have solved some of the problems with respect to
running the expect script kabook from the Adriane
shell screen.

Instead of sudo I need to run as root and have
accomplished this by setting a pass word from the
LXTerminal root terminal with passwd.  Then I can
return to the Adriane mode and open a root terminal
with su.  In addition to mpg321
and expect I need tk8.k since I use wish to access
the clipboard.

I do not need a separate mp3 tag program, I
can get the information so this is unnecessary.

Not solved is why the path to expect is /usr/bin/expect
but the script's first line does not work
#!/usr/bin/expect    or   #! /usr/bin/expect

When run as root I no longer need to kill the speech.
Alt F1 and Alt F2 moves between the root terminal
and the Adriane menu.

The LXDE terminal now respects the line feed \n from
the script and works well.  From this graphical terminal
the Control key can be detected by the script but
it is not available from a root shell in Adriane mode.

Would it be a problem to give a root shell from the Adriane
menu items?

Could a executable file be run from the home directory
by typing its name on the command line without a path?

I am sorry for the bad numbering of the points
in the first post.

Best Wishes
David Marc Tan Creti