[Solved] Where is the configuration file?

Issues with installing under all GNU/Linux Distributions
Post Reply
Dor
Posts: 6
Joined: Tue Sep 24, 2013 12:37 am

[Solved] Where is the configuration file?

Post by Dor »

Hi,

I've been trying for hours to search for the configuration file (XML?) but didn't manage to find it.
Do you know the path?

I've tried in:
  • /usr/lib/openoffice
  • ~/.openoffice.org/3/user
  • /etc/openoffice
Logic says it should be in "~/.openoffice.org/3/user".

In general, I'm trying to temporarily disable the option called "Save AutoRecovery information every" via bash (or maybe I'll use python to help me in this).

Thank you.
Last edited by Dor on Tue Sep 24, 2013 1:33 pm, edited 2 times in total.
OpenOffice 3.2 on Ubuntu 10.04
User avatar
Hagar Delest
Moderator
Posts: 32666
Joined: Sun Oct 07, 2007 9:07 pm
Location: France

Re: Where is the configuration file?

Post by Hagar Delest »

Hi and welcome to the forum!

It's in the profile (~/.openoffice.org/3/user), see [Tutorial] The User Profile. Look at the registrymodifications.xcu file.

Please add '[Solved]' at the beginning of your first post title (edit button) if your issue has been fixed.
LibreOffice 7.6.2.1 on Xubuntu 23.10 and 7.6.4.1 portable on Windows 10
Dor
Posts: 6
Joined: Tue Sep 24, 2013 12:37 am

Re: Where is the configuration file?

Post by Dor »

Hi Hagar Delest,

I found that OO creates config files based on the delta of change from the default configuration.

For example, if the default value of "Save AutoRecovery information every" is ENABLE, then by disabling it - a config file is created in "~/.openoffice.org/3/user/registry/data/org/openoffice/Office/Recovery.xcu" which contain the delta of change, means it contain the value of DISABLE (or 'false', as actually written in that file).

Thank you!
OpenOffice 3.2 on Ubuntu 10.04
Post Reply