Mozilla Sunbird™ is a cross-platform calendar application, built upon Mozilla Toolkit. Our goal is to bring Mozilla-style ease-of-use to your calendar, without tying you to a particular storage solution.
Install Sunbird in Ubuntu Dapper Drake
Download Latest version of Sunbird from here to your /opt directory
Once you download the sunbird you need to extract using the following command
sudo tar -jxvf sunbird-0.3rc1.en-US.linux-i686.tar.bz2
Now you have sunbird directory in your /opt
Now you need to setup the folder owner using the following command
sudo chown -R root:root /opt/sunbird/
Change the permissions using the following command
sudo chmod -R 755 /opt/sunbird/
Create a link for the program
sudo ln -s /opt/sunbird/sunbird /usr/bin/sunbird
Now you need to craete a application menu for this you need to create a file
sudo gedit /usr/share/applications/sunbird.desktop
add the following lines and save the file
[Desktop Entry]
Name=Sunbird
Comment=Calendar Application
Exec=sunbird
Icon=/opt/sunbird/chrome/icons/default/default.xpm
Terminal=false
Type=Application
Categories=Application;Office;
Now you can refresh gnome desktop using the following command
sudo killall gnome-panel
This will complete the installation and application menu creation.
Now if you want to access sunbird you need to go to Applications—>Office—>Sunbird you can see this in the following screen
[thumb:639:c:l=p]
This will open a windows like below with Dayview Calender
[thumb:638:c:l=p]
Now we will see some Screenshots for Sunbird calender
Week View Calender
[thumb:640:c:l=p]
Multi Week View Calender
[thumb:641:c:l=p]
Moth View Calender
[thumb:642:c:l=p]
New Task Window
[thumb:643:c:l=p]
New Event Window
[thumb:646:c:l=p]
Mozilla Sunbird Details
[thumb:644:c:l=p]
Sunbird add-ons window
[thumb:645:c:l=p]
I’ve been trying to install sunbird via tar for a few days with no luck. Following the instructions here gave me success. Great set of instructions.
Thanks,
Burt