gnome-shell/js/extensionPrefs/data
Florian Müllner 4340260c49 extensionPrefs: Load D-Bus interface from own resource
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
2020-03-19 14:27:36 +00:00
..
css extensionPrefs: Move data/sources into subdirectories 2020-03-19 14:27:35 +00:00
dbus-interfaces extensionPrefs: Load D-Bus interface from own resource 2020-03-19 14:27:36 +00:00
icons extensionPrefs: Move desktop file and icons from top-level data 2020-03-19 14:27:35 +00:00
metainfo extensionPrefs: Add metainfo 2020-03-19 14:27:36 +00:00
ui extensionPrefs: Move data/sources into subdirectories 2020-03-19 14:27:35 +00:00
meson.build extensionPrefs: Make app D-Bus-activatable 2020-03-19 14:27:36 +00:00
org.gnome.Extensions.data.gresource.xml extensionPrefs: Load D-Bus interface from own resource 2020-03-19 14:27:36 +00:00
org.gnome.Extensions.desktop.in.in extensionPrefs: Make app D-Bus-activatable 2020-03-19 14:27:36 +00:00
org.gnome.Extensions.service.in extensionPrefs: Make app D-Bus-activatable 2020-03-19 14:27:36 +00:00