Create a desktop entry for postman in ubuntu
Shaikh Al Amin

Shaikh Al Amin @shaikhalamin

About: Senior Software Engineer | Frontend Specialist | Laravel, Express,React

Location:
Dhaka
Joined:
Oct 9, 2020

Create a desktop entry for postman in ubuntu

Publish Date: Jun 12 '23
0 0

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

Comments 0 total

    Add comment