[gnome-software/mwleeds/pwa-plugin] fixup! Revive webapp support



commit 3fe4e2a619aec324f4637849117890cc4b100c3f
Author: Phaedrus Leeds <mwleeds protonmail com>
Date:   Fri Feb 25 13:20:52 2022 -0800

    fixup! Revive webapp support

 plugins/epiphany/gs-plugin-epiphany.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/plugins/epiphany/gs-plugin-epiphany.c b/plugins/epiphany/gs-plugin-epiphany.c
index f47782a2d..8f537afe2 100644
--- a/plugins/epiphany/gs-plugin-epiphany.c
+++ b/plugins/epiphany/gs-plugin-epiphany.c
@@ -469,6 +469,7 @@ list_installed_apps_thread_cb (GTask        *task,
                gs_app_set_state (app, GS_APP_STATE_INSTALLED);
                gs_app_set_name (app, GS_APP_QUALITY_NORMAL, name);
                gs_app_set_url (app, AS_URL_KIND_HOMEPAGE, url);
+               gs_app_set_permissions (app, GS_APP_PERMISSIONS_NETWORK);
 
                /* Use the domain name as a fallback summary.
                 * FIXME: Fetch the summary from the site's webapp manifest.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]