Hello again. After updates to 4.8.1, all notification sounds stopped working. Note that beforehand, I used the command from a post in this forum in order to fix them. How do I get the sounds back now?
							
						
					Announcement
				
					Collapse
				
			
		
	
		
			
				No announcement yet.
				
			
				
	
Notification Sounds Disappeared after updates to KDE 4.8.1
				
					Collapse
				
			
		
	This topic is closed.
				
				
				
				
				X
X
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish   - Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
 
 Use the same command...the bug is still apparently present. I've now put it in a small shell script so that I can run in whenever an update borks the config.
 
 Name it systemsounds.sh, place it in your home directory, and then runCode:#!/bin/bash for j in /usr/share/kde4/apps/*/*.notifyrc do sudo sed -i 's_Sound=_Sound=file:///usr/share/sounds/_g' $j done 
 to make it executable.Code:sudo chmod a+x systemsounds.sh 
 
 Then run
 whenever you need to apply the fix.Code:~/systemsounds.sh Last edited by SteveRiley; Mar 14, 2012, 12:14 PM.
 - Top
- Bottom
 
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 Thanks very much for that. It works great and my world is not so silent. For those who are not totally familiar with commands, your line to change the shell script to being executable should readOriginally posted by SteveRiley View PostName it systemsounds.sh, place it in your home directory, and then run
 to make it executable.Code:sudo a+x systemsounds.sh to make it executable.Code:sudo chmod a+x systemsounds.sh Last edited by Snowhog; Mar 16, 2012, 11:41 PM.
 - Top
- Bottom
 Comment
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	
 Thank You. I wanted to make sure that the problem was the same one - You never know in beta releases... The script does work, though I had to troubleshoot the problem after using the same command twice (my bad) I'll mark this solved.
 - Top
- Bottom
 Comment
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish   - Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
 
- 
	
	
	
		
	
	
		
		
		
		
		
		
		
	
	Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish   - Jul 2011
- 9625
- Seattle, WA, USA
- Send PM
 
 Folks, looks like this is actually a Qt bug. It's been reported to KDE and also the Kubuntu folks are aware of it.
 - Top
- Bottom
 Comment
Users Viewing This Topic
				
					Collapse
				
			
		
	There are 0 users viewing this topic.



Comment