https://bugs.documentfoundation.org/show_bug.cgi?id=169588
Bug ID: 169588
Summary: Cannot specify givenname systemwide
Product: LibreOffice
Version: 25.8.2.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: [email protected]
Reporter: [email protected]
Hi,
I tried to change the givenname at /etc/libreoffice/registry/main.xcd, with
<prop oor:name="givenname" oor:type="xs:string" oor:nillable="false">
<info>
Specifies the first name of the user.
</info>
<value>User1<value/>
</prop>
But when I start libreoffice I receive the following error:
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'
When the same property is set at user level at
/home/User1/.config/libreoffice/user/registrymodifications.xcu, with the
following line:
<item oor:path="/org.openoffice.UserProfile/Data"><prop oor:name="givenname"
oor:op="fuse"><value>User1</value></prop></item>
It works as expected.
--
You are receiving this mail because:
You are the assignee for the bug.