Files
piper/data/piper.gresource.xml
Peter Hutterer 39ddd053da Led: add an image for the led off page
Ah, what a beautiful night sky...

The CSS background taken from the control-center scroll test page. Apparently
we can't use the SVG background and have to do this manually.

Fixes #45
2017-10-25 17:27:05 +02:00

25 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/freedesktop/Piper">
<file>404.svg</file>
<file>enter-keyboard-shortcut.svg</file>
<file>led-off.svg</file>
<file preprocess="xml-stripblanks">AboutDialog.ui</file>
<file preprocess="xml-stripblanks">ui/ButtonDialog.ui</file>
<file preprocess="xml-stripblanks">ui/ButtonRow.ui</file>
<file preprocess="xml-stripblanks">ui/DeviceRow.ui</file>
<file preprocess="xml-stripblanks">ui/ErrorPerspective.ui</file>
<file preprocess="xml-stripblanks">ui/MousePerspective.ui</file>
<file preprocess="xml-stripblanks">ui/LedDialog.ui</file>
<file preprocess="xml-stripblanks">ui/OptionButton.ui</file>
<file preprocess="xml-stripblanks">ui/ProfileRow.ui</file>
<file preprocess="xml-stripblanks">ui/ResolutionRow.ui</file>
<file preprocess="xml-stripblanks">ui/ResolutionsPage.ui</file>
<file preprocess="xml-stripblanks">ui/WelcomePerspective.ui</file>
<file preprocess="xml-stripblanks">ui/Window.ui</file>
<!-- Using this alias, GtkApplication will automatically pick it up for us. -->
<file alias="gtk/menus.ui" preprocess="xml-stripblanks">ui/Menus.ui</file>
</gresource>
</gresources>