2014-01-31 Paul E Condon <pecon...@mesanetworks.net>: > I want my Wheezy desktop (windowing with xfce) to issue a beep after a > adjustable amount of time. I expected that I could do this with a tiny > bash script using sleep and echo, but I cannot get echo to make the > computer issue a beep as it should according to the man page. What > special knowledge is needed? Why don't I get a beep with: > > echo -e \a
You need a terminal (either Linux console or standard xterm/ gnome-terminal/kde-terminal/eterm/whaterver terminal) to interpret the "\a" as a beep. Either run your script in a terminal (but that will probably have visual artifact that are not very nice) or use the command "beep" as suggested by Scott. Hope this helps, Loïc -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/camlkffq7uhhuvnd3qjc59d0qf4pdavp0h+mtxplangktz7c...@mail.gmail.com