Rename the app-id to org.gnome.Settings since this is what we've been calling it for many years now. Adjust all files that derive from the app-id, such as the desktop file, D-Bus service file names, search providers, GSettings schemas, to match that. Closes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/344
16 lines
584 B
XML
16 lines
584 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Settings/gtk">
|
|
<file preprocess="xml-stripblanks">cc-panel.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-panel-list.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-window.ui</file>
|
|
<file preprocess="xml-stripblanks">help-overlay.ui</file>
|
|
<file>style.css</file>
|
|
</gresource>
|
|
|
|
<!-- Panel icons -->
|
|
<gresource prefix="/org/gnome/Settings">
|
|
<file preprocess="xml-stripblanks">icons/multitasking-symbolic.svg</file>
|
|
<file>style.css</file>
|
|
</gresource>
|
|
</gresources>
|