diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:01:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:01:24 +0000 |
commit | 1e2ccef73c5ca96f7884a452b65cdbbff51c43ca (patch) | |
tree | 15afec6ee566d7919e0e640816faeebc777e3911 /src/gsm.gresource.xml | |
parent | Initial commit. (diff) | |
download | gnome-system-monitor-1e2ccef73c5ca96f7884a452b65cdbbff51c43ca.tar.xz gnome-system-monitor-1e2ccef73c5ca96f7884a452b65cdbbff51c43ca.zip |
Adding upstream version 3.38.0.upstream/3.38.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/gsm.gresource.xml')
-rw-r--r-- | src/gsm.gresource.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gsm.gresource.xml b/src/gsm.gresource.xml new file mode 100644 index 0000000..d6b4a8d --- /dev/null +++ b/src/gsm.gresource.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/gnome/gnome-system-monitor"> + <file preprocess="xml-stripblanks">data/interface.ui</file> + <file preprocess="xml-stripblanks">data/lsof.ui</file> + <file preprocess="xml-stripblanks">data/openfiles.ui</file> + <file preprocess="xml-stripblanks">data/preferences.ui</file> + <file preprocess="xml-stripblanks">data/renice.ui</file> + <file preprocess="xml-stripblanks">data/menus.ui</file> + <file preprocess="xml-stripblanks">pixmaps/download.svg</file> + <file preprocess="xml-stripblanks">pixmaps/upload.svg</file> + </gresource> +</gresources> |