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:32] – [Install] nitram | dcore:dcore_openoffice_guide [2016/11/10 05:59] (current) – [Configure] nitram | ||
---|---|---|---|
Line 25: | Line 25: | ||
Extract downloaded archive: | Extract downloaded archive: | ||
- | < | + | |
- | tar xvf Apache_OpenOffice_4.1.3_Linux_x86_install-deb_en-US.tar.gz | + | |
- | </ | + | |
Change to extracted (en-US) sub-directory: | Change to extracted (en-US) sub-directory: | ||
- | < | + | |
- | cd en-US/DEBS/ | + | |
- | </ | + | |
Remove desktop-integration directory: | Remove desktop-integration directory: | ||
- | < | + | |
- | rm -rf desktop-integration | + | |
- | </ | + | |
Now left with 41 separate .deb files. | Now left with 41 separate .deb files. | ||
Retrieve and load sce-deb2sce (helper command to process the .deb files): | Retrieve and load sce-deb2sce (helper command to process the .deb files): | ||
- | < | + | |
- | sce-import -o sce-deb2sce | + | sce-load sce-deb2sce |
- | sce-load sce-deb2sce | + | |
- | </ | + | |
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 | + | |
- | </ | + | |
Remove all *.sce.md5.txt files: | Remove all *.sce.md5.txt files: | ||
- | < | + | |
- | rm -f *.sce.md5.txt | + | |
- | </ | + | |
Force unsquash all separate SCEs into a single squashfs-root working directory: | Force unsquash all separate SCEs into a single squashfs-root working directory: | ||
- | < | + | |
- | for f in *.sce; do unsquashfs -f $f; done | + | |
- | </ | + | |
Create the OpenOffice SCE: | Create the OpenOffice SCE: | ||
- | < | + | |
- | mksquashfs squashfs-root openoffice.sce | + | |
- | </ | + | |
Create the openoffice.sce.md5.txt file: | Create the openoffice.sce.md5.txt file: | ||
- | < | + | |
- | md5sum openoffice.sce > openoffice.sce.md5.txt | + | |
- | </ | + | |
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 / | + | |
- | </ | + | Add OpenOffice to OnDemand (or sceboot.lst as desired): |
+ | sce-ondemand openoffice | ||
==== Test ==== | ==== Test ==== | ||
Line 90: | 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' | + |