Created
October 27, 2017 12:59
-
-
Save scottharwell/bd72a60b4aec8f2ee19efb387ed9920a to your computer and use it in GitHub Desktop.
Gnome Shell Desktop File for Postman Native App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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; |
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
To create in
~/.local/share/applications/
or/usr/share/applications/
.