ae92c1c4eb
The error UI comprises the bits that are actually custom. Splitting them out from the off-the-shelf window makes it easier to replace the dialog with libadwaita's dedicated preference window. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2012>
20 lines
559 B
XML
20 lines
559 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Shell/Extensions/js">
|
|
<file>main.js</file>
|
|
<file>extensionsService.js</file>
|
|
<file>extensionPrefsDialog.js</file>
|
|
<file>dbusService.js</file>
|
|
|
|
<file>misc/config.js</file>
|
|
<file>misc/extensionUtils.js</file>
|
|
<file>misc/fileUtils.js</file>
|
|
<file>misc/params.js</file>
|
|
</gresource>
|
|
|
|
<gresource prefix="/org/gnome/Shell/Extensions">
|
|
<file>css/application.css</file>
|
|
<file>ui/extension-error-page.ui</file>
|
|
</gresource>
|
|
</gresources>
|