From 48bf145cf4f84703b9920e2cffafbba448ae7ae1 Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Fri, 22 Feb 2013 14:38:08 +0100 Subject: migrate even more configuration setting (fdo#57061) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit + application windows size + I was afraid to migrate any /org.openoffice.Setup stuff because there seemed to be many hardcoded values; But the parts mentioned in registrymodifications.xcu should be configurable and thus safe to migrate + „Enable macro recording“ and „Enable experimental features“ options + sigh, we do not want to migrate /org.openoffice.Office.Common/Misc/FirstRun; thus we need to explicitely mention all the other items which is error prone + Tools/Options/LibreOffice/Paths/My documents + ah, the paths are handled on two locations: /org.openoffice.Office.Paths and /org.openoffice.Office.Common/Path + Macros + I was afraid to copy user/basic because there were some content out of box. I though that it might be version specific. In fact, the default content is just empty templates that look the same even in old releases => it should be secure to copy it after all Change-Id: Ie1c04e9df36f6b6961bbaaeb922e29d64128ade4 --- officecfg/registry/data/org/openoffice/Setup.xcu | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index b4e5e7c5bcb4..6bca38103a94 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -824,6 +824,7 @@ .*/autotext/.* .*/autocorr/.* + .*/basic/.* .*/config/.*\.so[bcdegh] .*/config/soffice.cfg/modules/.*/menubar/.*\.xml .*/config/soffice.cfg/modules/.*/statusbar/.*\.xml @@ -860,16 +861,23 @@ /org.openoffice.Office.Common/I18N /org.openoffice.Office.Common/InternalMSExport /org.openoffice.Office.Common/Load + /org.openoffice.Office.Common/Misc/AlwaysAllowSave + /org.openoffice.Office.Common/Misc/DisableUICustomization + /org.openoffice.Office.Common/Misc/ExperimentalMode /org.openoffice.Office.Common/Misc/FormControlPilotsEnabled + /org.openoffice.Office.Common/Misc/MacroRecorderMode /org.openoffice.Office.Common/Misc/PluginsEnabled + /org.openoffice.Office.Common/Misc/ShowLinkWarningDialog /org.openoffice.Office.Common/Misc/SymbolSet + /org.openoffice.Office.Common/Misc/SymbolStyle + /org.openoffice.Office.Common/Misc/ToolboxStyle /org.openoffice.Office.Common/Misc/UseSystemFileDialog /org.openoffice.Office.Common/Misc/UseSystemPrintDialog - /org.openoffice.Office.Common/Misc/SymbolStyle /org.openoffice.Office.Common/Misc/FilePickerPlacesNames /org.openoffice.Office.Common/Misc/FilePickerPlacesUrls /org.openoffice.Office.Common/ODF /org.openoffice.Office.Common/Passwords + /org.openoffice.Office.Common/Path /org.openoffice.Office.Common/Print/PrintingModifiesDocument /org.openoffice.Office.Common/Print/Warning /org.openoffice.Office.Common/Vectorize @@ -937,6 +945,11 @@ /org.openoffice.Office.Security + + + /org.openoffice.Setup/Office/Factories + + /org.openoffice.Office.UI/ColorScheme -- cgit v1.2.3