diff --git a/bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py b/bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py index bb22fb4..6a1f057 100644 --- a/bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py +++ b/bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py @@ -373,7 +373,7 @@ def _find_static_desktop_files(self): "/usr/share/applications/hplip.desktop", "/usr/share/kservices5/smb.desktop", "/usr/share/applications/big-driver-manager.desktop", - "/usr/share/applications/big-hardware-info.desktop", + "/usr/share/applications/br.com.biglinux.bighardwareinfo.desktop", "/usr/share/applications/big-kernel-manager.desktop", "/usr/share/applications/br.com.biglinux.networkinfo.desktop", "/usr/share/applications/org.kde.kwalletmanager.desktop", @@ -524,7 +524,7 @@ def _get_replacements(self): "app_categories": "Star Hardware", }, { - "app_id": "big-hardware-info", + "app_id": "br.com.biglinux.bighardwareinfo", "app_description": _("Detailed information about your computer"), "app_categories": "Star About", },