I have installed Alfresco 1.1.2 for Tomcat on Ubuntu 5.10 and it seems to work fine. However, I'm not sure how to configure the OpenOffice Transform Service. Ubuntu comes with Open Office 2 pre-installed. There does not seem to be a separate Open Office directory. Rather, the executables seem to be in /usr/bin. How do I edit start_oo.sh to enable this feature?
All you should need to do is change the /opt/OpenOffice.org part to /usr/bin/soffice with the same options. All that's needed is to run the soffice binary - those options set it up to work "headless", so no windows open and it's listenng on a specific port for processing instructions.