Comment 6 for bug 152952

Revision history for this message
Andrea Gasparini (gaspa) wrote :

I tested it in two root shell, giving in the first:
export LD_LIBRARY_PATH=.
./usplash -c -x 1024 -y 768 -v

while in the second shell:
usplash_write "TEXT pippo" ; sleep 1; usplash_write "INPUTTIMEOUT 3 hello"; usplash_write "TEXT-URGENT timeout"; cat /dev/.initramfs/usplash_outfifo

In fact, with your command it (doesn't) work as you said, but only if you type something, is it right?

I assumed that if someone issues a INPUTTIMEOUT command, also wants to read it in some way.

( sorry for the readme/manpage, i forgot it ) :(