Bug 15564

Summary: doesn't beep with a sound
Product: Sisyphus Reporter: Ivan Zakharyaschev <imz>
Component: atermAssignee: viy <viy>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: php-coder, viy
Version: unstable   
Hardware: all   
OS: Linux   

Description Ivan Zakharyaschev 2008-05-07 01:19:42 MSD
aterm-1.0.1-alt2

The same as for xterm: https://bugzilla.altlinux.org/show_bug.cgi?id=15563 .
Steps to Reproduce:
1. start aterm
2. give the command: beep
3.
Actual Results:  
the window flashes, but there is no sound. (I use Gnome.)

Expected Results:  
as in gnome-terminal-2.22.1-alt1: there is a sound.
Comment 1 Sir Raorn 2008-05-08 19:04:52 MSD
man aterm:

visualBell: boolean
True: use visual bell on receipt of a bell character; option -vb.  False: no
visual bell [default]; option +vb.

Mind the "default".
Comment 2 Sir Raorn 2008-05-08 19:16:57 MSD
Вру.  Не ман.  Точнее не совсем ман.

xrdb -query | grep -i visualBell
Comment 3 Ivan Zakharyaschev 2008-05-12 04:35:48 MSD
(In reply to comment #2)
> Вру.  Не ман.  Точнее не совсем ман.
> 
> xrdb -query | grep -i visualBell

Спасибо! Понятно:

$ xrdb -query | grep -i visualBell
*visualBell:    true

А gnome-terminal просто настраивается по-другому (настройки "Sound" Gnome,
поэтому его не надо брать за образец.)