[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: oversized icons in the distro
- From: Kevin Kofler <kevin kofler chello at>
- To: fedora-art-list redhat com
- Subject: Re: oversized icons in the distro
- Date: Thu, 24 Jan 2008 11:44:00 +0000 (UTC)
Matthias Clasen <mclasen <at> redhat.com> writes:
> Hey, so we are looking at the size of test1 live cd images right now (of
> course, things don't fit). One thing I notice is that some packages ship
> huge svg icons, like the following:
[snip]
> I wonder if this list has the expertise and knows the tools to reduce
> excess details in svgs like those ?
Here in KDE SIG land, our solution looks like this:
# omit gigantic oxygen scalable/svg icons, for now -- Rex
find %{buildroot}%{_kde4_iconsdir}/oxygen/scalable -name "*.svgz" | \
xargs --no-run-if-empty rm -fv
;-)
(Of course this will only work if there are PNG versions of the same icons,
otherwise the PNGs have to be generated first.)
Kevin Kofler
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]