Summary: | Adding a feed doesn't work when embedded in kontact | ||
---|---|---|---|
Product: | [Applications] akregator | Reporter: | Ismail Donmez <ismail> |
Component: | akregator konqueror plugin | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | uspoerlein |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ismail Donmez
2004-12-23 14:28:15 UTC
CVS commit by rytilahti: Make konqfeedicon work when running aKregator inside of Kontact BUG:95719 M +2 -2 pluginbase.cpp 1.3 --- kdeaddons/konq-plugins/akregator/pluginbase.cpp #1.2:1.3 @@ -26,6 +26,6 @@ PluginBase::~PluginBase() bool PluginBase::akregatorRunning() { - DCOPRef akr("akregator", "akregator_mainwindow"); - DCOPReply reply = akr.call("x"); // FIXME hackish but works :) -tpr 20041203 + DCOPRef akr("akregator", "akregator"); + DCOPReply reply = akr.call("interfaces"); // FIXME hackish but works :) -tpr 20041203 return reply.isValid(); } I'm using KDE 3.5 and if a press in Konqueror a link "feed://" adding it to Akregator embebed in Kontact doesn't work. You can try it in this web: http://gtalkr.wordpress.com In the bottom there is a link called "Entries (RSS)" with this URL: feed:http://gtalkr.wordpress.com/feed If you click there and you are running Akregator without Kontact you can add it to Akregator feeds, but if Akregator was running embebed in Kontact you can not. Anyway, if you click in the special icon in Konqueror to add feed (with konk-plugins installed) you always can add the feed to Akregator (embebed or not in Kontact). Although this bug has been marked as resolved, it is missing the information on which KDE release the fix would appear in. I'm running KDE 3.5.5 on FreeBSD 6.2 and the problem is still present: Have Akregator open in Kontact, run "akregator -a http://foo.xml". It will focus the Kontact windows, but nothing happens. Run Akregator stand-alone, use "akregator -a foo.xml", it works! Please reopen the bug. Is there any debugging output I can turn on to help resolve this issue? Thanks. Oh wait, I see the fix is for konq-plugins, which I'm not using. Should I open a new bug? Your bug is already reported separately, see http://bugs.kde.org/show_bug.cgi?id=127322 |