def has_option_desktop(self, key): if key in self.STATIC_DATA: return True key = self._apply_mapping(key) return not self.appinfo_xml.find(key) is None