Mike Petersen
Network Admin, Technical Writer, Programmer, GNU/Linux Fan, etc.
Skip navigation.
Google
 

Deploying Suse Linux Enterprise Server

Kixtart Scripts

OpenOffice.org Network Installation Utility

This utility will allow you to "Mass Install" OpenOffice.org onto network computers.

For information on differences between these versions, check out this Interview with Michael Meeks, an OpenOffice.org developer currently working for Novell.

Adding more Clipart

Currently OpenOffice.org does not come with a rich Clipart Library, however it is relatively simple to add a "Network Repository" for your Networked Workstations.

Changes made to the Default Install

In order for OpenOffice.org to work more to my liking, I made the following adjustment to the default install.

Added Custom Template Files

I include numerous Template files that I have created/collected over the years.

Uses the Large Tango Icon Set by Default (better integrated into Windows)

To do this I adjusted the file "OpenOffice.org\share\registry\data\org\openoffice\Office\Common.xcu" with the following:

<node oor:name="Misc">
	<prop oor:name="SymbolStyle" oor:type="xs:string">
		<value>tango</value>
	</prop>
	<prop oor:name="SymbolSet" oor:type="xs:short">
		<value>1</value>
	</prop>
</node>
Use Extended Tips by Default

To do this I adjusted the file "OpenOffice.org\share\registry\data\org\openoffice\Office\Common.xcu" with the following:

<node oor:name="Help">
	<prop oor:name="ExtendedTip" oor:type="xs:boolean">
		<value>true</value>
	</prop>
</node>

Add a Insert Graphic -> From Gallery.. menu item

This was added because some teachers could not quite figure out that the Gallery was in fact Clipart.

To do this I adjusted the file "OpenOffice.org\share\config\soffice.cfg\modules\swriter\menubar\menubar.xml" with the following:

<menu:menuitem menu:id=".uno:Gallery" menu:helpid=".uno:Gallery" menu:label="From Gallery..."/>
Disable the First Run Wizard

To avoid having ALL of your users click through the "License Wizard" I added the following to the default OOo installation (Novell's Version already disables the wizard by default).

<node oor:name="Office">
	<prop oor:name="LicenseAcceptDate" oor:type="xs:string">
		<value>2007-09-17T14:13:24</value>
	</prop>
	<prop oor:name="FirstStartWizardCompleted" oor:type="xs:boolean">
		<value>true</value>
	</prop>	
</node>
	

Back to Kixtart Scripts Home

Website Powered by SuSE Linux Enterprise Server.

Valid XHTML 1.0!

Valid CSS!

© Website Copyright 2008 - Mike Petersen
Verbatim distribution permitted