Where is the location of application shortcuts in Gnome?

For shortcuts in the Applications drop-down Menu and on the title bar of the Gnome Desktop, where is the path to their directories?


Solution 1:

You are looking for the .desktop files, which are located in /usr/share/applications (or sometimes /usr/local/share/applications).

Some applications may place these files in ~/.local/share/applications instead.

Solution 2:

  1. Most apps: /usr/share/applications/
  2. Some apps: /usr/local/share/applications
  3. Some other apps: ~/.local/share/applications/
  4. Installed by Snap apps: /var/lib/snapd/desktop/applications/
  5. Installed by Flatpak apps: /var/lib/flatpak/exports/share/applications/

Solution 3:

Your own shortcuts can also be placed in ~/.local/share/applications.