Since not long ago, virt-manager lost its ability to save its settings:
$ virt-manager --no-fork # to see console output
[...]
(.virt-manager-wrapped:24607): dconf-WARNING **: failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service files
Changing a setting and restarting the application shows that the new setting is lost and the old setting is back.
I tried to fix it with $GSETTINGS_SCHEMA_DIR like I've seen in several commits lately, but it didn't work for me. If my grep skills are any good, ca.desrt.dconf is provided by the gnome3.dconf package.
Since not long ago, virt-manager lost its ability to save its settings:
Changing a setting and restarting the application shows that the new setting is lost and the old setting is back.
I tried to fix it with
$GSETTINGS_SCHEMA_DIRlike I've seen in several commits lately, but it didn't work for me. If my grep skills are any good,ca.desrt.dconfis provided by thegnome3.dconfpackage.