Bug 127324 - Handle single command line argument as a feed to add (for Firefox 2.0 interoperability)
Summary: Handle single command line argument as a feed to add (for Firefox 2.0 interop...
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.2.2
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-14 20:58 UTC by Stefan Borggraefe
Modified: 2008-01-27 13:07 UTC (History)
0 users

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 Stefan Borggraefe 2006-05-14 20:58:51 UTC
Version:           1.2.2 (using KDE KDE 3.5.2)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Firefox 2.0 will have an option to configure your favorite feed reader (which is of cource aKregator ;-) ). Clicking the feed icon then tries to add the selected feed to the configured reader. To do this Firefox simply calls

akregator <url>

instead of

akregator --addfeed <url>

It would be nice if aKregator accepted the command line syntax Firefox 2.0 tries to use.

To try this out download Firefox 2.0 Alpha2 from http://download.mozilla.org/?product=bonecho-alpha2&os=linux&lang=en-US and configure the option in the dialog "Edit|Preferences|General|Choose Feed Reader...".
Comment 1 Stephan Sokolow 2006-07-17 02:01:34 UTC
Another option would be to write a quick little shell script called addFeed.sh which contains 

----
#!/bin/sh

akregator --addfeed "$@" 
----

and then tell Firefox to call that.
Comment 2 Teemu Rytilahti 2008-01-27 13:07:44 UTC
I fixed this already last summer..