How can I remove the default indicators and add custom ones?

24,208

Solution 1

You can no longer add/remove indicators or panels by right-clicking like you used to with older Ubuntu versions before 11.10.

Warning: The default indicators (messages, networking, power, sound, user accounts, etc.) are tightly integrated with Unity since Ubuntu 11.10, and trying to remove them may cause problems.

  • You can remove these default indicators without affecting the rest of the system:

    1. Messages: Remove package indicator-messages
    2. Sound: Remove package indicator-sound
    3. Power: Remove package indicator-power
    4. Print Jobs: Remove package indicator-printers
    5. Date/Time: Simply enable/disable from System Settings...Time & Date: enter image description here
  • Removing these default indicators is NOT recommended or not possible without serious adverse effects:

    1. Networking: Provided by package network-manager-gnome. DO NOT remove unless you have a desktop with one wired ethernet connection and do not use VPNs.
    2. User Accounts and System: Both provided by the package indicator-session. Removing this package will remove the Shutdown, Logout, etc. options as well!
      • Editing the list shown in the System Menu (Startup Applications, Printers, etc.) is NOT possible without modifying the source.

Adding other indicators

Please see this question for a master-list of all the different indicators -- each answer/comments will tell you if it is available from PPAs or the Software Center:

What Application Indicators are available?

Solution 2

The top panel is static and cannot be moved.

If you would like to add indicators to your system, there are 2 ways:

  1. Go to the Ubuntu Software Center and search for "indicators". Install the indicators you wish to use.
  2. Install them via the terminal, for example:

    sudo apt-get install indicator-weather
    
  3. To remove an indicator, simply use the remove button in the Ubuntu Software Center, or use apt, for example:

    sudo apt-get remove indicator-weather
    
Share:
24,208

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I am trying to use the old Ubuntu feature of adding/removing indicators from the top panel in 11.10/12.04, but cannot do so. I have these questions:

    • How can I remove or add indicator applet at top panel?
    • How can I erase or add a panel ?
    • How can I erase switch user account from top panel since I am the only user in my computer ?
    • How can I erase Startup applications and printers from top panel ?
    • How can I erase the Messages indicator from the top panel?
  • Admin
    Admin almost 12 years
    how can I remove message indicator from panel since they are not seen at software center ?
  • Tarang Gosai
    Tarang Gosai over 11 years
    To remove the date/time indicator your tip does not work anymore. You have to use dconf-editor as in askubuntu.com/questions/129985/…