Skip to content

Instantly share code, notes, and snippets.

@wathmal
Last active June 21, 2018 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wathmal/77d3ba6ec932e69f559865430a407d9f to your computer and use it in GitHub Desktop.
Save wathmal/77d3ba6ec932e69f559865430a407d9f to your computer and use it in GitHub Desktop.
postman native app .desktop file for ubuntu (desktop shortcut). put this inside /home/username/.local/share/applications/ folder.
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=Postman
Comment=Postman Native App
Exec=/opt/Postman/Postman — %u
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Network;Development
Keywords=rest;api;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment