Official Skype fix here
- "...edit or create the file ~/.pulse/client.conf and add a line containing "autospawn = no" there..."
- Restart (maybe log out/in works?)
This solved the Skype sound problem but created new problems:
- Audio controls on the keyboard no longer worked
- Volume slider in the panel no longer worked
- System > Prefs > Sound no longer worked
sudo apt-get install gnome-alsamixer
My workaround
- Don't do the fix outlined above
- Create bash scripts that play the desired sound using vlc or other software
- Go into Skype Options, Notifications, find desired sounds
- Disable the sound playing for each
- Enable the script for each
#!/bin/bash
# Incoming call, play and quit
vlc --play-and-exit /usr/share/skype/sounds/CallRingingIn.wav
ContactOnline.sh example script
#!/bin/bash
# Contact comes online, plays twice and quits
vlc --play-and-exit /usr/share/skype/sounds/ContactOnline.wav
vlc --play-and-exit /usr/share/skype/sounds/ContactOnline.wav
Don't forget to change permissions so each script is executable
$ chmod +x CallRingingIn.sh
I fixed the problem like this:
ReplyDeleteGot to System -> Preferences -> Sound
I had the Sound Theme set to "No Sounds", but the Alert Volume must not be set to "mute". Don't know why, but it worked! Maybe this is working for some other people as well! Sorry for my English.
Greetz, Christl
This blog is very interesting... Thanks for share awesome blog. i think it's very useful for me.. really amazing content... keep it up.. If you are looking for <Skype Help You can reach Acetecsupport at their Call Toll Free No +1-800-231-4635 For US/CA.
ReplyDelete