4340260c49
Using the "regular" loadInterfaceXML() helper means less code duplication, but it also ties us to the resource used by gnome-shell. In order to untangle the extension app from core gnome-shell, change that to load the interface from the existing data resource instead. While that does involve reimplementing loadInterfaceXML(), it's not too bad actually with the resource-loading code stripped (as the data resource is already loaded by the package module). https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1081
12 lines
307 B
XML
12 lines
307 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Extensions">
|
|
<file>css/application.css</file>
|
|
|
|
<file>dbus-interfaces/org.gnome.Shell.Extensions.xml</file>
|
|
|
|
<file>ui/extension-row.ui</file>
|
|
<file>ui/extensions-window.ui</file>
|
|
</gresource>
|
|
</gresources>
|