https://bugs.winehq.org/show_bug.cgi?id=50109
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #1 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
You didn't say that no sound was emitted, but I tested and no sound is emitted.
How to reproduce without compiling a program:
1. Open a terminal; 2. Run wineconsole; 3. At the wineconsole, type 'echo ' (only the letters followed by a space, not the quotes). Then press the key combination CTRL+G once. This will result in 'echo ^G' in the console. Hit enter to execute the command; 4. Wine prints the fixme in the linux terminal, a blank line in wineconsole, and no sound is emitted.
How to check what your terminal should output a beep:
1. Open a terminal; 2. Run the command: echo $'\a' 3. A blank line is printed and you should hear whatever is configured as the error sound in your terminal (in my case, the standard error sound from the gnome settings sound scheme).
Regards.