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
- ソースと
make install
それからdconf-0.5をビルドします - 空のユーザープロファイルを作成し、そこでプログラムを開始します
現在のUbuntuのインストールを維持する必要があるため、完全な再インストールは選択肢ではありません。
どうすれば修正できますか?