Skip to content

Commit a81737a

Browse files
committed
🐛 fix: fix(app_finder): fix driver manager .desktop reference and cleanup
- Fix .desktop name from big-driver-manager to br.com.biglinux.drivermanager - Remove accidentally committed __pycache__ directories
1 parent db5a386 commit a81737a

8 files changed

Lines changed: 3 additions & 3 deletions

File tree

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils/app_finder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def _find_static_desktop_files(self):
373373
"/usr/share/applications/guvcview.desktop",
374374
"/usr/share/applications/hplip.desktop",
375375
"/usr/share/kservices5/smb.desktop",
376-
"/usr/share/applications/big-driver-manager.desktop",
376+
"/usr/share/applications/br.com.biglinux.drivermanager.desktop",
377377
"/usr/share/applications/br.com.biglinux.bighardwareinfo.desktop",
378378
"/usr/share/applications/big-kernel-manager.desktop",
379379
"/usr/share/applications/br.com.biglinux.networkinfo.desktop",
@@ -520,7 +520,7 @@ def _get_replacements(self):
520520
"app_icon": "kcm_mobile_hotspot",
521521
},
522522
{
523-
"app_id": "big-driver-manager",
523+
"app_id": "br.com.biglinux.drivermanager",
524524
"app_description": _("Expand device support"),
525525
"app_categories": "Star Hardware",
526526
},
@@ -761,7 +761,7 @@ def _get_replacements(self):
761761
"app_id": "kcm_app-permissions",
762762
"app_description": _("Manage permissions for Flatpak applications"),
763763
"app_categories": "System",
764-
"app_icon": "preferences"
764+
"app_icon": "preferences",
765765
},
766766
{
767767
"app_id": "kcm_animations",

0 commit comments

Comments
 (0)