diff options
Diffstat (limited to '')
-rw-r--r-- | panels/background/background.gresource.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/panels/background/background.gresource.xml b/panels/background/background.gresource.xml new file mode 100644 index 0000000..1699244 --- /dev/null +++ b/panels/background/background.gresource.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gnome/control-center/background"> + <file preprocess="xml-stripblanks">cc-background-chooser.ui</file> + <file preprocess="xml-stripblanks">cc-background-panel.ui</file> + <file preprocess="xml-stripblanks">cc-background-preview.ui</file> + <file>preview.css</file> + </gresource> + + <gresource prefix="/org/gnome/Settings/icons/scalable/actions"> + <file preprocess="xml-stripblanks">background-selected-symbolic.svg</file> + <file preprocess="xml-stripblanks">slideshow-symbolic.svg</file> + </gresource> +</gresources> |