dom0/dispvm: icons for DispVM

Beautiful icons thanks to Agnieszka Kostrzewa!
This commit is contained in:
Marek Marczykowski 2012-03-07 17:04:25 +01:00
parent 5358795b20
commit e2c62b9424
10 changed files with 5 additions and 0 deletions

BIN
dom0/icons/dispvm-black.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dom0/icons/dispvm-blue.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dom0/icons/dispvm-gray.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
dom0/icons/dispvm-green.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
dom0/icons/dispvm-red.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2010,6 +2010,11 @@ class QubesDisposableVm(QubesVm):
super(QubesDisposableVm, self).__init__(dir_path="/nonexistent", **kwargs) super(QubesDisposableVm, self).__init__(dir_path="/nonexistent", **kwargs)
# Use DispVM icon with the same color
self._label.icon = "dispvm-" + self.label.icon
self._label.icon_path = "/usr/share/qubes/icons/" + self.label.icon + ".png"
self.icon_path = self._label.icon_path
@property @property
def type(self): def type(self):
return "DisposableVM" return "DisposableVM"