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:
parent
af21739688
commit
305a92a004
|
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
|||
gsettings_desktop_schemas
|
||||
gnome3.defaultIconTheme
|
||||
wrapGAppsHook
|
||||
dconf
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
|
|
Loading…
Reference in a new issue