Skip to content

Instantly share code, notes, and snippets.

@v1talii-dev
Created June 16, 2018 06:26
Show Gist options
  • Save v1talii-dev/6e2c4393fe021bf4480e3b24d59235fb to your computer and use it in GitHub Desktop.
Save v1talii-dev/6e2c4393fe021bf4480e3b24d59235fb to your computer and use it in GitHub Desktop.
Ubuntu: create desktop shortcut
  • Создайте файл Postman.desktop
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/Postman/Postman
Name=Postman
Comment=Start Postman Control Panel
Icon=/opt/Postman/app/resources/app/assets/icon.png
  • Поместите файл в /usr/share/applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment