Skip to content

Instantly share code, notes, and snippets.

@murarisumit
Last active August 29, 2015 14:27
Show Gist options
  • Save murarisumit/7472b19b207fbc605d21 to your computer and use it in GitHub Desktop.
Save murarisumit/7472b19b207fbc605d21 to your computer and use it in GitHub Desktop.
Launch your command line application from overview/system-menu gnome #debian #gnome #startup

Inorder to list your application in overview.

  1. Create a .desktop file
  • You can find any file in /usr/share/applications
  • Open and modify it's attribute
  1. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment