How to reset Notification Area settings?

13,702

Just reinstall the Xubuntu icons from the repositories and that will get your icons back.

sudo apt-get install --reinstall xubuntu-icon-theme

I found this out by querying each of the icon folders with dpkg -S; for example:

dpkg -S /usr/share/icons/elementary-xfce

which returned the name of the package they came from:

xubuntu-icon-theme: /usr/share/icons/elementary-xfce

If you have any other problems regarding settings you can purge the xfce4-indicator-plugin and then reinstall it with

sudo apt-get install --reinstall xfce4-indicator-plugin 

If you have also removed the indicator from the Xfce panel, add it back again by right clicking the panel and clicking panel > add new items (see screenshot). Importantly, you will probably have to logout and login for the changes to take effect after reinstalling the icons.

enter image description here

Share:
13,702
Mitch
Author by

Mitch

I’m a dedicated and highly energetic person who thrives in pressure situations and can be counted on when the going gets tough. Skilled in Network Administration, File Servers, and Windows Workstations and other related systems. I enjoy providing inventive direction and out of the box thinking. Values commitment to excellence, innovation, and customer service. I have been a windows man since windows 1. I have been and IT person for a little over 27 years, and I totally love it. I have been using windows, and MAC OS, and I have to say that I liked MAC OS better than windows, and I have been using it for about 10 years now. A dear friend told me about Ubuntu back in 2012, so I went ahead and downloaded it and installed it on a trial basis, but it turned out that I have a new OS. Since I have removed windows from my machine, and have been using Ubuntu from that point forward.

Updated on November 22, 2022

Comments

  • Mitch
    Mitch over 1 year

    I am running Xubuntu with Xfce and today I accidentally removed an icon from the Notification Area that provided quick access to Thunderbird and Pidgin chats. Is there a way to restore that icon or to restore the whole Notification Area to default settings?

    I marked the icon in question on the screenshot:

    enter image description here

    Apparently, I lost the volume icon, too.

    UPDATE: Apparently, I used the wrong nomenclature in my question. The icons I lost were not part of the Notification Area. They are a separate applet item called Indicator Plugin.

    I found the icon on this very site

    enter image description here

  • Admin
    Admin over 11 years
    Thank you for help. I must have just removed the indicator from the main panel.