Skip to content

Commit

Permalink
virt-manager: fix lost/forgotten settings
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wizeman committed Oct 9, 2015
1 parent af21739 commit 305a92a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/virtualization/virt-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ buildPythonPackage rec {
gsettings_desktop_schemas
gnome3.defaultIconTheme
wrapGAppsHook
dconf
];

configurePhase = ''
Expand Down

0 comments on commit 305a92a

Please sign in to comment.