On my PC, inside gnome-terminal
in Ubuntu 18.04, the bell sound plays just fine when I run this:
echo -e "\a"
However, in the terminator
terminal (sudo apt install terminator
), which I now use as default because it has beautiful screen windowing abilities, it won't play the sound! Why not?
NOT A DUPLICATE: This is not a duplicate of other Questions, such as this one (Beep in shell script not working?), because I am asking specifically about the terminator
terminal. My bell sound works fine in other terminals, for instance, but not in terminator
. This is a new, unique question.
module-x11-bell
module in pulseaudio (see https://forums.linuxmint.com/viewtopic.php?p=736811#p736811) – luator Oct 17 '23 at 09:36