34e85342d8
As outlined earlier, in order to turn the Extensions app into a properly sandboxed application, we need to split out the extension prefs dialog and move it elsewhere. With "elsewhere" being the new Extensions D-Bus service, effectively turning it into a shell extensions portal. https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1106
18 lines
488 B
XML
18 lines
488 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>dbusService.js</file>
|
|
|
|
<file>misc/config.js</file>
|
|
<file>misc/extensionUtils.js</file>
|
|
<file>misc/fileUtils.js</file>
|
|
</gresource>
|
|
|
|
<gresource prefix="/org/gnome/Shell/Extensions">
|
|
<file>css/application.css</file>
|
|
<file>ui/extension-prefs-dialog.ui</file>
|
|
</gresource>
|
|
</gresources>
|