dom0/qvm-core: update icon cache after label change

This commit is contained in:
Marek Marczykowski 2012-02-26 00:07:06 +01:00
parent 067fb100a1
commit 40762c5497

View File

@ -348,6 +348,7 @@ class QubesVm(object):
except:
pass
os.symlink (new_label.icon_path, self.icon_path)
subprocess.call(['sudo', 'xdg-icon-resource', 'forceupdate'])
@property
def ip(self):