Constructs DesktopFile with "Desktop Entry" group and Version set to 1.0
auto df = new DesktopFile(); assert(df.desktopEntry()); assert(df.value("Version") == "1.0"); assert(df.categories().empty); assert(df.type() == DesktopFile.Type.Unknown);
See Implementation
Constructs DesktopFile with "Desktop Entry" group and Version set to 1.0