I know the desktop files live in
/usr/share/applications
and ~/.local/share/applications
. I'm looking for 2 information:
- Where can I see the desktop items that show in my launcher (I would love to have right-click properties on the launcher)
Update: Moved this part of my question to another entry to be able to give credit:
"When I type into the Dash applications show up with their title, how can I find the associated desktop file (again right click is missing)"
If you want to know which applications are pinned currently (from other launcher icons, which are also shown in the launcher) , you can use gsettings
Open a terminal and use this command
This command gives me the output below, (the exact output may differ)
The .desktop files are with the exact name in the output. But, you may not see the name though.
You can use
cp
command to copy them in some other directory.First use this command to get a variable
list
with the list of .desktop files which are pinned.Then copy those files in your Desktop.
Hope this will help. You now have the .desktop files which are pinned in your desktop.