Bug#762429: [PATCH] Use PNG icon instead of ICO

Łukasz Stelmach l.stelmach at samsung.com
Wed Sep 24 09:03:31 UTC 2014


For some reason the browser has issues with displaying search engine's
icon in ICO format.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762429
---
 debian/duckduckgo.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/duckduckgo.xml b/debian/duckduckgo.xml
index 6d614a3..0dd2c2c 100644
--- a/debian/duckduckgo.xml
+++ b/debian/duckduckgo.xml
@@ -2,7 +2,7 @@
 <ShortName>DuckDuckGo</ShortName>
 <Description>DuckDuckGo Search</Description>
 <InputEncoding>UTF-8</InputEncoding>
-<Image width="16" height="16" type="image/x-icon">https://duckduckgo.com/favicon.ico</Image>
+<Image width="16" height="16" type="image/png">https://duckduckgo.com/favicon.png</Image>
 <Url type="text/html" method="GET" template="https://duckduckgo.com/">
   <Param name="q" value="{searchTerms}"/>
   <Param name="t" value="debian"/>
-- 
1.9.1



More information about the pkg-mozilla-maintainers mailing list