最近几天Skype突然不能登录啦,以为是自己密码记错啦,重置啦一下密码,发现仍然提示”Skype can't connect“,我的版本是Ubuntu12.04 Skype4.2

尝试啦很多办法仍然不能解决,后面在论坛上看到更新到Skype4.3可以解决这个问题,发现果然有效,下面是安装过程:

Before we proceed with the Skype 4.3 installation steps, you have to remove any previous version of skype and install the sni-qt package, to make the app indicator work:

$ sudo apt-get remove skype skype-bin:i386 skype:i386
$ sudo apt-get install sni-qt:i386

How to install Skype 4.3 on Ubuntu 14.04, Linux Mint 17, Pinguy OS 14.04, Elementary OS 0.3 and LXLE 14.04:

Instructions for 32 bit systems:

For 32 bit systems, the installation follows the traditional instructions, download the deb package and install it via gdebi:

$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Instructions for 64 bit systems:

In order to install Skype 4.3 we have to add the i386 architecture and update the local repository index, so that we get all the 32 bit libraries required by skype, download the deb package and install it with gdebi:

$ sudo dpkg --add-architecture i386
$ sudo apt-get update
$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Optional: Due to the fact that Skype is an application created for 32 bit systems, on 64 bit versions of Ubuntu it may use the Clearlooks theme by default, instead of Ambiance, which is the default Ubuntu theme for Skype.

To fix this, you have to install the Murrine and Pixmap GTK2 engines, like this:

$ sudo apt-get install gtk2-engines-murrine:i386
$ sudo apt-get install gtk2-engines-pixbuf:i386

How to install Skype 4.3 on Ubuntu 13.10, Ubuntu 12.04, Linux Mint 16, Linux Mint 13, Pinguy OS 12.04 and Elementary OS 0.2 Luna:

Instructions for 32 bit systems:

For 32 bit systems, the installation follows the traditional instructions, download the deb package and install it via gdebi:

$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Instructions for 64 bit systems:

In order to install Skype 4.3 we have to install the ia32-libs package, which allows the users to install 32 bit packages on 64 bit architectures, download the deb package and install it with gdebi:

$ sudo apt-get install ia32-libs
$ sudo apt-get install gdebi
$ wget download.skype.com/linux/skype-ubuntu-precise_4.3.0.37-1_i386.deb
$ sudo gdebi skype-ubuntu-precise_4.3.0.37-1_i386.deb

Next, start Skype and Agree to the license terms.

Troubleshoot Skype 4.3, and fix the crashes:

Unfortunately Micro$oft has done a crappy job and the Skype 4.3 client crashes. I have googled around for a solution and this is what worked for me:

$ rm -rf ~/.Skype

Also, if removing the Skype history does not fix anything, try doing this:

$ sudo apt-get sqlite3
$ sqlite3 ~/.Skype/$USER/main.db
> SELECT body_xml from Messages WHERE type=68 AND body_xml LIKE '%files%' LIMIT 0,10;
> UPDATE Messages SET body_xml=substr(body_xml,instr(body_xml,'<files')) WHERE type=68 AND body_xml LIKE 'posted%';
> UPDATE Messages SET body_xml=substr(body_xml,instr(body_xml,'<files')) WHERE type=68 AND body_xml LIKE 'sent file%'; > .quit

转载于:https://www.cnblogs.com/biglucky/p/3934354.html

