[Bug 67667] Re: I can't use my own application to manage syndication
Alejandro Díaz-Caro
diazcaro at fceia.unr.edu.ar
Sun Sep 23 13:44:27 UTC 2007
Again, I have problems with Firefox 2.0.0.7
The script that I wrote is the following:
-----------------------
#!/bin/sh
group="FromFirefox"
url=${1}
if [ $(dcopfind -a "akregator") = "akregator" ]; then
dcop akregator AkregatorIface addFeedsToGroup '[' "$url" ']' FromFirefox
else
#Akregator isn't launched
akregator -a $url -g $group
fi
kdialog --msgbox "News feed added to akregator"
-----------------------
at /usr/local/bin/addfeed.sh
If I launch the script from console, it works, but I can't call this from Firefox (the kdialog is only for test, and doesn't appear)
** Changed in: firefox (Ubuntu)
Status: Invalid => New
--
I can't use my own application to manage syndication
https://bugs.launchpad.net/bugs/67667
You received this bug notification because you are a member of Mozilla
Bugs, which is a bug assignee.
More information about the Ubuntu-mozillateam-bugs
mailing list