Bug 167529 - XCD files do not customise anything.
Summary: XCD files do not customise anything.
Status: RESOLVED INSUFFICIENTDATA
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
25.2.3.2 release
Hardware: All All
: medium minor
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-16 18:18 UTC by Regis Perdreau
Modified: 2025-07-21 19:53 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
SAL_LOG_info.txt (7.95 KB, text/plain)
2025-07-16 18:20 UTC, Regis Perdreau
Details
SAL_LOG_WINDOWS_INFO.txt (13.61 KB, text/plain)
2025-07-21 14:44 UTC, Regis Perdreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Regis Perdreau 2025-07-16 18:18:42 UTC
Description:
The xcd files in share/registry are marked as having failed to be interpreted (i 

There are some configuration files in share/registry. When lauching a debug version of LibreOffice whith the command SAL_LOG=+INFO.configmgr ./soffice
Some warnings are printed. See below.
(...) ../share/registry/calc.xcd took 0 ms, fail

Steps to Reproduce:
1.Inside a terminal, launch a debug version with the command:
2.SAL_LOG=+INFO.configmgr ./soffice
3.See output inside terminal.

Actual Results:
The xcd files in share/registry are marked as having failed to be interpreted

Expected Results:
I expect "success" mark for every files in share/registry lin 


Reproducible: Always


User Profile Reset: No

Additional Info:
I guess we have next some difficulties to configure user personalization, but, step by step.
Version: 25.2.6.0.0+ (X86_64) / LibreOffice Community
Build ID: aa33a063046dd765a0523e54a8bf0fa044618bd5
CPU threads: 6; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded
Comment 1 Regis Perdreau 2025-07-16 18:20:54 UTC
Created attachment 201823 [details]
SAL_LOG_info.txt

SAL_LOG=+INFO.configmgr ./soffice output

lines like this below :
info:configmgr:156976:156976:configmgr/source/parsemanager.cxx:69: parsing file:///opt/libreofficedev25.2/program/../share/registry/calc.xcd took 0 ms, fail
Comment 2 Regis Perdreau 2025-07-20 19:46:20 UTC
After trying to get output from the code , it seems that the ‘fail’ files are  single-line XML file. The other file, marked “success”, has a ‘\n’ after the XML markup (so that it can be read by a human) 
Is this an encoding problem ?
Comment 3 Regis Perdreau 2025-07-21 14:44:17 UTC
Created attachment 201923 [details]
SAL_LOG_WINDOWS_INFO.txt
Comment 4 Regis Perdreau 2025-07-21 18:36:04 UTC
It appears that "fail" and "success" have another meaning, each "fail" files is read again and is marked "success". need some analysis.
Comment 5 Regis Perdreau 2025-07-21 19:53:29 UTC
closed for the time being.