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
17 lines
881 B
XML
17 lines
881 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/Settings/network/">
|
|
<file preprocess="xml-stripblanks">eap-method-leap.ui</file>
|
|
<file preprocess="xml-stripblanks">eap-method-fast.ui</file>
|
|
<file preprocess="xml-stripblanks">eap-method-peap.ui</file>
|
|
<file preprocess="xml-stripblanks">eap-method-simple.ui</file>
|
|
<file preprocess="xml-stripblanks">eap-method-tls.ui</file>
|
|
<file preprocess="xml-stripblanks">eap-method-ttls.ui</file>
|
|
<file preprocess="xml-stripblanks">ws-dynamic-wep.ui</file>
|
|
<file preprocess="xml-stripblanks">ws-leap.ui</file>
|
|
<file preprocess="xml-stripblanks">ws-sae.ui</file>
|
|
<file preprocess="xml-stripblanks">ws-wep-key.ui</file>
|
|
<file preprocess="xml-stripblanks">ws-wpa-eap.ui</file>
|
|
<file preprocess="xml-stripblanks">ws-wpa-psk.ui</file>
|
|
</gresource>
|
|
</gresources>
|