0

That's exactly it. I've done everything every other forum and Google search suggested. (With the exception of one guy saying to delete the /.Skype folder.) I just couldn't find the folder. I'm at an absolute loss here. I have no idea what to do. Every other post I find is from about 2 or more years go. I highly doubt they had the new force-update Skype issue as I'm having.

1 Answers1

0

This will display all the hidden files: ls -a | egrep '^\.'
and use:

rm -rf $HOME/.Skype 

to delete the skype config directory.