For shortcuts in the Applications drop-down Menu and on the title bar of the Gnome Desktop, where is the path to their directories?
Asked
Active
Viewed 8.4k times
59
wsdzbm
- 977
- 2
- 7
- 12
3 Answers
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.
CheekyBeeswaxer
- 547
Charles Green
- 21,859
65
- Most apps: /usr/share/applications/
- Some apps: /usr/local/share/applications
- Some other apps: ~/.local/share/applications/
- Installed with Snap apps: /var/lib/snapd/desktop/applications/
- Installed with Flatpak apps: /var/lib/flatpak/exports/share/applications/
- Installed with Wine apps: ~/.local/share/applications/wine/Programs/
Xtigyro
- 751