mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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>
10 lines
262 B
XML
10 lines
262 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/shell">
|
|
<file>portalHelper/main.js</file>
|
|
|
|
<file>misc/config.js</file>
|
|
<file>misc/dbusUtils.js</file>
|
|
<file>misc/fileUtils.js</file>
|
|
</gresource>
|
|
</gresources>
|