Skip to content

Commit ae7f9c1

Browse files
committed
Add gufw
1 parent 11a4f00 commit ae7f9c1

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

  • bigcontrolcenter/usr/share/biglinux/bigcontrolcenter/utils

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,14 @@ def _get_replacements(self):
560560
"app_name": _("Advanced Firewall Settings"),
561561
"app_categories": "Network",
562562
},
563+
{
564+
"app_id": "gufw",
565+
"app_categories": "Network",
566+
},
567+
{
568+
"app_id": "kcm_firewall",
569+
"app_categories": "Network",
570+
},
563571
{
564572
"app_id": "gnome-alsamixer",
565573
"app_name": _("Advanced Audio Manager - Alsamixer"),
@@ -748,10 +756,6 @@ def _get_replacements(self):
748756
),
749757
"app_categories": "Personalization",
750758
},
751-
{
752-
"app_id": "kcm_firewall",
753-
"app_categories": "Network",
754-
},
755759
{
756760
"app_id": "kcm_app-permissions",
757761
"app_description": _("Manage permissions for Flatpak applications"),

0 commit comments

Comments
 (0)