Answers for "why cant i add some applications to favourite in ubuntu"

0

why cant i add some applications to favourite in ubuntu

sudo nano /usr/share/applications/yourapp.desktop
Posted by: Guest on June-24-2020
0

why cant i add some applications to favourite in ubuntu

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/path/to/yourapp
Name=YourApp
Comment=Description of YourApp
Icon=/path/to/yourapp.png
Posted by: Guest on June-24-2020

Code answers related to "why cant i add some applications to favourite in ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language