DesktopFile.iconName

class DesktopFile
const @safe @nogc nothrow
string
iconName
()

Return Value

Type: string

the value associated with "Icon" key. If not found it also tries "X-Window-Icon". Note: this function returns Icon as it's defined in .desktop file. It does not provides any lookup of actual icon file on the system.

Meta