Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54435 - No _system_ sounds in GNOME 2.6.x -- patch for libgnome on gnome.org
Summary: No _system_ sounds in GNOME 2.6.x -- patch for libgnome on gnome.org
Status: RESOLVED DUPLICATE of bug 50700
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: http://cvs.gnome.org/viewcvs/libgnome...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-19 11:09 UTC by Stephane
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***