Comment 8 for bug 131743

Revision history for this message
Lee Braiden (lee-braiden) wrote :

I've seen this problem on both ubuntu and now debian. This is what I get on debian:

$ export LD_LIBRARY_PATH="/usr/lib/iceweasel:$LD_LIBRARY_PATH"
$ strace &> log /usr/lib/iceweasel/firefox-bin

(Here, I go to a site witha feed, click the rss icon, click the checkbox to always subscribe to feeds using liferea-add-feeds, and then click subscribe. Note that the chosen checkbox option never gets saved either.)

$ grep liferea log
access("/usr/bin/liferea-add-feed", F_OK) = 0
stat64("/usr/bin/liferea-add-feed", {st_mode=S_IFREG|0755, st_size=660, ...}) = 0
stat64("/usr/bin/liferea-add-feed", {st_mode=S_IFREG|0755, st_size=660, ...}) = 0

So, it seems to look at the liferea-add-feed file, but never attempts to run it.