59

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

wsdzbm
  • 977
  • 2
  • 7
  • 12

3 Answers3

72

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.

Charles Green
  • 21,859
65
  1. Most apps: /usr/share/applications/
  2. Some apps: /usr/local/share/applications
  3. Some other apps: ~/.local/share/applications/
  4. Installed with Snap apps: /var/lib/snapd/desktop/applications/
  5. Installed with Flatpak apps: /var/lib/flatpak/exports/share/applications/
  6. Installed with Wine apps: ~/.local/share/applications/wine/Programs/
Xtigyro
  • 751
11

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

pa4080
  • 30,621
rloth
  • 121
  • 1
  • 4