abnormaliti Newbie

Joined: 03 Oct 2010 Posts: 1
|
Posted: Sun Oct 03, 2010 10:07 pm Post subject: How to make UseSystemFileDialog mandatory system wide? |
|
|
I am trying to force the use of the KDE file dialog within OOo but i cannot figure out where to put it or how to make it immutable. So i want to make it so users cannot change this setting.
The workstation is Linux, Debian Lenny, and OOo is 3.2.1.
So I have identified the following that i need to set.
| Code: | <?xml version="1.0" encoding="UTF-8"?>
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common" oor:package="org.openoffice.Office">
<node oor:name="Misc">
<prop oor:name="UseSystemFileDialog" oor:type="xs:boolean">
<value>true</value>
</prop>
</node>
</oor:component-data>
|
So from that what do i need to do to make it immutable?
Then where do i put it for system wide enforcement?
I have found:
| Code: | | /usr/lib/openoffice/basis3.2/share/registry/data/org/openoffice/Office/Common.xcu |
But is full of stuff, and there is no "Misc" section. Do i just add it? Or can i add another file "Common-custom.xcu"?
Thanks for any help.
Ben |
|