I confirm that by downloading this file and copying it as
"/etc/gconf/2/path" the bug is solved.
I had already noticed the check of this file via strace.
I think the post-installation script, of the package gconf2-common,
should be changed so that if there is no file "/etc/gconf/2/path" then
execute the copy from "/usr/share/gconf/default.path" (provided from
this package, the same as what I downloaded):
[ -f "/etc/gconf/2/path" ] && cp -a "/usr/share/gconf/default.path"
"/etc/gconf/2/path"
This would avoid bug for those who do not have this file (whatever the
reason for his absence).
Thanks,
Bernhard
Il 09/04/21 15:48, Bernhard Übelacker ha scritto:
Hello Antonio,
this directory should contain a file: /etc/gconf/2/path
The content should most probably what is shown here:
https://sources.debian.org/src/gconf/3.2.6-7/debian/default.path/
(And can be downloaded in the upper right corner.)
Kind regards,
Bernhard
Am 09.04.21 um 15:26 schrieb Antonio:
The path "/etc/gconf/2" is empty:
totale 8
drwxr-xr-x 2 root root 4096 1 mar 15.36 .
drwxr-xr-x 6 root root 4096 1 mar 15.36 ..
However, even if I remove it or remove "/etc/gconf" occurs the same
problem.
I note if I remove the entire directory "usr/share/GConf/gsettings"
then the bug does not occur, but it does not seem to be related to a
specific file: just remains one file that the problem returns.