
http://openoffice.bouncer.osuosl.org/?product=OpenOffice.org&os=linuxinteldeb&lang=en-US&version=3.0.0
Once downloaded and unpacked, I ran the update script:
./update /usr/lib/openoffice/
This installed OpenOffice 3.0 to /opt/openoffice.org3/ . Now I needed to do some digging and figure out a nice way for the slick Netbook-Remix interface to launch OOO 3 instead of 2.4. So I edited /usr/bin/ooffice to look like this:
#!/bin/sh
# /usr/lib/openoffice/program/soffice "$@"
/opt/openoffice.org3/program/soffice "$@"
This may not be the best practices way of accomplishing this, but it worked for me! Enjoy!
No comments:
Post a Comment