Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 54435

Summary: No _system_ sounds in GNOME 2.6.x -- patch for libgnome on gnome.org
Product: Gentoo Linux Reporter: Stephane <stephane>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://cvs.gnome.org/viewcvs/libgnome/libgnome/gnome-program.c?r1=1.68&r2=1.69
Whiteboard:
Package list:
Runtime testing required: ---

Description Stephane 2004-06-19 11:09:26 UTC
I've installed GNOME 2.6(.1) on three very different machines and none of them were able to produce any GNOME system sound (other sounds, XMMS, gaim, mplayer were OK, just system sounds). After a long Google search, I finally found that the bug was in libgnome and that it had already been solved by a one-line patch (see URL).

Reproducible: Always
Steps to Reproduce:
1. Launch GNOME Sound Preferences ;
2. Select a sound (you must have installed the gnome-audio package) and click play
3. Hear nothing.

Actual Results:  
Nothing.

Expected Results:  
The sound should have played.

Patch found on
http://cvs.gnome.org/viewcvs/libgnome/libgnome/gnome-program.c?r1=1.68&r2=1.69

===================================================================
RCS file: /cvs/gnome/libgnome/libgnome/gnome-program.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- libgnome/libgnome/gnome-program.c	2004/05/02 10:00:35	1.68
+++ libgnome/libgnome/gnome-program.c	2004/05/15 19:37:22	1.69
@@ -602,6 +602,8 @@
 
     program->_priv->state = APP_CREATE_DONE;
 
+    program->_priv->prop_enable_sound = TRUE;
+    
     for (i = 0; i < program_modules->len; i++) {
 	GnomeModuleInfo *a_module = g_ptr_array_index (program_modules, i);
Comment 1 foser (RETIRED) gentoo-dev 2004-06-19 13:15:40 UTC
search, known problem.. patching slipped trough

*** This bug has been marked as a duplicate of 50700 ***