Bug 95719 - Adding a feed doesn't work when embedded in kontact
Summary: Adding a feed doesn't work when embedded in kontact
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: akregator konqueror plugin (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-23 14:28 UTC by Ismail Donmez
Modified: 2007-03-04 11:59 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2004-12-23 14:28:15 UTC
Version:            (using KDE Devel)
Compiler:          gcc 3.4.3 
OS:                Linux

If aKregator is embedded in kontact adding a feed using konqueror statusbar icon doesn't work.
Comment 1 Teemu Rytilahti 2004-12-23 19:49:34 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();
 }


Comment 2 Iñaki Baz Castillo 2005-12-28 13:07:49 UTC
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).


Comment 3 Ulrich S 2007-03-04 11:32:03 UTC
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?
Comment 4 Frank Osterfeld 2007-03-04 11:59:00 UTC
Your bug is already reported separately, see
http://bugs.kde.org/show_bug.cgi?id=127322