I've followed documentation provided by GNOME Desktop files: putting your application in the desktop menus
and created an entry postman.desktop
in /usr/share/applications
with the following content:
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/Postman/Postman
Icon=/opt/Postman/resources/app/assets/icon.png
Type=Application
Categories=Development;
And my postman installation is in /opt/Postman
. But it's not showing up in my Ubuntu 17.10 Dash. The same kind of configuration worked for PyCharm.