Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def _find_static_desktop_files(self):
"/usr/share/applications/guvcview.desktop",
"/usr/share/applications/hplip.desktop",
"/usr/share/kservices5/smb.desktop",
"/usr/share/applications/big-driver-manager.desktop",
"/usr/share/applications/br.com.biglinux.drivermanager.desktop",
"/usr/share/applications/br.com.biglinux.bighardwareinfo.desktop",
"/usr/share/applications/big-kernel-manager.desktop",
"/usr/share/applications/br.com.biglinux.networkinfo.desktop",
Expand Down Expand Up @@ -520,7 +520,7 @@ def _get_replacements(self):
"app_icon": "kcm_mobile_hotspot",
},
{
"app_id": "big-driver-manager",
"app_id": "br.com.biglinux.drivermanager",
"app_description": _("Expand device support"),
"app_categories": "Star Hardware",
},
Expand Down Expand Up @@ -761,7 +761,7 @@ def _get_replacements(self):
"app_id": "kcm_app-permissions",
"app_description": _("Manage permissions for Flatpak applications"),
"app_categories": "System",
"app_icon": "preferences"
"app_icon": "preferences",
},
{
"app_id": "kcm_animations",
Expand Down
Loading