Bug 1229919

Summary: XBell doesn't work at all
Product: Red Hat Enterprise Linux 6 Reporter: Helio Chissini de Castro <hcastro>
Component: pulseaudioAssignee: Wim Taymans <wtaymans>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.6CC: jmunilla, tpelka, wtaymans
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-03 14:52:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1002711    

Description Helio Chissini de Castro 2015-06-10 00:04:51 UTC
Same xBell output issue affects rhel 6.6 as well for XLib code

As reference, the code below should be able to output sound:

#include <X11/Xlib.h>
int main(int argc, char **argv)
{
Display* dpy = XOpenDisplay(0);
XBell(dpy, 0);
XCloseDisplay(dpy);
}

With updated to current pulseaudio, and edited config files like previous solution works, but is not feasible to major update aside test lab.