Bug#415433: epiphany: rss icon missing

Fabian Greffrath fabian.greffrath at web.de
Fri Mar 23 20:08:23 UTC 2007


Am Freitag, den 23.03.2007, 18:08 +0100 schrieb Sven Arvidsson:
> You could also try doing the same and using strace to see where epiphany
> loads the image:
> 
> strace -o /tmp/epip.log epiphany

$ strace -o /tmp/epip.log epiphany-browser http://www.pro-linux.de

$ grep -i feed /tmp/epip.log
writev(14, [{"l\1\0\1\32\0\0\0\t\0\0\0\177\0\0\0\1\1o\0\25\0\0
\0/org"..., 144}, {"\25\0\0\0org.gnome.feed.Reader\0", 26}], 2) = 170
read(17, "ay\">http://feedback.ebay.de/</pr"..., 4096) = 4096
write(31, "ay\">http://feedback.ebay.de/</pr"..., 4096) = 4096

$ grep -i rss /tmp/epip.log
open("/usr/lib/epiphany/2.18/extensions/rss.ephy-extension", O_RDONLY|
O_LARGEFILE) = 17
stat64("/usr/lib/epiphany/2.18/extensions/librssextension.so",
{st_mode=S_IFREG|0644, st_size=25200, ...}) = 0
open("/usr/lib/epiphany/2.18/extensions/librssextension.so", O_RDONLY) =
16

Seems like it does not even try to load the icon?






More information about the pkg-gnome-maintainers mailing list