Close Menu
    X (Twitter)
    Hectic GeekHectic Geek
    • Apps
      • Apps for Mac
      • Apps for PCs
      • Best Apps
    • Concepts
      • Comparison
      • For Geeks
      • IT Careers
    • Gadgets
      • Accessories
      • Best Work Laptops
      • Budget Laptops
    • GNU/Linux
      • Ubuntu
    • How To
      • Virtualization
      • Windows
      • Windows How-To
    Hectic GeekHectic Geek
    Home » How to Remove the Messaging Menu (indicator) in Ubuntu’s Unity Desktop ?
    Ubuntu

    How to Remove the Messaging Menu (indicator) in Ubuntu’s Unity Desktop ?

    GayanBy GayanMay 8, 2012Updated:October 2, 201217 Comments2 Mins Read
    Twitter Reddit Telegram WhatsApp Email
    Share
    Twitter Reddit Telegram WhatsApp Email

    If you use Ubuntu’s Unity desktop, then you must have noticed the small mail-icon that’s displayed on the top menu-bar (to the right side). It’s real name is “indicator-messages” and is sort of a simple “command center” that lets you control some of the functions of Gwibber (microblogging client), Empathy (the default chat client) and few other internet-messaging related applications that come with Ubuntu.

    For instance, you can set-up your e-mail account via Thunderbird and when you have new mails, it’ll display small and somewhat less distracting notifications. Or, you can change your online “status” (available, invisible, away etc) of some of the chat clients using this indicator-menu. So yes, it is a handy feature.

    However, like me, if you too don’t use these programs, then by removing the “indicator-messages” package, can benefit you in two ways.

    First of all, it kinda help to simplify/unclutter the top menu bar. And secondly (most importantly), even if you don’t use it, still, “indicator-messages” runs as an OS service (from the background) consuming your PC’s resources (memory and occasional CPU wake-ups). And in my Ubuntu 12.04 PC, it used about 1.7MB of RAM.

    If you don’t use it, then perhaps you’re better off without it ;-).

    Wanna get rid of this ? …

    To get rid of it, enter the below command in your Terminal window (should work in Ubuntu 11.04 Natty Narwhal, 11.10 Oneiric Ocelot, 12.04 Precise Pangolin).

    sudo apt-get autoremove indicator-messages

    For the changes to take effect, logout and re-login. But I think it’s better to restart the PC, so the background process will be fully removed from the system.

    Ho to get it back?

    Well, once you’ve removed it, you can never have it back, unless you re-install Ubuntu! (kidding :D).

    If you want it back, then simply enter the below command to re-install it.

    sudo apt-get install indicator-messages

    Make sure to logout and then re-login for the changes to take effect. That’s it!.

    Share. Twitter Reddit Telegram WhatsApp Email
    Gayan

    An RHCE, 'Linux' user with 14+ years of experience. Extreme lover of Linux and FOSS. He is passionate to test every Linux distribution & compare with the previous release to write in-depth articles to help the FOSS community.

    Related Posts

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    Debian vs Ubuntu Server: A Brief Comparison for Beginners

    July 2, 2023

    CPU Based Simple System Stability and Benchmark Tester for Ubuntu Linux – systester

    June 16, 2023

    Typespeed: Typing Speed Testing Game for Ubuntu Linux

    March 12, 2023

    Debian vs Ubuntu in 2023- Which Linux OS is Right for You?

    January 6, 2023

    17 Comments

    1. Sayan on May 13, 2012 1:46 am

      Thanks, it helped.

      Reply
      • Gayan on May 13, 2012 12:54 pm

        You are welcome :).

        Reply
    2. MrBright on June 4, 2012 5:29 pm

      thank you

      Reply
      • Gayan on June 5, 2012 12:14 am

        No problem :).

        Reply
    3. Thomas Will on November 6, 2012 12:32 pm

      Hello,

      how can I
      ONLY remove the statuses Available… Offline
      BUT keep the envelope since I use the notification with unity-mail?

      Thanks!

      Reply
      • Gayan on November 6, 2012 3:50 pm

        Hi ‘Thomas’,

        I don’t have a lot of experience with ‘indicator-messages’ (obviously, that’s why wanted to remove it, LOL), however, according to this official ‘indicator-message WiKi page, those menu items (available, away, busy …) will only go away if there are no chat clients associated with ‘indicator-messages’.

        By default, Ubuntu comes with ‘Empathy’ & ‘Gwibber’, and as they are assigned with ‘indicator-messages’, ‘Available, Away, Busy …’ menu items appear.

        So the only way to remove those menu items is to ‘blacklist’ (again, according to that WiKi page) those programs, in a certain configuration file of ‘indicator-messages’.

        I don’t know if this will do the trick, as for somereason in Ubuntu 12.10, the ‘indicator-messages’ doesn’t appear in my computer by default (oh well, great!!) but you can try the below trick.

        But please remember, if you use any of those tools (‘Empathy’, ‘Gwibber’), or any other messaging client, then unless you disable the ‘indicator-messages’ integration from the chat clients individually, you cannot remove those menu items.

        Anyway, here it goes …

        Step 1:

        Open your Terminal window and enter the below command.

        mkdir -p ~/.config/indicators/messages/applications-blacklist/

        Step 2:

        Now enter the below command.

        cp /usr/share/indicators/messages/applications/empathy gwibber.indicator ~/.config/indicators/messages/applications-blacklist/

        Then restart your computer, and if those were the only chat apps that you had, then those menu items might be disabled from now on. Hope this helps.

        If you encounter any issues, just throw in a comment. Good luck.

        Reply
    4. re@g.r on November 9, 2012 2:37 pm

      Thanks for the tip. That really helped. 🙂

      Reply
      • Gayan on November 9, 2012 2:55 pm

        You are welcome! :).

        Reply
    5. Doriente on October 5, 2013 8:32 pm

      Worked for me, thank you very, very much!

      Reply
      • Gayan on October 6, 2013 8:40 am

        You’re welcome.

        Reply
    6. Cipto Hadi on November 27, 2013 5:50 am

      thanks alot for the tips/tutorial. great job.

      Reply
      • Gayan on November 27, 2013 3:19 pm

        You’re welcome.

        Reply
    7. Thomas Will on December 2, 2013 6:12 pm

      Hello Gayan,

      thanks for your answer (one year ago already).

      Unfortunately your hint didn’t work out for me.
      I have no Gwibber and no Empathy installed at all.
      I have Unity Mail running as start up application which indicator is below the chat statuses.
      Maybe this is the reason why it didn’t work out for me.
      The chat statuses are still there – even after reboot.

      Thanks,
      Thomas

      Reply
      • Thomas Will on December 2, 2013 6:35 pm

        Finally THIS worked:

        http://askubuntu.com/questions/185021/how-to-remove-or-hide-chat-status-icons-from-messaging-menu

        But it is a long way to get there and it installs more than 80 MB packages on your system!

        Reply
        • Gayan on December 4, 2013 3:22 pm

          Hi Thomas,

          Yes, this re-compiles the ‘indicator-messages’ with the added changes and those packages (around 80MB) are the necessities for re-compiling it. I also don’t know if the chat-status removal can be achieved any other way.

          P.S – Sorry about the late response (have been busy in the real life 🙂 ).

          Reply
          • Thomas Will on December 16, 2013 8:09 am

            Hello,

            no prob!
            Didn’t get a notification about your answer either.

            Reply
            • Gayan on December 16, 2013 6:17 pm

              :).

    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    Latest Posts

    Transforming Geek Culture with Advanced Software Development

    April 8, 2024

    The Role of Technology in Enhancing Digital Signage Solutions

    February 21, 2024

    How to Check Linux CPU Usage?

    February 5, 2024

    Linux export Command: A Comprehensive Tutorial

    February 3, 2024

    [Fixed] HDMI No Signal to TV or Monitor on Windows 10/11

    November 7, 2023

    AlmaLinux vs Ubuntu – How to Select the Best One?

    October 22, 2023

    Subscribe to Updates

    Get the latest news and updates from Hectic Geek. We won't overload you or sell your data!

    Contact
    • About Us
    • Contact Us
    • Privacy Policy
    • Write for Us
    X (Twitter)
    © 2026 Hectic Geek.

    Type above and press Enter to search. Press Esc to cancel.