[Libreoffice-bugs] [Bug 132737] SVG icons are installed in fixed size hicolor theme subdirectories

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 6 18:33:51 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=132737

--- Comment #2 from Chris Mayo <aklhfex at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200506/4507faa5/attachment.htm>


More information about the Libreoffice-bugs mailing list