Copyright statement: This article is the original article of the official account of the transcript of the code farmer, and may not be reproduced without the permission of the blogger. https://blog.csdn.net/yp090416/article/details/88692054
Start menu creation of programs such as webstorm, androidsudio and idea in ubuntu and deepin.
full path/bin/studio.sh
/usr/share/applications
as a super administrator, and the command for root to modify the password is sudo passwd root
.desktop
files, this is the application menu.as.desktop
and enter the following content, we only need to replace Exec and Icon with our own path, change the name at will, after saving, we can see our launcher iconCategories=Application;
Comment=this is Android Studio
Exec=/home/nelson/soft/android-studio/bin/studio.sh
Icon=/home/nelson/soft/android-studio/bin/studio.png
Name=as
Terminal=false
Type=Application