121
121
// Check that at least the Name and Icon entries are set.
122
122
if (matches & (kEntryNames[0].flag | kEntryNames[2].flag)) {
123
return new Application(entries[0], entries[1], entries[2], id);
123
return new Application(desktopFile, entries[0], entries[1], entries[2], id);
125
125
DLOG("not a valid desktop file, missing entries in the standard group header");