[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Replacement Default Icons for Iceweasel [was Re: The Spirit of Free Software, or The Reality]



* Don Armstrong:

> On Thu, 16 Jul 2015, Don Armstrong wrote:
>> This is why I said "if they're necessary, then they're necessary".
>
> Here's a set of default icons which can trivially be expanded to avoid
> shipping those icons and downloading them: 
>
> for icon in ebay google wikipedia bing; do 
>     convert -size 16x16 xc:white -pointsize 8 \
>             -font 'DejaVu-Sans' -fill black \
>             -stroke none \
>             -draw "text 0,7 '${icon:0:3}'" \
>             -draw "text 0,14 '${icon:3:3}'" \
>             ${icon}.png;
> done;

Thanks, I think that's an acceptable interim solution until we can
obtain permission to ship the actual logos under terms we like.


Reply to: