OpenOffice setup
Installing Ubuntu included OpenOffice by default. However, when starting oowriter I kept getting message
javaldx: Could not find a Java Runtime Environment!
oowriter is working, at least the basic things, but I read that for some advanced stuff one might need Java runtime environment. I installed sun-java6-jre, but that did not solve the problem. Finally, the solution was:
sudo apt-get install openoffice.org-java-common
This takes care of that :)