3
0
Fork 0
forked from mirrors/nixpkgs

virt-manager: fix lost/forgotten settings

This fixes the error message: GLib-GIO-Message: Using the 'memory'
GSettings backend.  Your settings will not be saved or shared with other
applications.

It caused old saved settings to be forgotten, and new settings to be lost
when virt-manager is closed.
This commit is contained in:
Ricardo M. Correia 2015-10-09 21:02:50 +02:00
parent af21739688
commit 305a92a004

View file

@ -37,6 +37,7 @@ buildPythonPackage rec {
gsettings_desktop_schemas
gnome3.defaultIconTheme
wrapGAppsHook
dconf
];
configurePhase = ''