安装 Mozilla Thunderbird 2.0 Beta 2

目前在 Ubuntu 系统中装载的 Mozilla Thunderbird 稳定版本为 1.5.0.10,对于希望尝鲜最新的 2.0 Beta 2 版的朋友来说,就需要手动安装啰。

在 Ubuntu 中安装 Mozilla Thunderbird 2.0 Beta 2 的步骤如下:

  1. Mozilla Thunderbird 的官方下载页面获取该最新版。
  2. 将下载的包解到 /opt 目录:
    sudo tar zxvf thunderbird-2.0b2.tar.gz -C /opt/
  3. 更改文件所有者:
    sudo chown -R root:root /opt/thunderbird/
  4. 更改文件访问权限:
    sudo chmod -R 755 /opt/thunderbird/
  5. 创建菜单项目:
    sudo gedit /usr/share/applications/thunderbird.desktop
    其内容为:

    [Desktop Entry]
    Encoding=UTF-8
    Name=Mozilla Thunderbird
    Comment=E-mail Client
    Exec=/opt/thunderbird/thunderbird
    Icon=/usr/share/icons/gartoon/scalable/apps/thunderbird.svg
    Terminal=false
    Type=Application
    Categories=Application;Network;
    StartupNotify=true

    注意,你可能需要更改 Mozilla Thunderbird 的菜单图标的位置,如果你没有安装 Gartoon 图标主题的话。

现在通过 Internet -> Mozilla Thunderbird 菜单命令就可以运行 Mozilla Thunderbird 2.0 Beta 2 了。

3 comments ↓

#1 inever on 05.12.07 at 11:11 pm

请问为什么我这样安装的thunderbird只能在root下打开,在我的桌面下却打不开呢?

#2 MEILIANG WAMG on 09.30.07 at 4:54 am

I’m a student ,I want to apply joinning Networking

#3 Carina on 10.27.08 at 11:01 am

Keep up the good work.

Leave a Comment