Basically, after the last couple of days updates, my indicator applets have gone missing, i cant re-add them either.
Just wondering if anyone else got the same problem
Archived thread 1619657 from Natty Narwhal Testing and Discussion (CLOSED). Markdown source: Natty_Narwhal_Testing_and_Discussion_(CLOSED)/thread_1619657_Indicator_applets_gone_missing.md
Basically, after the last couple of days updates, my indicator applets have gone missing, i cant re-add them either.
Just wondering if anyone else got the same problem
Yes, I had this. Sometimes a reboot would fix some and sometimes not. There are error messages about oafip (I think it was) not loading. They're all back at the moment, but I don't know for how long :-)
Sometimes a reboot would fix some and sometimes not
Sometimes a simple
killall gnome-panel
might help and you won't need a reboot.
I can try that next time :-)
there is a broken dependency on gnome-control-center (gnome3 ppa)
Resetting gnome-panel worked for me.
rm -rf ~/.gconf/apps/panel pkill gnome-panel
I have the same problem rm -rf ~/.gconf/apps/panel and killall -9 gnome-panel not helps for me... I even can't add indicator applets with right click on the panel
Also Cardapio and dockbarx not works too
You could also try ``` gconftool-2 --recursive-unset /apps/panel
You might need to install gnome-panel-bonobo to make some applets work now
chrisccoulson said: You might need to install gnome-panel-bonobo to make some applets work nowThank You very much!!!!!