fix for Linux Skype 4.3 crash on startup
If you upgraded your Linux Skype to 4.3 and face a crash immediately after startup, the fix that worked for me is as follows:
- Make of a backup of your home .Skype directory
- Install sqlite package on your system if it isn't there already
- Run: sqlite3 ~/.Skype/[YOURUSER}/main.db
- DELETE FROM Messages WHERE type=68;
- .quit