Skip to content

Instantly share code, notes, and snippets.

@scottharwell
Created October 27, 2017 12:59
Show Gist options
  • Save scottharwell/bd72a60b4aec8f2ee19efb387ed9920a to your computer and use it in GitHub Desktop.
Save scottharwell/bd72a60b4aec8f2ee19efb387ed9920a to your computer and use it in GitHub Desktop.
Gnome Shell Desktop File for Postman Native App
[Desktop Entry]
Version=1.0
Terminal=false
Type=Application
Name=Postman
Exec=/opt/Postman/Postman
Icon=/opt/Postman/resources/app/assets/icon.png
Categories=Network;Development
Keywords=rest;api;
@laurentpellegrino
Copy link

laurentpellegrino commented Aug 29, 2020

To create in ~/.local/share/applications/ or /usr/share/applications/.

@scottharwell
Copy link
Author

To create in ~/.local/share/applications/ or /usr/share/applications/.

It should work in either, but I place all desktop entries in my user home so that it's easier to replicate across the systems that I use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment