Ubuntu下安装Thunderbird

运维 系统运维
如何在Ubuntu下安装Thunderbird 呢?Thunderbird的官方网站上没有给出详细的文档。但是对于第一次接触安装Thunderbird的人们来说,还是有一定难度的。本文用最简洁地方法介绍了Ubuntu下Thunderbird的安装方法。

  Thunderbird官方没有给出详细的安装文档,虽说他强大到解压缩就可用,但是这***的1%对广大菜鸟朋友来说,还是有些难度的,我有幸在Ubuntu下安装***版的thunderbird成功,下面我将把我的安装过程同大家共享!!!

  1.打开终端,我们将要把它安装到 /opt 目录下:

  代码:

  cd /opt

  2.下载thunderbird,也可以自己下载***版,然后拷贝到/opt下:

  代码:

  1.   sudo wget  

  3.解压缩下载文件到/opt,解压缩文件夹名字为thunderbird

  代码:

  1.   sudo tar -xvf thunderbird-2.0.0.6.tar.gz  

  4. 更改文件夹所有者同访问权限:

  代码:

  1.   sudo chown -R root:root /opt/thunderbird/  
  2.  
  3.   sudo chmod -R 755 /opt/thunderbird/  

  5.建立链接文件:

  代码:

  1.   sudo gedit /usr/bin/thunderbird.sh  

  6.拷贝一下内容到相应编辑器中,然后保存并关闭.

  代码:

  1.   cd /opt/thunderbird/  
  2.  
  3.   ./thunderbird 

  7.使该文件具有可执行属性:

  代码:

  1.   sudo chmod +x /usr/bin/thunderbird.sh 

  8. 建立快捷方式:

  代码:

  1.   sudo gedit /usr/share/applications/thunderbird.desktop 

  9. 拷贝一下内容到相应编辑器中,然后保存并关闭.

  代码:

  1.   [Desktop Entry]  
  2.  
  3.   Name=Thunderbird 
  4.  
  5.   Comment=Read/Write Mail/News with Mozilla Thunderbird  
  6.  
  7.   Exec=thunderbird.sh  
  8.  
  9.   Icon=/opt/Thunderbird/chrome/icons/default/default.xpm  
  10.  
  11.   Terminal=false 
  12.  
  13.   Type=Application 
  14.  
  15.   Categories=Application;Network; 

  ps: 如果这步没有反应的请自己手动添加一下,我实验了n遍,在Internet菜单下就是没快捷方式,郁闷..!***手动解决.另外,在终端中输入thunderbird.sh也可以启动的。

  ◆安装后无响应问题解决办法:

  执行完上述操作后,在 应用程序--Internet--Thunderbird,就可以看到连接了,但是执行后无响应,在终端中执行命令: thunderbird.sh 提示出错:Segmentation fault (core dumped).

  实际上很多程序都会出现这个问题,可以同样参考以下解决方法:

  1.用管理员的身份编辑链接文件,本文中就是thunderbird.sh,在文件开头这样一串文字后:

  代码:

  

  1. #!/bin/sh 
  2. #

  另起一行,添加: GTK_IM_MODULE=scim-bridge

  2. 举例:

  原来的thunderbird.sh

  代码:

  1.   #!/bin/sh  
  2.  
  3.   #  
  4.  
  5.   # ***** BEGIN LICENSE BLOCK *****  
  6.  
  7.   # Version: MPL 1.1/GPL 2.0/LGPL 2.1  
  8.  
  9.   #  
  10.  
  11.   # The contents of this file are subject to the Mozilla Public License Version 

  修改后的thunderbird.sh

  代码:

  1.   #!/bin/sh  
  2.  
  3.   #  
  4.  
  5.   GTK_IM_MODULE=scim-bridge  
  6.  
  7.   # ***** BEGIN LICENSE BLOCK *****  
  8.  
  9.   # Version: MPL 1.1/GPL 2.0/LGPL 2.1  
  10.  
  11.   #  
  12.  
  13.   # The contents of this file are subject to the Mozilla Public License Version 

  ◆导入老版本的帐户同邮件

  1.安装好之后你可能会发现,打开Thunderbird后,原来的帐户邮件不见了需要重新设置一切... ...不要紧张,这是由于手动安装同APT安装对保存这些文件目录的定义不同造成的.

  你的老版本的一切都安全的躺在 /home/username/.mozilla-thunderbird (username是指你的帐户名,每个人不同的哦),而手动版本却改到了 /home/username/.thunderbird 下,我们需要做得就是把两个文件夹里的内容互换一下.

  2. 操作方法:

  这是我的方式,你的可以不同.高手们请忍耐,再一次刺痛了你们,请原谅我的菜,命令行的东西我是能躲就躲,呵呵!!!!!!

  进入 /home/username/.thunderbird --------- Ctrl+A ------- 删除.

  进入 /home/username/.mozilla-thunderbird --------- Ctrl+A ------- Ctrl+C 复制 ------- 回到 /home/username/.thunderbird ------- Ctrl+V 粘贴

  删除 /home/username/.mozilla-thunderbird,不放心的话,先留着,没问题后再删不迟!!!!!

  哈,喘口气先,原来命令行的好处就是可以简单的把我说的一堆废话用简单的一两句话代替,可惜,我不会!!!!!

  3. 打开Thunderbird吧,享受新版本的快感吧!

  哈哈,终于完成了!好长的文章,希望通过本文给广大向我一样的朋友一点提示!!!! 原来Ubuntu下安装Thunderbird还是很有趣的。

【编辑推荐】

  1. Thunderbird若干漏洞
  2. 如何在SUSE安装firefox和thunderbird两个版本
  3. Thunderbird 邮件导入导出的方法
  4. Thunderbird的安装方法
  5. Red Hat对thunderbird发布升级
  6. Thunderbird 命令行 URL 壳命令注入漏洞
责任编辑:zhaolei 来源: 网络转载
相关推荐

2011-01-19 09:43:24

UbuntuThunderbird

2011-01-21 17:12:48

ThunderbirdIMAP

2011-01-21 14:03:35

Thunderbird安装

2011-01-19 11:00:39

UbuntuThunderbird

2011-01-18 17:35:08

Thunderbird安装方法

2011-03-03 14:47:35

2011-03-03 09:04:25

2011-03-03 14:47:35

2011-03-14 13:07:23

Ubuntu安装LAMP

2011-02-25 14:35:06

ubuntuproftp安装

2011-01-21 14:54:29

Thunderbird快捷键

2011-01-19 10:30:20

UbuntuThunderbird

2011-01-21 17:51:52

2011-03-03 11:06:44

Ubuntu安装ProFTPD

2011-02-21 16:00:41

UbuntuGFTP安装

2011-02-21 17:17:05

UbuntuZimbra安装

2016-01-04 13:52:12

UbuntuSwift安装

2009-06-15 09:01:19

安装Jboss

2011-03-10 08:59:04

Ubuntu安装LAMP

2011-07-14 13:28:24

点赞
收藏

51CTO技术栈公众号