Install a application and get it on Launcher¶
- First download the tar package and then extract in the
/usr/local/folder. -
After that Export path variables if necessary.
-
After that go to
/usr/share/applicationsand create ayour-application.desktopand add the content similar to the given below[Desktop Entry] Version=1.0 Type=Application Terminal=true Name=Android Studio Comment=Launches Android Studio Icon=/usr/local/android-studio/bin/studio.png Exec=/usr/local/android-studio/bin/studio.sh X-Desktop-File-Install-Version=0.26after this check if it is running 4.
desktop-file-validate android-studio.desktop5. install the file bysudo desktop-file-install android-studio.desktopThis is an example of getting application to the launcher.
Reference: medium