-->
import Quickshell
Index of desktop entries according to the desktop entry specification.
Primarily useful for looking up icons and metadata from an id, as there is currently no mechanism for usage based sorting of entries and other launcher niceties.
All desktop entries of type Application that are not Hidden or NoDisplay.
Look up a desktop entry by name. Includes NoDisplay entries. May return null.
While this function requires an exact match, heuristicLookup() will correctly find an entry more often and is generally more useful.
Look up a desktop entry by name using heuristics. Unline byId(), if no exact matches are found this function will try to guess - potentially incorrectly. May return null.