Does fcron try to run the command as root? You need to make sure it uses the default "user" to run it.
As for why the widget does not work, check the feeding_widget.log in your home directory for errors.
I'm not sure how to ensure the FeedingIt update runsa as user if fcron starts it.
According to http://wiki.maemo.org/Fcron , you need to use "run-standalone.sh" in front of the script to set up the correct environment for dbus calls.
Aha! I have solved one of the problems. I wasn't aware that there are two separate auto update schedules that are set independently, one in the main program, and one in the widget. I had only set the one in the main program. I wonder if linking these somehow, even with a message to the user, might be helpful? It wasn't obvious to me, at any rate.
I will see if using the extra call in the script will solve the other problem, as well.
Just uploaded 0.9.1-1 to Extras-Devel. This version adds:
- Categories (note, to add feeds into a category, select it in the Manage Feeds area, and click on the "i" icon)
- Woodchuck support (A Network Transmission Manager, see http://talk.maemo.org/showthread.php?t=79707 for more info)
- Quite a few bug fixes and background improvements