You Are Here: Home » How-To » Linux » Software

How To Add Thunderbird 3.1 In The Ubuntu Messaging Menu

By on June 26th, 2010     

Earlier, we told you how you can install Thunderbird 3.1 from Ubuntuzilla. I prefer Thunderbird to the default email client, Evolution. However, Thunderbird (any version not just 3.1) it does not come in the Messaging Menu (the little envelop in the panel). Here we will show you a little hack to put Thunderbird in the Messaging Menu.

This method was originally posted by x-shaney-x from Ubuntu Forums. So, here is how you can put Thunderbird 3.1 from Ubuntuzilla in the Ubuntu 10.04 Messaging Menu:

  • Open the terminal.
  • Open the thunderbird-mozilla-build.desktop in a text editor with the command:

sudo gedit /usr/share/applications/thunderbird-mozilla-build.desktop

  • If you are using not using Thunderbird from Ubuntuzilla, use the command below instead of the one above:

sudo gedit /usr/share/applications/thunderbird.desktop

  • In the file, remove the content and copy the content shown below. Save and exit.

[Desktop Entry]

Name=Thunderbird

Mail GenericName=Mail Client

Comment=Manage your email and contacts

Exec=thunderbird %u Icon=evolution

Terminal=false

Type=Application Categories=Application;Network;Email;

StartupNotify=true

X-Ayatana-Desktop-Shortcuts=Compose;Contacts

Name[en_GB]=thunderbird.desktop

 

[Compose Shortcut Group]

Name=Compose New Message

Exec=thunderbird mailto: OnlyShowIn=Messaging Menu

 

[Contacts Shortcut Group]

Name=Contacts Exec=thunderbird -addressbook

OnlyShowIn=Messaging Menu

  • Then execute the command below in the terminal.

sudo gedit /usr/share/indicators/messages/applications/thunderbird

  • Add the line shown below, and save and close.

For Thunderbird from Ubuntuzilla:

/usr/share/applications/thunderbird-mozilla-build.desktop

For others:

/usr/share/applications/thunderbird.desktop

  • Then logout and login again.

There you have Thunderbird in the Messaging Menu.




         Submit to Reddit     Stumble


Related Posts by Tags: , , , , ,



  • Pingback: Tweets that mention How To Add Thunderbird 3.1 In The Ubuntu Messaging Menu -- Topsy.com

  • Pingback: How To Install Thunderbird 3.1 In Ubuntu 10.04

  • Marcw

    Your instruction here are incorrect.
    * Then execute the command below in the terminal.
    sudo /usr/share/indicators/messages/applications/thunderbird

    It should read:
    * Then execute the command below in the terminal.
    sudo gedit /usr/share/indicators/messages/applications/thunderbird

    • http://digitizor.com/ Ricky Laishram

      Hey Marcw, thanks for noticing it. I have corrected it.

      • James

        I’m currently using Ubuntu 10.10 (Maverick) and when I did all the steps you gave above it killed the theme on my panel, and other windows. I try setting the theme back and forth to other themes, but it doesn’t change anything. It seems to be stuck on the default GDM theme. I did revert back the changes you suggested in this post, but it still isn’t applying the correct theme. Ideas?

      • James

        Nevermind, I got my old theme back. After restoring my old /usr/share/applications/thunderbird.desktop file renaming my ~/.gconf/apps/nautilus and rebooting my computer my theme is back again. Thanks!

  • http://www.cebuntu.org stjohn

    there is one problem, when you recieved a message the envelope icon in notification should change to green but it seems not, you have to click it to open ang check if you receive an email.

  • stjohn

    and why is that the icon you use is from evolution.

    “Icon=evolution”

    chnage to:

    “Icon=thunderbird”

    just sharing also in my experience. nice post you got.



How To Add Thunderbird 3.1 In The Ubuntu Messaging Menu was originally published on Digitizor.com on June 26, 2010 - 11:28 am (Indian Standard Time)