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
- 9524
- 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.
Code:#!/bin/bash for j in /usr/share/kde4/apps/*/*.notifyrc do sudo sed -i 's_Sound=_Sound=file:///usr/share/sounds/_g' $j done
Code:sudo chmod a+x systemsounds.sh
Then run
Code:~/systemsounds.sh
Last edited by SteveRiley; Mar 14, 2012, 12:14 PM.
- Top
- Bottom
-
Originally posted by SteveRiley View PostName it systemsounds.sh, place it in your home directory, and then run
Code:sudo a+x systemsounds.sh
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
- 9524
- Seattle, WA, USA
- Send PM
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- 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
Comment