anyone?
On Fri, Jan 15, 2010 at 8:26 AM, Janez Kosmrlj postnalista@googlemail.comwrote:
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