Hi westms, yes of course! I had to do several times the procedure, to have the sounds enabled. I'm going to explain step by step what i done :
1) Salix menu > Settings > Appearance > Settings : Enable sounds : Enable event sounds and Enable feedback sounds
2)Salix menu > Multimedia > Pulseaudio > Riproduction > set the level sounds ( I setted to 100% )
3) Install from the repository ,the packages libcanberra and sox ( i think other things are installed by default )
4) Create a file: sudo leafpad /etc/X11/Xsession.d/52libcanberra-gtk-module_add-to-gtk-modules , and paste inside :
# This file is sourced by Xsession(5), not executed.
if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="canberra-gtk-module"
else
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
fi
export GTK_MODULES
5) Create a file :sudo leafpad /etc/X11/Xsession.d/52libcanberra-gtk3-module_add-to-gtk-modules , and paste inside :
# This file is sourced by Xsession(5), not executed.
if [ -z "$GTK_MODULES" ] ; then
GTK_MODULES="canberra-gtk-module"
else
GTK_MODULES="$GTK_MODULES:canberra-gtk-module"
fi
export GTK_MODULES
6) In a terminal type :export GTK_MODULES=canberra-gtk-module
7)Download :
https://www.dropbox.com/s/bfyk05r4y8qog ... lis.tar.gz
And extract the tracks in : /usr/share/sounds
8) Rebooting
This could be all
I hope these istructions can be usefull and works!!
I'm not expert of linux system, i like the free software and open source, and sometimes i spend my time to learn something more of the gnu/linux system.
I started few years ago with ubuntu, it was replaced almost immediately by Sabayon, i used Sabayon for 1 years more or less, but at that time i doesn't knew enough linux and after three times that my system it broke due an updates, i decided to install Fedora. I used Fedora for three years. My feel with Fedora was always wery good, until a day i decided to change distro.
I always was curiosity about Slackware, but i'm not still ready for Slackware original. Until a discovered Salixos and installed.
Now i'm completely satisfied, finding the system very stable with the goal of slapt-get and sourcery package manager who help to much the newbies like me
Good Salix of all.