Inorder to list your application in overview.
- Create a .desktop file
- You can find any file in
/usr/share/applications
- Open and modify it's attribute
- Place this file in the
/usr/share/applications
directory so that it is accessible by everyone, or~/.local/share/applications
if you only wish to make it accessible to a single user. Which is used should depend on whether your application is installed systemwide or into a user's home directory.
Reference: https://developer.gnome.org/integration-guide/stable/desktop-files.html.en
============================================================================================
Other way, Visit Here!