I'm using Artha Dictionary, and all I want to do is hide its icon from the notification area without loosing its functionality (i.e. Ctrl+W to bring up the meaning of selected word and show the same using NotifyOSD.). The only reason why I want to do it is, Artha's icon is not monochrome and hence doesn't integrate well with rest of the icons showing in the panel.
While using Unity, the icon is not shown and I still get proper notifications of word meanings I look up, the icon appears on panel in the classic mode. Removing Notification Area from the panel also removes Artha's functionality. If icon cannot be hidden, I'll prefer to have a monochrome icon for Artha that looks perfect on panel.
a) To make it dissapear: Resize the icon to 1 pixel in width and paint it transparent.
b) To change the icon: Paste any image you want over the top of the existing image.
sudo mv '/home/zach/Desktop/artha.png' '/usr/share/pixmaps'
The changes should take effect upon restarting your computer.
To enable this, I suggest that you do the following:
Type Alt-F2 and enter "dconf-editor"
Navigate to:
(Ubuntu 11.04) desktop -> unity -> panel
(Ubuntu 12.10) com -> canonical -> unity -> panel
Add 'artha' to the systray-whitelist, thus:
...and save it.
The artha icon should now appear on the "panel" or "notification area" (completely close Artha and re-open it).
Here is what I did.
Go to
/usr/share/pixmaps
.Rename 'artha.png' to 'artha1.png'
Now you get this on start:
If you lose the icon in the menu after doing this:
Go to
/usr/share/applications
and change the icon manually for Artha to/usr/share/pixmaps/artha1.png
(usually with right click- Properties).I hope in the next update a feature to hide tray icon is included. (Currently v1.0.2.)