Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dcore:dcore_openoffice_guide [2016/11/09 17:23] – [Download] nitram | dcore:dcore_openoffice_guide [2016/11/10 05:59] (current) – [Configure] nitram | ||
---|---|---|---|
Line 16: | Line 16: | ||
</ | </ | ||
- | Download Linux 32-bit (x86) 146MB v4.1.3 DEB file to /tmp or data partition: | + | Download |
Apache_OpenOffice_4.1.3_Linux_x86_install-deb_en-US.tar.gz | Apache_OpenOffice_4.1.3_Linux_x86_install-deb_en-US.tar.gz | ||
Line 22: | Line 22: | ||
==== Install ==== | ==== Install ==== | ||
+ | Run the following commands from a terminal, tab-autocomplete is your friend. | ||
Extract downloaded archive: | Extract downloaded archive: | ||
Line 39: | Line 40: | ||
Loop convert all 41 .deb files into individual SCEs (takes a while): | Loop convert all 41 .deb files into individual SCEs (takes a while): | ||
- | for f in *; do sce-deb2sce $f; done | + | for f in *; do sce-deb2sce $f; done |
Remove all *.sce.md5.txt files: | Remove all *.sce.md5.txt files: | ||
Line 54: | Line 55: | ||
Copy openoffice.sce and openoffice.sce.md5.txt to the SCE directory: | Copy openoffice.sce and openoffice.sce.md5.txt to the SCE directory: | ||
- | cp openoffice.sce openoffice.sce.md5.txt / | + | cp openoffice.sce openoffice.sce.md5.txt / |
+ | |||
+ | Add OpenOffice to OnDemand (or sceboot.lst as desired): | ||
+ | sce-ondemand openoffice | ||
==== Test ==== | ==== Test ==== | ||
Line 69: | Line 73: | ||
soffice | soffice | ||
- | Welcome to OpenOffice wizard, blank username | + | Welcome to OpenOffice wizard |
- | and 'finsih', | + | |
Success! | Success! | ||
- | === Configure ==== | + | ==== Configure ==== |
+ | A large ~50MB ~/ | ||
- | Note a large ~50MB ~/ | + | There is an ~24MB temporary /home/tc/ |
- | not acceptable for dCore systems that do no have a persistent | + | |
- | There is an ~24MB temporary | + | The other is a large ~24MB / |
- | directory | + | |
- | The other is a large ~24MB / | + | Users wishing to keep /home/tc/ small for backup should move the entire / |
- | The directory contains the spellcheck dictionary and should not be deleted. | + | |
- | + | ||
- | Users wishing to keep /home/tc/ small for backup should move the entire | + | |
- | / | + | |
- | example the TCE directory is utilized as it is always mounted at boot, although | + | |
- | any mounted data partition should work. Example move and symlink: | + | |
cd /home/tc/ | cd /home/tc/ | ||
mv / | mv / | ||
ln -s / | ln -s / | ||
+ | |||
+ | OpenOffice loads numerous files into the /opt/ directory when loaded, which is included by default when backing up dCore. These files should be excluded from backup by adding the / | ||
+ | echo " | ||
==== Backup ==== | ==== Backup ==== | ||
- | Finally run a backup to change the configuration | + | Finally run a backup to save configuration |
- | backup | + | backup |
==== Miscellaneous ==== | ==== Miscellaneous ==== | ||
- | Minor issue, terminal | + | Terminal |
- | a Java Runtime Environment' | + |