Answers for "how to add application to unity launcher"

1

how to add application to unity launcher

# add the application, path, icon, and save it under 
# ~/.local/share/application/programName
[Desktop Entry]
Version=x.y
Name=ProgramName
Comment=This is my comment
Exec=/home/alex/Documents/exec.sh
Icon=/home/alex/Pictures/icon.png
Terminal=false
Type=Application
Categories=Utility;Application;
Posted by: Guest on June-13-2020

Code answers related to "how to add application to unity launcher"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language