2

I have recently installed Ubuntu 16.04 and yesterday I've installed Sublime-text-3 text editor. But the main problem is Menu is not showing unless its opened in root mode,i.e sudo /opt/sublime_text/sublime_text I have searched for various solutions in stackoverflow and askubuntu,but neither solution worked as desired. I have referred sublime from launcher but it also not worked. I had installed sublime-text-3 in previous ubuntu versions and also linux-mint which i had used in the past. But no-where this problem occurred.

Can anyone has similar problem OR some working solutions,please share here.

Ankith p
  • 301

1 Answers1

3

I temporary fixed this by adding command to startup applications list:

bash -c "sleep 2 && initctl restart unity-panel-service"

You can also press ALT+F2 and execute:

initctl restart unity-panel-service

Ps: This will restart all indicators services and some of them will disappear if they started before.

BaronBaleron
  • 1,136