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 Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs