when I look up in nautilus for a Desktop file it has the filename showed below:
Then I open in terminal and search for the same file, I found it has another name showed below:
Anybody knows why it is like this? Thanks in advance
when I look up in nautilus for a Desktop file it has the filename showed below:
Then I open in terminal and search for the same file, I found it has another name showed below:
Anybody knows why it is like this? Thanks in advance
This is specific to .desktop files.
In GNOME and other freedesktop.org-compliant desktops, an application gets registered into the desktop's menus through a desktop entry, which is a text file with .desktop extension. This desktop file contains a listing of the configurations for your application.
More information can be found here https://developer.gnome.org/integration-guide/stable/desktop-files.html.en