diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2022-09-07 16:54:27 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2022-09-10 18:07:53 +0200 |
commit | da22ffb0d54e259deabe11648c424c1a46e39e7c (patch) | |
tree | 2d92af0ab14cc4450f688839e2bc462093463e04 /officecfg/registry | |
parent | e39d90f5919da88ff75dddb92cc87313923ce9a4 (diff) |
Migration: move Persona settings to new user profile
This is useful when changing product name and migrating the user profile.
Previously the persona setting was reset to default in our rebranded version.
Change-Id: Ic695b93be1ee8d19fb28131b0dc0b182df0bae83
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139598
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Setup.xcu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Setup.xcu b/officecfg/registry/data/org/openoffice/Setup.xcu index bc72a8d19b2a..601efb5098df 100644 --- a/officecfg/registry/data/org/openoffice/Setup.xcu +++ b/officecfg/registry/data/org/openoffice/Setup.xcu @@ -884,6 +884,7 @@ <it>/org.openoffice.Office.Common/Misc/LastTipOfTheDayID</it> <it>/org.openoffice.Office.Common/Misc/LastTipOfTheDayShown</it> <it>/org.openoffice.Office.Common/Misc/MacroRecorderMode</it> + <it>/org.openoffice.Office.Common/Misc/PersonaSettings</it> <it>/org.openoffice.Office.Common/Misc/PluginsEnabled</it> <it>/org.openoffice.Office.Common/Misc/ShowLinkWarningDialog</it> <it>/org.openoffice.Office.Common/Misc/ShowTipOfTheDay</it> |