[ ! -f "/etc/gconf/2/path" ] && cp -a "/usr/share/gconf/default.path"
"/etc/gconf/2/path"
Il 09/04/21 16:12, Antonio ha scritto:
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