From a25d0f6d22b8558c4a816c8caabcb0721e4c6b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 1 Nov 2022 12:26:31 +0100 Subject: [PATCH] js/portal-resources: Add missing fileUtils to js path gnome-shell-portal-helper was failing with: (gnome-shell-portal-helper:646052): Gjs-CRITICAL **: 12:24:30.852: JS ERROR: ImportError: No JS module 'fileUtils' found in search path @resource:///org/gnome/shell/portalHelper/main.js:13:30 @
:1:14 Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6020 Part-of: --- js/portal-resources.gresource.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/js/portal-resources.gresource.xml b/js/portal-resources.gresource.xml index dbcf11b1d..ff363068e 100644 --- a/js/portal-resources.gresource.xml +++ b/js/portal-resources.gresource.xml @@ -5,5 +5,6 @@ misc/config.js misc/dbusUtils.js + misc/fileUtils.js