个人工具

UbuntuHelp:Sunbird

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 14:47的版本 (新页面: {{From|https://help.ubuntu.com/community/Sunbird}} {{Languages|UbuntuHelp:Sunbird}} == Mozilla Sunbird == Mozilla Sunbird is a cross-platform calendar application. It is currently not ava...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Mozilla Sunbird

Mozilla Sunbird is a cross-platform calendar application. It is currently not available through Ubuntu's repositories, but the installation is easy and will be described in this page.

Installing

First, we need to download Sunbird from Mozilla's website. The Linux version is found at: http://download.mozilla.org/?product=sunbird-0.3&os=linux&lang=en-US

Next, let's extract the archive by typing the following command inside the Terminal (Applications > Acessories > Terminal), or by right-clicking the archive and selecting 'Extract Here':

tar -xf sunbird-0.3.en-US.linux-i686.tar.bz2

Done! The program can now be executed. You can 'cd' to the directory where the program was extracted and run it:

cd sunbird/
./sunbird

Or you can open the program's folder and double-click the file named 'sunbird', selecting the 'Run' option in the following dialog.

Shortcuts

You can optionally add a shortcut to Sunbird, inside the 'Office' menu, under 'Applications'. To do so, type inside the Terminal (Applications > Acessories > Terminal) the following command:

gksudo gedit /usr/share/applications/sunbird.desktop

The text editor will open. Paste into the blank file the following lines, then save and exit:

[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Mozilla Sunbird
Comment=Create and manage calendars
Exec=/home/your_name/sunbird/sunbird
Icon=/home/your_name/sunbird/icons/mozicon128.png
Terminal=false
StartupNotify=false
Categories=Application;Office;

Please make the necessary changes in the 'Exec' and 'Icon' lines, replacing the path with the one you have installed Sunbird.