my Zaurus SL-C3000 and SL-C3100
http://www.users.on.net/~hluc/myzaurus/
104 of 212
16/09/2007 12:23
If you see messages complaining about locale, then do the following:
# cd /home/root
# echo "export LC_ALL=C" >> .profile
# source .profile
You can add OpenOffice to the icevm menu by adding the following into /etc/X11/icewm/programs
menu "OpenOffice" folder {
prog "Writer" - sh -c "/home/zaurus/OpenOffice.org1.1.4/program/swriter"
prog "Impress" - sh -c "/home/zaurus/OpenOffice.org1.1.4/program/simpress"
prog "Draw" - sh -c "/home/zaurus/OpenOffice.org1.1.4/program/sdraw"
prog "Math" - sh -c "/home/zaurus/OpenOffice.org1.1.4/program/smath"
prog "Calc" - sh -c "/home/zaurus/OpenOffice.org1.1.4/program/scalc"
}
Make sure you are using the latest version of xqt-debian-scripts [xqt-debian-scripts_0.6_arm.ipk]
which has additional support for mounting the extra OpenOffice loopback if it exists. If you have
installed OpenOffice onto an additional loopback filesystem, you will also need to create
/etc/openoffice.conf with the location of OpenOffice stored in it:
# echo "/home/zaurus/OpenOffice.org1.1.4" > /etc/openoffice.conf
In addition you will need to modify
startd
to look as follows: