Merge branch 'master' of ssh://git.qubes-os.org/var/lib/qubes/git/joanna/core
This commit is contained in:
commit
93832b29db
@ -323,6 +323,12 @@ def main():
|
||||
host_collection.pop(vm.qid)
|
||||
continue
|
||||
|
||||
try:
|
||||
vm.create_appmenus(verbose=True)
|
||||
except Exception as err:
|
||||
print "ERROR during appmenu restore: {0}".format(err)
|
||||
print "*** VM '{0}' will not have appmenus".format(vm.name)
|
||||
|
||||
# ... then NetVMs...
|
||||
for vm in [ vm for vm in vms_to_restore if vm.is_netvm()]:
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.6.23
|
||||
1.6.25
|
||||
|
@ -1 +1 @@
|
||||
1.6.20
|
||||
1.6.25
|
||||
|
Loading…
Reference in New Issue
Block a user