DesktopFile.FindMime (gb.desktop)
Static Function FindMime ( MimeType As String ) As DesktopFile[]
Returns an array of desktop entry files that are registered as handling the provided 
MimeType.
For example:
DesktopEntry.FindMime("text/html") should return all desktop entry files recognized by the desktop system in use that handle files whose mime-type is 
"text/html".
This method is deprecated! Use 
FromMime instead