I am getting the following error from dconf
upon login to my Ubuntu 22.04 dell precision 5570 workstation:
Error found when loading /etc/profile
# unable to open file '/etc/dconf/db/site': Failed to open file "/etc/dconf/db/site": open() failed: No such file or directory: expect degraded performance
# unable to open file '/etc/dconf/db/distro': Failed to open file "/etc/dconf/db/distro": open() failed: No such file or directory: expect degraded performance
As a result the session will not be configured correctly. You should fix the problem as soon as feasible.
I have tried following the steps found in this askubuntu question:
https://askubuntu.com/a/1397206/268697
However, when I run sudo dconf update
it does not create the /etc/dconf/db/site
or /etc/dconf/db/distro
files. This appears to be causing some issues with my session once logged.
Interestingly this only appears to happen when I enable a proprietary nvidia driver via Software & Updates -> Additional Drivers (Currently have nvidia-driver-525 enabled).
I've looked around elsewhere and am not really finding anything to resolve this issue. Is this a known bug or is there a known fix that I'm just not finding?