cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1299
Views
0
Helpful
2
Replies

Permission denied on creating application shortcut for Postman on the Desktop as sudo

Setting up Linux (CentOS) workstation as a development environment

As per page 7/10 @ https://developer.cisco.com/learning/modules/dev-setup/dev-centos/step/7,

Permission denied on creating application shortcut for Postman on the Desktop as sudo

 

2 Accepted Solutions

Accepted Solutions

As a root, I was able to echo to  postman.desktop

echo "[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png   /opt/Postman/app/resources/app/assets.icon.png
Terminal=false
Type=Application
Categories=Development" > postman.desktop

View solution in original post

there was a typo, '.' instead of '/'

Icon=/opt/Postman/app/resources/app/assets/icon.png

View solution in original post

2 Replies 2

As a root, I was able to echo to  postman.desktop

echo "[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=postman
Icon=/opt/Postman/resources/app/assets/icon.png   /opt/Postman/app/resources/app/assets.icon.png
Terminal=false
Type=Application
Categories=Development" > postman.desktop

there was a typo, '.' instead of '/'

Icon=/opt/Postman/app/resources/app/assets/icon.png