Home > FOSS > Install Mozilla Sunbird 0.3 on Ubuntu (6.06 / 6.10)

Install Mozilla Sunbird 0.3 on Ubuntu (6.06 / 6.10)

Update : Improved (current) tutorial available here.

I’ve been looking for a decent Calendar application lately so I thought I would try Mozilla’s new Sunbird release (v0.3, released October 11, 2006). Perhaps due to its very early release, or perhaps related to the Mozilla vs Debian fiasco it is not yet included in Ubuntu repositories. For those interested in trying it out here are a few quick steps to installing it manually on your Ubuntu machine.

  1. Download Sunbird (Save As…)
  2. Unpack the archive (should be on Desktop): sudo tar -C /opt -xjvf sunbird-0.3.en-US.linux-i686.tar.bz2
  3. Create a link: sudo ln -s /opt/sunbird/sunbird /usr/bin/sunbird
  4. Create meu item: sudo gedit /usr/share/applications/sunbird.desktop
  5. [Desktop Entry]
    Encoding=UTF-8
    Name=Sunbird
    Comment=Sunbird Calendar
    Exec=sunbird
    Icon=/opt/sunbird/icons/mozicon128.png
    StartupNotify=true
    Terminal=false
    Type=Application
    Categories=Applications;Network

  6. Refresh the menu: killall gnome-panel

If anyone else has used Sunbird and has suggestions on its use or on another application that might offer more please let me know. I hope these instructions work for everyone.

Technorati Tags: , , , ,

If this article has been helpful, please consider linking to it.

Categories: FOSS Tags:

Related Posts

  1. John Taber
    October 22nd, 2006 at 12:16 | #1

    sunbird printing hung on my machine running Dapper – it seems to have had printing issues all along.

    ps field names for this comment did not show on my terminal.

  2. Jorge
    January 14th, 2007 at 16:48 | #2

    Thans, this guide worked fine on me, so far i haven;t notices any problems, i;m using ubuntu 6.10

  3. January 18th, 2007 at 18:28 | #3

    Worked for me :)

    PS – for those that don’t know, after saving to your Desktop and opening a Terminal you need to:

    cd /home/username/Desktop/

    Enjoy!
    :)

  4. February 6th, 2007 at 15:48 | #4

    Nope, this simply did not help at all…still where I started…Things should not be so difficult…I only want to install a damn calendar app and allready lost an entire days work.

  5. Cole
    April 19th, 2007 at 21:52 | #5

    Not working at all. Have searched for all sorts of instructions, and they’re all pretty much the same with some variation in the desktop entry. The others I’ve seen go through this changing permissions thing and writing scripts, but none of those work either.

    I’m new to Linux, using Ubuntu 6.10 on a PowerPC.

  6. Linux Rules
    April 23rd, 2007 at 15:07 | #6

    Tutorial worked great, works with Sunbird 0.3.1 with a slight change in extracting the Tarball file with a different name. These instructions worked with Ubuntu 7.04 Fiesty Fawn.

    Thanks

  1. October 27th, 2007 at 13:47 | #1