Corro Ubuntu 12.04.1 LTS x64 in VirtualBox. Dopo un errore molto sfortunato (resetta lo stato salvato invece di caricare lo stato salvato) ho avuto un problema molto fastidioso.
Quasi tutte le applicazioni (unità, sinaptico, gedit, ecc.) Stampano all'avvio:
Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
E tutte le impostazioni della GUI vengono ripristinate dopo il riavvio.
Un altro sintomo:
$ 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
Ma /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
è presente.
Quello che ho provato (e non ha aiutato):
sudo apt-get install -f --reinstall dconf-tools libdconf0 libdconf-dbus-1-0 dconf-service
- Crea dconf-0.5 dai sorgenti e da
make install
esso - Crea un profilo utente vuoto e avvia i programmi lì
Devo mantenere l'attuale installazione di Ubuntu, quindi una reinstallazione completa non è un'opzione per me.
Come posso ripararlo?