You are not logged in.

#1 2004-10-17 19:19:52

justinsmithies
Member
Registered: 2004-09-01
Posts: 62

KDE system notifications lost voice

Since my last pacman -Syu the kde system notifications do not work.
I have done the

cd /usr/lib
cp -s libFLAC.so.6.0.1 libFLAC.so.4
cd

and my test sound button works ok so does my alsa setup etc.
I can even change to an external player for the notifications to use noatun and kaboodle but the default does not make a sound.

HELP

Offline

#2 2004-10-18 00:31:12

cascat
Member
Registered: 2004-02-24
Posts: 62

Re: KDE system notifications lost voice

Try this:

as root:

cd /usr/lib
ln -s libFLAC.so.6.0.1 libFLAC.so.4

I am not sure about using cp (copy).  "ln -s" creates a symbolic link.  You might want to remove whatever the "cp -s" created in /usr/lib before you create the link.

Offline

Board footer

Powered by FluxBB