I was trying to install Postman native app on Ubuntu 16.04 from this link and I installed it. But I couldn't get my Postman in Unity launcher. I've to run
the postman
command from the terminal to open it.
When I search it in my Unity launcher, there no application called Postman, then how it opens from the terminal?
Please help me with this to get Postman in Unity launcher.
Thanks in advance.
By what you say, you seem to be missing the desktop entry for your postman application (which, in fact, is already explained in the post you gave).
You only need to add the
Postman.desktop
entry file on your~/.local/share/applications/
directory (or in the/usr/share/applications/
if you want it to be available for all users) and then reindex desktop entries (you can do so with Alt + F2 + r + Intro).If the desktop entry file is correct, it should appear in your Unity panel.