目前在 Ubuntu 系统中装载的 Mozilla Thunderbird 稳定版本为 1.5.0.10,对于希望尝鲜最新的 2.0 Beta 2 版的朋友来说,就需要手动安装啰。
在 Ubuntu 中安装 Mozilla Thunderbird 2.0 Beta 2 的步骤如下:
- 从 Mozilla Thunderbird 的官方下载页面获取该最新版。
- 将下载的包解到 /opt 目录:
sudo tar zxvf thunderbird-2.0b2.tar.gz -C /opt/ - 更改文件所有者:
sudo chown -R root:root /opt/thunderbird/ - 更改文件访问权限:
sudo chmod -R 755 /opt/thunderbird/ - 创建菜单项目:
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 ↓
请问为什么我这样安装的thunderbird只能在root下打开,在我的桌面下却打不开呢?
I’m a student ,I want to apply joinning Networking
Keep up the good work.
Leave a Comment