Skip to content

Instantly share code, notes, and snippets.

@hauthorn
Last active June 20, 2024 15:17
Show Gist options
  • Save hauthorn/d1da427b16133776bd8c65db802bc6ad to your computer and use it in GitHub Desktop.
Save hauthorn/d1da427b16133776bd8c65db802bc6ad to your computer and use it in GitHub Desktop.
Postman desktop entry
[Desktop Entry]
Categories=Development;
Comment=Supercharge your API workflow
Exec="/home/hauthorn/Programs/Postman/Postman"
Icon=/home/hauthorn/Programs/Postman/app/resources/app/assets/icon.png
Name=Postman
Terminal=false
Type=Application
Version=1.0

Update in 2024: You'll probably want to install via Snap, now that it's available and working fairly well.

@rodentskie
Copy link

[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/Postman/app/Postman %U
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;

@hauthorn
Copy link
Author

Hi @rodentskie Could you elaborate? What does the %U flag do?

@rodentskie
Copy link

Hi @rodentskie Could you elaborate? What does the %U flag do?

Please refer to this link.

@hauthorn
Copy link
Author

You'll probably want to install via Snap, now that it's available and working fairly well.

@anastabiti
Copy link

thanks

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