Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I was writing some python code which interacts with dbus to do notification which works great. not sure what happened, but somewhere along the way the notification panel at the bottom crashed.

I can't seem to figure out how to start it again.

Any idea what I can do to start it without rebooting?

share|improve this question
As per the FAQ, questions about gnome-remix are off-topic. – fossfreedom Jan 31 at 21:41

closed as off topic by Uri Herrera, fossfreedom Jan 31 at 21:41

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

gnome-panel --replace &

from a terminal will restart the panel without keyboard shortcuts or kill commands.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.