我在VirtualBox中运行Ubuntu 12.04.1 LTS x64。一次非常不幸的错误点击(重置保存状态而不是加载保存状态)后,我遇到了一个非常烦人的问题。
几乎所有应用程序(统一,突触,gedit等)都在开始时打印:
Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
重启后,所有GUI设置都会重置。
另一个症状:
$ GSETTINGS_BACKEND=dconf dconf-editor
(dconf-editor:2353): GLib-GIO-WARNING **: Can't find module 'dconf' specified in GSETTINGS_BACKEND
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications
但是/usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
存在。
我尝试过的(但没有帮助):
sudo apt-get install -f --reinstall dconf-tools libdconf0 libdconf-dbus-1-0 dconf-service
- 从来源和构建dconf-0.5
make install
它 - 创建空的用户配置文件并在那里启动程序
我必须保留当前的Ubuntu安装,因此完全重新安装对我来说不是一个选择。
我该如何解决?