mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
@<main>:1:14
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6020
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2524>
This commit is contained in:
parent
698588d85b
commit
a25d0f6d22
1 changed files with 1 additions and 0 deletions
|
|
@ -5,5 +5,6 @@
|
||||||
|
|
||||||
<file>misc/config.js</file>
|
<file>misc/config.js</file>
|
||||||
<file>misc/dbusUtils.js</file>
|
<file>misc/dbusUtils.js</file>
|
||||||
|
<file>misc/fileUtils.js</file>
|
||||||
</gresource>
|
</gresource>
|
||||||
</gresources>
|
</gresources>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue