Logo

dev-resources.site

for different kinds of informations.

Create a desktop entry for postman in ubuntu

Published at
6/12/2023
Categories
ubuntu
desktopentry
shortcut
Author
shaikhalamin
Categories
3 categories in total
ubuntu
open
desktopentry
open
shortcut
open
Author
12 person written this
shaikhalamin
open
Create a desktop entry for postman in ubuntu

Download postman and extract it in your home folder.

Create a postman.desktop file in local share folder and paste the following script in your local share file :

nano ~/.local/share/applications/postman.desktop
Enter fullscreen mode Exit fullscreen mode
[Desktop Entry]
Version=1.0
Type=Application
Name=Postman
Icon=/home/{user_name}/Postman/app/icons/icon_128x128.png
Exec=/home/{user_name}/Postman/Postman
Comment=Supercharge your API workflow
OnlyShowIn=Unity;GNOME;
StartupNotify=false
StartupWMClass=Postman
X-UnityGenerated=true
Categories=Development;IDE;
Enter fullscreen mode Exit fullscreen mode

Here replace your username with your

shortcut Article's
30 articles in total
Favicon
How to Fetch URL Content, Set It into a Dictionary, and Extract Specific Keys in iOS Shortcuts
Favicon
How to Post Articles to Dev.to Using iOS Shortcuts
Favicon
Create a Shortcut to Post Markdown Files to GitHub
Favicon
How to Save and Open PDFs in Files App with Shortcuts: Specify Path and Filename for Better Access
Favicon
πŸš€ Meet IntelliText: The Power Tool for Text Automation You Didn’t Know You Needed
Favicon
Essential Shortcuts for Linux Terminal 2024 πŸ’₯
Favicon
iOS 18 - Using ChatGPT powered TapAI shortcut with Apple Notes, Reminders & Calendar for automation
Favicon
Setting App Time Limits on iOS Using Shortcuts
Favicon
Arc Shortcuts: Windows
Favicon
Visual code extension to copy multiple values
Favicon
Easy Guide to Becoming a Software Developer in 2024
Favicon
VSCode productive shortcut keys
Favicon
Sublime Text Shortcut Keys – Boost Productivity with Key Phrases
Favicon
Apple Notes Monostyle Text Keyboard Shortcut
Favicon
How Do I Permanently Remove a Shortcut Virus from My USB?
Favicon
Mastering Windows Shortcuts: Boosting Productivity and Efficiency
Favicon
Create a desktop entry for postman in ubuntu
Favicon
Windows Shortcut ::
Favicon
How to duplicate a browser tab
Favicon
5 Shortcuts to make tab navigation easier on your browser
Favicon
Custom Alias / Shortcut in macΒ Terminal
Favicon
Bash and exclamation marks !!!!
Favicon
Keyboard Shortcut: Emoji πŸ˜‰
Favicon
35 atalhos customizados VS Code para aumentar sua produtividade
Favicon
15+ Command Line Hot Keys You Didn't Know About
Favicon
Shortcut to shut down Mac
Favicon
Shortcut keys to shut down Mac (MacBook Pro, Mini ...)
Favicon
set up keyboard shortcut to open terminal on mac
Favicon
How to implement a search shortcut (OpenSearch) on any website
Favicon
10 Practical shortcuts to be faster !

Featured ones: