个人工具

“UbuntuHelp:Sunbird”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{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...)
 
第3行: 第3行:
 
== Mozilla Sunbird ==
 
== 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.
 
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.
 +
 +
Mozilla calendar application is also available as an extension to [[UbuntuHelp:Thunderbird|Mozilla Thunderbird]].  You don't need to install Sunbird if you choose to install [[UbuntuHelp:ThunderbirdLightning|the Lightning extension]].
  
 
=== Installing ===
 
=== Installing ===
  
First, we need to download Sunbird from Mozilla's website. The Linux version is found at:
+
The [http://packages.debian.org/experimental/mail/sunbird debian package] for sunbird can be installed without problems in Ubuntu 7.10 "Feisty Fawn."  Alternatively, one can 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
+
http://download.mozilla.org/?product=sunbird-0.5&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':
 
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':
  
 
<pre><nowiki>
 
<pre><nowiki>
tar -xf sunbird-0.3.en-US.linux-i686.tar.bz2
+
tar -xf sunbird-0.5.en-US.linux-i686.tar.bz2
 
</nowiki></pre>  
 
</nowiki></pre>  
  

2007年11月21日 (三) 17:59的版本

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.

Mozilla calendar application is also available as an extension to Mozilla Thunderbird. You don't need to install Sunbird if you choose to install the Lightning extension.

Installing

The debian package for sunbird can be installed without problems in Ubuntu 7.10 "Feisty Fawn." Alternatively, one can download Sunbird from Mozilla's website. The Linux version is found at: http://download.mozilla.org/?product=sunbird-0.5&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.5.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.