3

I now have Unity 2D running on my laptop, and the jury is still out as to whether or not I keep it or go back to Gnome.

One thing that is throwing me off is that I don't have the same notification icons in the top panel that I like to have.

One is a CPU monitor. My laptop is a little older, so I keep an eye on the CPU usage to know when one process is done and I can start a new one without slowing things down.

The other is UIM. I switch between Japanese and English input, and the UIM indicator applet in Gnome let me know which input mode I was in.

Right now, only my Dropbox icon has carried over (I upgraded from 10.10).

How do I add/remove indicators in my top panel? Right clicking seems to do nothing.

Questioner
  • 6,839
  • you don't have them 's cause there's no notification area anymore, well there is but it's hidden. – Uri Herrera May 09 '11 at 04:13
  • Thanks to everyone who offered solutions, but I've given up. Not because there is anything fundamentally wrong with Unity, but it's just not better than Gnome enough to be worth the learning curve of dealing with issues like this. I've decided to just stick with Gnome unless Unity becomes so unbelievably easy to switch to that I don't have to spend time chasing down issues like this. Again, help much appreciated, but I'm letting this go. – Questioner May 10 '11 at 10:06

2 Answers2

3

There's a new system load indicator. see here: What Application Indicators are available?

Christoph
  • 3,108
  • That's nice, but unless I'm misreading it, the link says they can't be used in Unity. – Questioner May 09 '11 at 09:52
  • I don't know where you read that? I'm currently using it in unity, btw. – Christoph May 09 '11 at 09:59
  • I was referring to where it says "there is no way to get these on panel or unity launcher." In any case, it provides no instructions on how to add them to whatever Unity calls the panel that runs along the top edge of the screen. – Questioner May 09 '11 at 10:24
  • This refers to the "useful quickinfo" - there's no way to get this info into the unity panel (because you can't rightclick - add applet to panel anymore, like you did in 10.10). this is why those indicators are needed. add them by executing the relevant command, in this case hit alt-F2, enter "indicator-multiload". many indicators are automatically added to the startup applications, for others you have to do it manually. – Christoph May 09 '11 at 12:02
  • I tried hitting [ALT]+F2 then indicator-multiload, but nothing happened. I tried entering it from the terminal command line, and it said "command not found". I looked for it in Synaptic, and it wasn't listed. Where can I access it? – Questioner May 10 '11 at 01:10
  • have you installed it already a? then it must be there. – Christoph May 10 '11 at 07:10
  • sudo add-apt-repository ppa:indicator-multiload/stable-daily, then sudo apt-get update, then sudo apt-get install indicator-multiload – Christoph May 10 '11 at 07:11
2

To enable it open a terminal and type:

       gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"

or use dconf-tools, but you need to isntall it.

After the changes, log out and then back in.

Uri Herrera
  • 14,866