<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - SVG icons are installed in fixed size hicolor theme subdirectories"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132737#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - SVG icons are installed in fixed size hicolor theme subdirectories"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=132737">bug 132737</a>
from <span class="vcard"><a class="email" href="mailto:aklhfex@gmail.com" title="Chris Mayo <aklhfex@gmail.com>"> <span class="fn">Chris Mayo</span></a>
</span></b>
<pre>When compiling from source this can be fixed by removing the problem SVG files
after unpacking the tarball with:
find sysui/desktop/icons/hicolor/ -name "*.svg" ! -path "*scalable*" -exec rm
{} \;
I guess the repository could be cleaned up similarly.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>