Hey guys, I'm not really using Ubuntu CE, I'm actually using Kubuntu 9.04, but didn't know where else to post this.
I've recently found that its possible to display a daily bible verse on a fortune plasmoid.
If anyone else is interested here's the code:
sudo apt-get verse
sudo apt-get plasma-widget-fortunoid
sudo rm -rf /usr/games/fortune
sudo mv /usr/bin/verse /usr/games/fortune
sudo mv /usr/bin/verse-dialog /usr/games/
This will essentially replace the fortune file with the verse file. Then you just have to add the fortunoid plasmoid to your desktop. And the plasmoid will display a verse instead of a random quote.
I haven't tested the code as posted. Please let me know if it works.
Note: This will only work with the kde 4 desktop... I think.