Hi I am trying to change some OpenOffice defaults. First of all i would like
to change the default open/save directory.
First i tried to change *$work* in */opt/
openoffice.org/basis3.1/share/registry/data/org/openoffice/Office/Paths.xcu*but
it hadn't had any impact on the users.
Then i tried to change the file */opt/
openoffice.org/basis3.1/share/registry/schema/org/openoffice/Office/Common.xcs
*
I tried to change :
*<prop oor:name="Work" oor:type="xs:string">
          <info>
            <desc>Specifies the path of the work folder, which can be
modified according to the user's needs. The path specified here can be seen
in the Open or Save dialog.</desc>
          </info>
          <value>$(work)</value>
        </prop>*

to

*<prop oor:name="Work" oor:type="xs:string">
          <info>
            <desc>Specifies the path of the work folder, which can be
modified according to the user's needs. The path specified here can be seen
in the Open or Save dialog.</desc>
          </info>
          <value>/opt/documents</value>
        </prop>

*But instead of pointing to /opt/documents the default save dialogue now
opens at / and in the properties i can now see that it points nowhere (see
attached picture)

Has anyone an idea what I am doing wrong.

BR
Janez
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to