InstallPluginsContext.setDesktopId
void setDesktopId(string desktopId)This function is used to pass the calling application's desktop file ID to the external installer process.
A desktop file ID is the basename of the desktop file, including the .desktop extension.
If set, the desktop file ID will be passed to the installer via a --desktop-id= command line option.
Parameters
desktopId | the desktop file ID of the calling application |