Ubuntu12.04 Skype4.2 提示Skype can't connect,安装Skype4.3相关推荐

  1. Ubuntu12.04中eclipse提示框黑色背景色修改

    eclipse提示框的背景颜色使用的是系统的提示框颜色配置,在windows下为黄色,但在Ubuntu12.04(gnome)下却 是黑色,造成提示内容很难看清. 在eclipse中我们是无法修改这个 ...

  2. Ubuntu12.04和12.10下H3C iNode客户端安装时出现找不到库的解决办法

    2019独角兽企业重金招聘Python工程师标准>>> libtiff.so.3是ubuntu里的一个非常老的一个库文件了,现在不叫这个名字了,所以启动iNode时报错,说找不到li ...

  3. ubuntu12.04开启3D特效

    原文来自ubuntu中文论坛 个人总结:先装好ubuntu12.04,我是烧录到CD,硬盘安装的,装好之后先修改下软件源,更新下系统,别急着装显卡驱动,更新系统后再安装显卡驱动,然后禁用错误报告, 禁 ...

  4. ubuntu12.04 alternate win7 双系统安装

    ubuntu alternate的安装比desktop复杂一点,因为alternate的安装过程有个步骤是检测cd-rom,如果你是刻盘安装,自然没问题,但是,现在的安装一般是将系统刻到U盘里,或者在 ...

  5. (转)Ubuntu12.04上NFS Server安装使用过程

    原文链接:Ubuntu12.04上NFS Server安装使用过程 实现步骤: 1.服务器端:sudo apt-get install portmap 2.服务器端:sudo apt-get inst ...

  6. 【转】Win7+Ubuntu12.04.1硬盘安装错误及解决方案----不错

    原文网址:http://blog.csdn.net/ys_073/article/details/8310115 前言: 说起来了,为了在Win7上进行硬盘安装Ubuntu浪费了整整一个晚上的时间.装 ...

  7. ubuntu12.04上安装flashcahce

    os:ubuntu12.04 LTS kernel:3.5.0.26-generic 1.下载flashcache https://github.com/facebook/flashcache/ 2. ...

  8. xp主机用VMware9和10安装Ubuntu12.04后无法进入图像界面

    xp主机用VMware9和10安装Ubuntu12.04后无法进入图像界面 备注:虚拟机安装Ubuntu12.04 64位版本 刚开始我用VMware-workstation-full-8.0.3来安 ...

  9. Ubuntu12.04安装配置Theano

    上次写了一个关于DL的开篇内容,本来说是要继续跟进的,后来教研室里面出了一些事情,加上写论文.和隔壁教研室做实验,就一直拖到现在.早就让小K配置环境研究研究Theano,这货和我一样也发拖延症了,理由 ...

最新文章

  1. JAVA用JNI方法调用C代码实现HelloWorld
  2. 修改Mysql的root密码方法归纳
  3. hadoop包含哪些技术?
  4. 游戏计算机代码大全,DNF各类错误代码大全及解决方法
  5. 104规约使用总结(一)——格式介绍
  6. 最大子列问题与分治算法
  7. 搞科研必须了解的五十个学术网站
  8. Celeste Lyn Paul
  9. kettle- linux定时执行ktr shell脚本
  10. 网站建设好但是访问不了的原因及解决方法
  11. 有字符串“aabbcdbaaabc”用你熟悉的语言实现去除“ab”子串(正则方法)
  12. Jupyter Notebook 输出有颜色的文字
  13. Windows 错误码整理
  14. c 语言里 x 表示,\X在C语言里表示什么意思?
  15. 为什么网页打不开?QQ可以上网页打不开的解决办法
  16. 2016年Linux下五个最佳视频编辑软件
  17. 《请别叫我奥特曼,我只是你望尘莫及的神话》
  18. STM32CubeMx入门教程
  19. 如何解决EDIUS总是意外停止工作问题
  20. Transact-SQL语言基础

热门文章

  1. Express响应方法
  2. 《五朵金花》电影影评
  3. Python常用内置函数enumerate()详细用法介绍
  4. 教你如何用ps美化皮肤 每一步都很容易理解!
  5. c语言void要用什么头文件,什么是C语言头文件?
  6. 计算机增加一个硬盘怎么设置方法,电脑加硬盘【操作教程】
  7. linux进阶-scp命令及相关传输命令全get
  8. mysql免安装版linux_Linux下配置免安装版的MySQL
  9. 【21SR】Designing a Practical Degradation Model for Deep BlindImage Super-Resolution
  10. 在IDEA里gradle配置和使用