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?
#1
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?
#2


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 14th 2012 at 06:14 PM.
#3
Last edited by Snowhog; Mar 17th 2012 at 05:41 AM.
#4
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.
#5
#6


Folks, looks like this is actually a Qt bug. It's been reported to KDE and also the Kubuntu folks are aware of it.