From 305a92a00454f0a7a1294c7c5fbc1382c74ec898 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Fri, 9 Oct 2015 21:02:50 +0200 Subject: [PATCH] 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. --- pkgs/applications/virtualization/virt-manager/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/virtualization/virt-manager/default.nix b/pkgs/applications/virtualization/virt-manager/default.nix index a98ebe424c6a5..d2305f83067fe 100644 --- a/pkgs/applications/virtualization/virt-manager/default.nix +++ b/pkgs/applications/virtualization/virt-manager/default.nix @@ -37,6 +37,7 @@ buildPythonPackage rec { gsettings_desktop_schemas gnome3.defaultIconTheme wrapGAppsHook + dconf ]; configurePhase = ''