Version 5.0.1 Using: KDE Frameworks 5.14.0 Qt 5.5.0 (built against 5.5.0) The xcb windowing system No favicons are displayed in feed list. I've tried to launch akregator in console and for every feed there are a log like this one: log_akregator: Couldn't reach favicon service. Request favicon for QUrl("http://feeds.arstechnica.com/") failed I've missing some package? configuration? Thank's for your work, guys Reproducible: Always
yep it needs kde-baseapps/lib/konq/src/favicons.h it's provides by not release kded module.
It's fixed now.
Hi Laurent, is available a patch/commit to temporarily fix this issue until the new applications are out?
You need libkonq/favicon/ from master.
Is this what you mean? https://quickgit.kde.org/?p=kde-baseapps.git In path: /lib/konq/favicons/
I compiled kde-baseapps from the 'frameworks' branch. But I still have the same problem, no favicons. I don't see anymore the message "Couldn't reach favicon service". The debug output is not helpful, no particular messages about favicons is shown.
you don't have favicon in tree list ?
I also didn't see them (even before 37d0c15). They're back now.
(In reply to Laurent Montel from comment #7) > you don't have favicon in tree list ? yes, I see only a red icon with an X, and some of them with a globe. (In reply to Christophe Giboudeaux from comment #8) > I also didn't see them (even before 37d0c15). They're back now. they are back? what you did? I can't find the commit 37d0c15, is part of kde-baseapps.git?
This is a kdepim commit. The favicons handling has moved from kdebase to kio (and was reworked to be faster). kdepim master now uses the new way.
So this? https://quickgit.kde.org/?p=kdepim.git&a=commit&h=fc170311be0964645e60ef5d0d7057f107049604 which is from master branch Is the recently-released kdepim-15.12.3 fixed too somewhere or still broken?
Still broken here (chakra) with 15.12.3
Still broken here - tracked this down; the culprit seems to be src/feediconmanager.cpp as of 15.12.3 - line 60 adds a QDBusInterface member m_favIconsModule, line 76 initializes it as querying kded5 for the favicons module (which was never released, and was killed off due to moving into KIO), and lines 91 and 102 call methods on it. Tracked it down thanks to the error message on line 104. All line numbers are from the 15.12.3 release tarball.
yep it was fixed when we use unreleased kded In 5.2 I moved to new kio method so it's fixed really in official tarball.
If that is supposed to be fixed, why is it still happening in the newly released Kubuntu 16.04?
I still see this bug on my Ubuntu 16.04 with Neon packages: Package: akregator Version: 4:15.12.3-0ubuntu1 Package: libkf5service-bin Version: 5.21.0+git20160411.1030+16.04-0
because you still use kdepim 5.1.x and not 5.2.
> because you still use kdepim 5.1.x and not 5.2. Indeed: Version 5.1.3 Using: KDE Frameworks 5.21.0 Qt 5.5.1 (built against 5.5.1) The xcb windowing system I am looking forward to packages (from Ubuntu or Neon) including kdepim 5.2...
Barring any backporting to bugfix versions, I hope the LTS version will eventually receive the newer KDE packages (or that they will land in the backports ppa), but I understand that the ball lies in the field of Kubuntu.