1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 00:04:06 +00:00
transmission/gtk/transmission.gresource.xml
Mike Gelfand 1080a5b3f4
Include GTK client icon in resources once (#2137)
There is a fallback mechanism in GTK: when looking for an icon named
foo-a-b-c, it'll also try to find foo-a-b, foo-a, and foo, so the only
icon necessary (if all of them default to the same one) is foo. Given
that we're also installing this icon, including it in resources doesn't
make a lot of sense, by I'm leaving it just in case anyway (useful when
debugging without installing).
2021-11-13 15:20:16 +03:00

12 lines
759 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/transmissionbt/transmission">
<file alias="icons/scalable/apps/transmission.svg" compressed="true" preprocess="xml-stripblanks">icons/hicolor_apps_scalable_transmission.svg</file>
<file alias="icons/16x16/actions/lock.png">icons/lock.png</file>
<file alias="icons/16x16/status/ratio.png">icons/ratio.png</file>
<file alias="icons/16x16/status/alt-speed-on.png">icons/turtle-blue.png</file>
<file alias="icons/16x16/status/alt-speed-off.png">icons/turtle-grey.png</file>
<file alias="icons/16x16/status/utilities.png">icons/utilities.png</file>
<file compressed="true" preprocess="xml-stripblanks">transmission-ui.xml</file>
</gresource>
</gresources>