qube_manager.py 68 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754
  1. #!/usr/bin/python3
  2. #
  3. # The Qubes OS Project, http://www.qubes-os.org
  4. #
  5. # Copyright (C) 2012 Agnieszka Kostrzewa <agnieszka.kostrzewa@gmail.com>
  6. # Copyright (C) 2012 Marek Marczykowski-Górecki
  7. # <marmarek@invisiblethingslab.com>
  8. # Copyright (C) 2017 Wojtek Porczyk <woju@invisiblethingslab.com>
  9. #
  10. # This program is free software; you can redistribute it and/or
  11. # modify it under the terms of the GNU General Public License
  12. # as published by the Free Software Foundation; either version 2
  13. # of the License, or (at your option) any later version.
  14. #
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. # GNU General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU Lesser General Public License along
  21. # with this program; if not, see <http://www.gnu.org/licenses/>.
  22. #
  23. #
  24. import subprocess
  25. from datetime import datetime, timedelta
  26. from functools import partial
  27. from os import path
  28. from qubesadmin import exc
  29. from qubesadmin import utils
  30. # pylint: disable=import-error
  31. from PyQt5.QtCore import (Qt, QAbstractTableModel, QObject, pyqtSlot, QEvent,
  32. QSettings, QRegExp, QSortFilterProxyModel, QSize, QPoint, QTimer)
  33. # pylint: disable=import-error
  34. from PyQt5.QtWidgets import (QLineEdit, QStyledItemDelegate, QToolTip,
  35. QMenu, QInputDialog, QMainWindow, QProgressDialog, QStyleOptionViewItem,
  36. QMessageBox)
  37. # pylint: disable=import-error
  38. from PyQt5.QtGui import (QIcon, QPixmap, QRegExpValidator, QFont, QColor)
  39. from qubesmanager.about import AboutDialog
  40. from . import ui_qubemanager # pylint: disable=no-name-in-module
  41. from . import settings
  42. from . import global_settings
  43. from . import restore
  44. from . import backup
  45. from . import create_new_vm
  46. from . import log_dialog
  47. from . import utils as manager_utils
  48. from . import common_threads
  49. from . import clone_vm
  50. class SearchBox(QLineEdit):
  51. def __init__(self, parent=None):
  52. super().__init__(parent)
  53. self.focusing = False
  54. def focusInEvent(self, e): # pylint: disable=invalid-name
  55. super().focusInEvent(e)
  56. self.selectAll()
  57. self.focusing = True
  58. def mousePressEvent(self, e): # pylint: disable=invalid-name
  59. super().mousePressEvent(e)
  60. if self.focusing:
  61. self.selectAll()
  62. self.focusing = False
  63. icon_size = QSize(22, 22)
  64. # pylint: disable=invalid-name
  65. class StateIconDelegate(QStyledItemDelegate):
  66. lastIndex = None
  67. def __init__(self):
  68. super().__init__()
  69. self.stateIcons = {
  70. "Running" : QIcon(":/on.png"),
  71. "Paused" : QIcon(":/paused.png"),
  72. "Suspended" : QIcon(":/paused.png"),
  73. "Transient" : QIcon(":/transient.png"),
  74. "Halting" : QIcon(":/transient.png"),
  75. "Dying" : QIcon(":/transient.png"),
  76. "Halted" : QIcon(":/off.png")
  77. }
  78. self.outdatedIcons = {
  79. "update" : QIcon(":/update-recommended.png"),
  80. "outdated" : QIcon(":/outdated.png"),
  81. "to-be-outdated" : QIcon(":/to-be-outdated.png"),
  82. }
  83. self.outdatedTooltips = {
  84. "update" : self.tr("Updates pending!"),
  85. "outdated" : self.tr(
  86. "The qube must be restarted for its filesystem to reflect"
  87. " the template's recent committed changes."),
  88. "to-be-outdated" : self.tr(
  89. "The Template must be stopped before changes from its "
  90. "current session can be picked up by this qube."),
  91. }
  92. def sizeHint(self, option, index):
  93. hint = super().sizeHint(option, index)
  94. option = QStyleOptionViewItem(option)
  95. option.features |= option.HasDecoration
  96. widget = option.widget
  97. style = widget.style()
  98. iconRect = style.subElementRect(style.SE_ItemViewItemDecoration,
  99. option, widget)
  100. width = iconRect.width() * 3 # Nº of possible icons
  101. hint.setWidth(width)
  102. return hint
  103. def paint(self, qp, option, index):
  104. # create a new QStyleOption (*never* use the one given in arguments)
  105. option = QStyleOptionViewItem(option)
  106. widget = option.widget
  107. style = widget.style()
  108. # paint the base item (borders, gradients, selection colors, etc)
  109. style.drawControl(style.CE_ItemViewItem, option, qp, widget)
  110. # "lie" about the decoration, to get a valid icon rectangle (even if we
  111. # don't have any "real" icon set for the item)
  112. option.features |= option.HasDecoration
  113. iconRect = style.subElementRect(style.SE_ItemViewItemDecoration,
  114. option, widget)
  115. iconSize = iconRect.size()
  116. margin = iconRect.left() - option.rect.left()
  117. qp.save()
  118. # ensure that we do not draw outside the item rectangle (and add some
  119. # fancy margin on the right
  120. qp.setClipRect(option.rect.adjusted(0, 0, -margin, 0))
  121. # draw the main state icon, assuming all items have one
  122. qp.drawPixmap(iconRect,
  123. self.stateIcons[index.data()['power']].pixmap(iconSize))
  124. left = delta = margin + iconRect.width()
  125. if index.data()['outdated']:
  126. qp.drawPixmap(iconRect.translated(left, 0),
  127. self.outdatedIcons[index.data()['outdated']]\
  128. .pixmap(iconSize))
  129. left += delta
  130. qp.restore()
  131. def helpEvent(self, event, view, option, index):
  132. if event.type() != QEvent.ToolTip:
  133. return super().helpEvent(event, view,
  134. option, index)
  135. option = QStyleOptionViewItem(option)
  136. widget = option.widget
  137. style = widget.style()
  138. option.features |= option.HasDecoration
  139. iconRect = style.subElementRect(style.SE_ItemViewItemDecoration,
  140. option, widget)
  141. iconRect.setTop(option.rect.y())
  142. iconRect.setHeight(option.rect.height())
  143. # similar to what we do in the paint() method
  144. if event.pos() in iconRect:
  145. # (*) clear any existing tooltip; a single space is better , as
  146. # sometimes it's not enough to use an empty string
  147. if index != self.lastIndex:
  148. QToolTip.showText(QPoint(), ' ')
  149. QToolTip.showText(event.globalPos(),
  150. index.data()['power'], view)
  151. else:
  152. margin = iconRect.left() - option.rect.left()
  153. left = delta = margin + iconRect.width()
  154. if index.data()['outdated']:
  155. if event.pos() in iconRect.translated(left, 0):
  156. # see above (*)
  157. if index != self.lastIndex:
  158. QToolTip.showText(QPoint(), ' ')
  159. QToolTip.showText(event.globalPos(),
  160. self.outdatedTooltips[index.data()['outdated']],
  161. view)
  162. # shift the left *only* if the role is True, otherwise we
  163. # can assume that that icon doesn't exist at all
  164. left += delta
  165. self.lastIndex = index
  166. return True
  167. # pylint: disable=too-many-instance-attributes
  168. # pylint: disable=too-few-public-methods
  169. class VmInfo():
  170. def __init__(self, vm):
  171. self.vm = vm
  172. self.qid = vm.qid
  173. self.name = self.vm.name
  174. self.label = getattr(self.vm, 'label', None)
  175. self.klass = getattr(self.vm, 'klass', None)
  176. self.icon = getattr(vm, 'icon', 'appvm-black')
  177. self.state = {'power': "", 'outdated': ""}
  178. self.updateable = getattr(vm, 'updateable', False)
  179. self.update(True)
  180. def update_power_state(self):
  181. try:
  182. self.state['power'] = self.vm.get_power_state()
  183. except exc.QubesDaemonAccessError:
  184. self.state['power'] = ""
  185. self.state['outdated'] = ""
  186. try:
  187. if manager_utils.is_running(self.vm, False):
  188. if hasattr(self.vm, 'template') and \
  189. manager_utils.is_running(self.vm.template, False):
  190. self.state['outdated'] = "to-be-outdated"
  191. else:
  192. try:
  193. if any(vol.is_outdated()
  194. for vol in self.vm.volumes.values()):
  195. self.state['outdated'] = "outdated"
  196. except exc.QubesDaemonAccessError:
  197. pass
  198. if self.vm.klass in {'TemplateVM', 'StandaloneVM'} and \
  199. manager_utils.get_feature(
  200. self.vm, 'updates-available', False):
  201. self.state['outdated'] = 'update'
  202. except exc.QubesDaemonAccessError:
  203. pass
  204. def update(self, update_size_on_disk=False, event=None):
  205. """
  206. Update VmInfo
  207. :param update_size_on_disk: should disk utilization be updated?
  208. :param event: name of the event that caused the update, to avoid
  209. updating unnecessary properties; if event is none, update everything
  210. :return: None
  211. """
  212. self.update_power_state()
  213. if not event or event.endswith(':label'):
  214. self.label = getattr(self.vm, 'label', None)
  215. self.icon = getattr(self.vm, 'icon', 'appvm-black')
  216. if not event or event.endswith(':template'):
  217. try:
  218. self.template = self.vm.template.name
  219. except AttributeError:
  220. self.template = None
  221. if not event or event.endswith(':netvm'):
  222. self.netvm = getattr(self.vm, 'netvm', None)
  223. if self.netvm:
  224. self.netvm = str(self.netvm)
  225. else:
  226. self.netvm = "n/a"
  227. try:
  228. if hasattr(self.vm, 'netvm') \
  229. and self.vm.property_is_default("netvm"):
  230. self.netvm = "default (" + self.netvm + ")"
  231. except exc.QubesDaemonAccessError:
  232. pass
  233. if not event or event.endswith(':internal'):
  234. self.internal = manager_utils.get_boolean_feature(
  235. self.vm, 'internal')
  236. if not event or event.endswith(':ip'):
  237. self.ip = getattr(self.vm, 'ip', "n/a")
  238. if not event or event.endswith(':include_in_backups'):
  239. self.inc_backup = getattr(self.vm, 'include_in_backups', None)
  240. if not event or event.endswith(':backup_timestamp'):
  241. self.last_backup = getattr(self.vm, 'backup_timestamp', None)
  242. if self.last_backup:
  243. self.last_backup = str(datetime.fromtimestamp(self.last_backup))
  244. if not event or event.endswith(':default_dispvm'):
  245. self.dvm = getattr(self.vm, 'default_dispvm', None)
  246. try:
  247. if self.vm.property_is_default("default_dispvm"):
  248. self.dvm = "default (" + str(self.dvm) + ")"
  249. elif self.dvm is not None:
  250. self.dvm = str(self.dvm)
  251. except exc.QubesDaemonAccessError:
  252. if self.dvm is not None:
  253. self.dvm = str(self.dvm)
  254. if not event or event.endswith(':template_for_dispvms'):
  255. self.dvm_template = getattr(self.vm, 'template_for_dispvms', None)
  256. if self.vm.klass != 'AdminVM' and update_size_on_disk:
  257. try:
  258. self.disk_float = float(self.vm.get_disk_utilization())
  259. self.disk = str(round(self.disk_float/(1024*1024), 2)) + " MiB"
  260. except exc.QubesDaemonAccessError:
  261. self.disk_float = None
  262. self.disk = None
  263. if self.vm.klass != 'AdminVM':
  264. self.virt_mode = getattr(self.vm, 'virt_mode', None)
  265. else:
  266. self.virt_mode = None
  267. self.disk = "n/a"
  268. class QubesCache(QAbstractTableModel):
  269. def __init__(self, qubes_app):
  270. QAbstractTableModel.__init__(self)
  271. self._qubes_app = qubes_app
  272. self._info_list = []
  273. self._info_by_id = {}
  274. def add_vm(self, vm):
  275. vm_info = VmInfo(vm)
  276. self._info_list.append(vm_info)
  277. self._info_by_id[vm.qid] = vm_info
  278. def remove_vm(self, name):
  279. vm_info = self.get_vm(name=name)
  280. self._info_list.remove(vm_info)
  281. del self._info_by_id[vm_info.qid]
  282. def get_vm(self, row=None, qid=None, name=None):
  283. if row is not None:
  284. return self._info_list[row]
  285. if qid is not None:
  286. return self._info_by_id[qid]
  287. return next(x for x in self._info_list if x.name == name)
  288. def __len__(self):
  289. return len(self._info_list)
  290. def __iter__(self):
  291. return iter(self._info_list)
  292. class QubesTableModel(QAbstractTableModel):
  293. def __init__(self, qubes_cache):
  294. QAbstractTableModel.__init__(self)
  295. self.qubes_cache = qubes_cache
  296. self.template = {}
  297. self.klass_pixmap = {}
  298. self.label_pixmap = {}
  299. self.columns_indices = [
  300. "Type",
  301. "Label",
  302. "Name",
  303. "State",
  304. "Template",
  305. "NetVM",
  306. "Disk Usage",
  307. "Internal",
  308. "IP",
  309. "Backup",
  310. "Last backup",
  311. "Default DispVM",
  312. "Is DVM Template",
  313. "Virt Mode"
  314. ]
  315. # pylint: disable=invalid-name
  316. def rowCount(self, _):
  317. return len(self.qubes_cache)
  318. # pylint: disable=invalid-name
  319. def columnCount(self, _):
  320. return len(self.columns_indices)
  321. # pylint: disable=too-many-return-statements
  322. def data(self, index, role):
  323. if not index.isValid():
  324. return None
  325. col = index.column()
  326. row = index.row()
  327. col_name = self.columns_indices[col]
  328. vm = self.qubes_cache.get_vm(row)
  329. if role == Qt.DisplayRole:
  330. if col in [0, 1]:
  331. return None
  332. if col_name == "Name":
  333. return vm.name
  334. if col_name == "State":
  335. return vm.state
  336. if col_name == "Template":
  337. if vm.template is None:
  338. return vm.klass
  339. return vm.template
  340. if col_name == "NetVM":
  341. return vm.netvm
  342. if col_name == "Disk Usage":
  343. return vm.disk
  344. if col_name == "Internal":
  345. return "Yes" if vm.internal else ""
  346. if col_name == "IP":
  347. return vm.ip
  348. if col_name == "Last backup":
  349. return vm.last_backup
  350. if col_name == "Default DispVM":
  351. return vm.dvm
  352. if col_name == "Is DVM Template":
  353. return "Yes" if vm.dvm_template else ""
  354. if col_name == "Virt Mode":
  355. return vm.virt_mode
  356. if role == Qt.DecorationRole:
  357. if col_name == "Type":
  358. try:
  359. return self.klass_pixmap[vm.klass]
  360. except KeyError:
  361. pixmap = QPixmap()
  362. icon_name = ":/"+vm.klass.lower()+".png"
  363. icon_name = icon_name.replace("adminvm", "dom0")
  364. icon_name = icon_name.replace("dispvm", "appvm")
  365. pixmap.load(icon_name)
  366. self.klass_pixmap[vm.klass] = pixmap.scaled(icon_size)
  367. return self.klass_pixmap[vm.klass]
  368. except exc.QubesDaemonAccessError:
  369. return None
  370. if col_name == "Label":
  371. try:
  372. return self.label_pixmap[vm.icon]
  373. except (KeyError, AttributeError):
  374. icon = QIcon.fromTheme(vm.icon)
  375. self.label_pixmap[vm.icon] = icon.pixmap(icon_size)
  376. return self.label_pixmap[vm.icon]
  377. if role == Qt.CheckStateRole:
  378. if col_name == "Backup":
  379. return Qt.Checked if vm.inc_backup else Qt.Unchecked
  380. if role == Qt.FontRole:
  381. if col_name == "Template":
  382. if vm.template is None:
  383. font = QFont()
  384. font.setItalic(True)
  385. return font
  386. if role == Qt.ForegroundRole:
  387. if col_name == "Template":
  388. if vm.template is None:
  389. return QColor("gray")
  390. # Used for get VM Object
  391. if role == Qt.UserRole:
  392. return vm
  393. # Used for sorting
  394. if role == Qt.UserRole + 1:
  395. if vm.klass == 'AdminVM':
  396. return ""
  397. if col_name == "Type":
  398. return vm.klass
  399. if col_name == "Label":
  400. return str(vm.label)
  401. if col_name == "State":
  402. return str(vm.state)
  403. if col_name == "Disk Usage":
  404. return vm.disk_float
  405. return self.data(index, Qt.DisplayRole)
  406. # pylint: disable=invalid-name
  407. def headerData(self, col, orientation, role):
  408. if col < 2:
  409. return None
  410. if orientation == Qt.Horizontal and role == Qt.DisplayRole:
  411. return self.columns_indices[col]
  412. return None
  413. def setData(self, index, value, role=Qt.EditRole):
  414. if not index.isValid():
  415. return False
  416. if role == Qt.CheckStateRole:
  417. col_name = self.columns_indices[index.column()]
  418. if col_name == "Backup":
  419. vm = self.qubes_cache.get_vm(index.row())
  420. vm.vm.include_in_backups = (value == Qt.Checked)
  421. vm.inc_backup = (value == Qt.Checked)
  422. return True
  423. return False
  424. def flags(self, index):
  425. if not index.isValid():
  426. return False
  427. def_flags = QAbstractTableModel.flags(self, index)
  428. if self.columns_indices[index.column()] == "Backup":
  429. return def_flags | Qt.ItemIsUserCheckable
  430. return def_flags
  431. vm_restart_check_timeout = 1000 # in msec
  432. class VmShutdownMonitor(QObject):
  433. def __init__(self, vm, check_time=vm_restart_check_timeout,
  434. and_restart=False, caller=None):
  435. QObject.__init__(self)
  436. self.vm = vm
  437. self.shutdown_timeout = vm.shutdown_timeout
  438. self.check_time = check_time
  439. self.and_restart = and_restart
  440. self.shutdown_started = datetime.now()
  441. self.caller = caller
  442. def restart_vm_if_needed(self):
  443. if self.and_restart and self.caller:
  444. self.caller.start_vm(self.vm)
  445. def check_again_later(self):
  446. # noinspection PyTypeChecker,PyCallByClass
  447. QTimer.singleShot(self.check_time, self.check_if_vm_has_shutdown)
  448. def timeout_reached(self):
  449. actual = datetime.now() - self.shutdown_started
  450. allowed = timedelta(seconds=self.shutdown_timeout)
  451. return actual > allowed
  452. def check_if_vm_has_shutdown(self):
  453. vm = self.vm
  454. vm_is_running = manager_utils.is_running(vm, False)
  455. try:
  456. vm_start_time = datetime.fromtimestamp(float(vm.start_time))
  457. except (AttributeError, TypeError, ValueError):
  458. vm_start_time = None
  459. if vm_is_running and vm_start_time \
  460. and vm_start_time < self.shutdown_started:
  461. if self.timeout_reached():
  462. msgbox = QMessageBox(self.caller)
  463. msgbox.setIcon(QMessageBox.Question)
  464. msgbox.setWindowTitle(self.tr("Qube Shutdown"))
  465. msgbox.setText(self.tr(
  466. "The Qube <b>'{0}'</b> hasn't shutdown within the last "
  467. "{1} seconds, do you want to kill it?<br>").format(
  468. vm.name, self.shutdown_timeout))
  469. kill_button = msgbox.addButton(
  470. self.tr("Kill it!"), QMessageBox.YesRole)
  471. wait_button = msgbox.addButton(
  472. self.tr("Wait another {0} seconds...").format(
  473. self.shutdown_timeout),
  474. QMessageBox.NoRole)
  475. ignore_button = msgbox.addButton(self.tr("Don't ask again"),
  476. QMessageBox.RejectRole)
  477. msgbox.setDefaultButton(wait_button)
  478. msgbox.setEscapeButton(ignore_button)
  479. msgbox.setWindowFlags(
  480. msgbox.windowFlags() | Qt.CustomizeWindowHint)
  481. msgbox.setWindowFlags(
  482. msgbox.windowFlags() & ~Qt.WindowCloseButtonHint)
  483. msgbox.exec_()
  484. msgbox.deleteLater()
  485. if msgbox.clickedButton() is kill_button:
  486. try:
  487. vm.kill()
  488. except exc.QubesVMNotStartedError:
  489. # the VM shut down while the user was thinking about
  490. # shutting it down
  491. pass
  492. self.restart_vm_if_needed()
  493. elif msgbox.clickedButton() is ignore_button:
  494. return
  495. else:
  496. self.shutdown_started = datetime.now()
  497. self.check_again_later()
  498. else:
  499. self.check_again_later()
  500. else:
  501. if vm_is_running:
  502. # Due to unknown reasons, Xen sometimes reports that a domain
  503. # is running even though its start-up timestamp is not valid.
  504. # Make sure that "restart_vm_if_needed" is not called until
  505. # the domain has been completely shut down according to Xen.
  506. self.check_again_later()
  507. return
  508. self.restart_vm_if_needed()
  509. # pylint: disable=too-few-public-methods
  510. class StartVMThread(common_threads.QubesThread):
  511. def run(self):
  512. try:
  513. self.vm.start()
  514. except exc.QubesException as ex:
  515. self.msg = ("Error starting Qube!", str(ex))
  516. # pylint: disable=too-few-public-methods
  517. class UpdateVMThread(common_threads.QubesThread):
  518. def run(self):
  519. try:
  520. if self.vm.klass == 'AdminVM':
  521. subprocess.check_call(
  522. ["/usr/bin/qubes-dom0-update", "--clean", "--gui"])
  523. else:
  524. if not manager_utils.is_running(self.vm, False):
  525. try:
  526. self.vm.start()
  527. except exc.QubesDaemonAccessError:
  528. # permission denied, let us hope for the best
  529. pass
  530. # apply DSA-4371
  531. with open('/usr/libexec/qubes-manager/dsa-4371-update', 'rb') \
  532. as dsa4371update:
  533. stdout, stderr = self.vm.run_service_for_stdio(
  534. "qubes.VMShell",
  535. user="root",
  536. input=dsa4371update.read())
  537. if stdout == b'changed=yes\n':
  538. subprocess.call(
  539. ['notify-send', '-i', 'dialog-information',
  540. self.tr('Debian DSA-4371 fix installed in {}').format(
  541. self.vm.name)])
  542. elif stdout == b'changed=no\n':
  543. pass
  544. else:
  545. raise exc.QubesException(
  546. self.tr("Failed to apply DSA-4371 fix: {}").format(
  547. stderr.decode('ascii')))
  548. self.vm.run_service("qubes.InstallUpdatesGUI",
  549. user="root", wait=False)
  550. except (ChildProcessError, exc.QubesException) as ex:
  551. self.msg = (self.tr("Error on qube update!"), str(ex))
  552. # pylint: disable=too-few-public-methods
  553. class RunCommandThread(common_threads.QubesThread):
  554. def __init__(self, vm, command_to_run):
  555. super().__init__(vm)
  556. self.command_to_run = command_to_run
  557. def run(self):
  558. try:
  559. self.vm.run(self.command_to_run)
  560. except (ChildProcessError, exc.QubesException) as ex:
  561. self.msg = (self.tr("Error while running command!"), str(ex))
  562. class QubesProxyModel(QSortFilterProxyModel):
  563. def __init__(self, window):
  564. super().__init__()
  565. self.window = window
  566. def lessThan(self, left, right):
  567. if left.data(self.sortRole()) != right.data(self.sortRole()):
  568. return super().lessThan(left, right)
  569. left_vm = left.data(Qt.UserRole)
  570. right_vm = right.data(Qt.UserRole)
  571. return left_vm.name.lower() < right_vm.name.lower()
  572. # pylint: disable=too-many-return-statements
  573. def filterAcceptsRow(self, sourceRow, sourceParent):
  574. if self.window.show_all.isChecked():
  575. return super().filterAcceptsRow(sourceRow, sourceParent)
  576. index = self.sourceModel().index(sourceRow, 0, sourceParent)
  577. vm = self.sourceModel().data(index, Qt.UserRole)
  578. if self.window.show_running.isChecked() and \
  579. vm.state['power'] != 'Halted':
  580. return super().filterAcceptsRow(sourceRow, sourceParent)
  581. if self.window.show_halted.isChecked() and \
  582. vm.state['power'] == 'Halted':
  583. return super().filterAcceptsRow(sourceRow, sourceParent)
  584. if self.window.show_network.isChecked() and \
  585. getattr(vm.vm, 'provides_network', False):
  586. return super().filterAcceptsRow(sourceRow, sourceParent)
  587. if self.window.show_templates.isChecked() and vm.klass == 'TemplateVM':
  588. return super().filterAcceptsRow(sourceRow, sourceParent)
  589. if self.window.show_standalone.isChecked() \
  590. and vm.klass == 'StandaloneVM':
  591. return super().filterAcceptsRow(sourceRow, sourceParent)
  592. return False
  593. class VmManagerWindow(ui_qubemanager.Ui_VmManagerWindow, QMainWindow):
  594. # suppress saving settings while initializing widgets
  595. settings_loaded = False
  596. def __init__(self, qt_app, qubes_app, dispatcher, _parent=None):
  597. super().__init__()
  598. self.setupUi(self)
  599. self.manager_settings = QSettings(self)
  600. self.qubes_app = qubes_app
  601. self.qt_app = qt_app
  602. self.searchbox = SearchBox()
  603. self.searchbox.setValidator(QRegExpValidator(
  604. QRegExp("[a-zA-Z0-9_-]*", Qt.CaseInsensitive), None))
  605. self.searchbox.textChanged.connect(self.do_search)
  606. self.searchContainer.insertWidget(1, self.searchbox)
  607. self.settings_windows = {}
  608. self.frame_width = 0
  609. self.frame_height = 0
  610. self.init_template_menu()
  611. self.init_network_menu()
  612. self.__init_context_menu()
  613. self.tools_context_menu = QMenu(self)
  614. self.tools_context_menu.addAction(self.action_toolbar)
  615. self.tools_context_menu.addAction(self.action_menubar)
  616. self.menubar.customContextMenuRequested.connect(
  617. lambda pos: self.open_tools_context_menu(self.menubar, pos))
  618. self.toolbar.customContextMenuRequested.connect(
  619. lambda pos: self.open_tools_context_menu(self.toolbar, pos))
  620. self.action_menubar.toggled.connect(self.showhide_menubar)
  621. self.action_toolbar.toggled.connect(self.showhide_toolbar)
  622. self.action_show_logs.triggered.connect(self.show_log)
  623. self.action_compact_view.toggled.connect(self.set_compactview)
  624. self.table.resizeColumnsToContents()
  625. self.update_size_on_disk = False
  626. self.shutdown_monitor = {}
  627. self.qubes_cache = QubesCache(qubes_app)
  628. self.fill_cache()
  629. self.qubes_model = QubesTableModel(self.qubes_cache)
  630. self.proxy = QubesProxyModel(self)
  631. self.proxy.setSourceModel(self.qubes_model)
  632. self.proxy.setSortRole(Qt.UserRole + 1)
  633. self.proxy.setSortCaseSensitivity(Qt.CaseInsensitive)
  634. self.proxy.setFilterKeyColumn(2)
  635. self.proxy.setFilterCaseSensitivity(Qt.CaseInsensitive)
  636. self.proxy.layoutChanged.connect(self.save_sorting)
  637. self.proxy.layoutChanged.connect(self.update_template_menu)
  638. self.proxy.layoutChanged.connect(self.update_network_menu)
  639. self.show_running.stateChanged.connect(self.invalidate)
  640. self.show_halted.stateChanged.connect(self.invalidate)
  641. self.show_network.stateChanged.connect(self.invalidate)
  642. self.show_templates.stateChanged.connect(self.invalidate)
  643. self.show_standalone.stateChanged.connect(self.invalidate)
  644. self.show_all.stateChanged.connect(self.invalidate)
  645. self.table.setModel(self.proxy)
  646. self.table.setItemDelegateForColumn(3, StateIconDelegate())
  647. self.table.resizeColumnsToContents()
  648. selection_model = self.table.selectionModel()
  649. selection_model.selectionChanged.connect(self.table_selection_changed)
  650. self.table.setContextMenuPolicy(Qt.CustomContextMenu)
  651. self.table.customContextMenuRequested.connect(self.open_context_menu)
  652. # Create view menu
  653. for col_no in range(len(self.qubes_model.columns_indices)):
  654. column = self.qubes_model.columns_indices[col_no]
  655. action = self.menu_view.addAction(column)
  656. action.setData(column)
  657. action.setCheckable(True)
  658. action.toggled.connect(partial(self.showhide_column, col_no))
  659. self.menu_view.addSeparator()
  660. self.menu_view.addAction(self.action_toolbar)
  661. self.menu_view.addAction(self.action_menubar)
  662. self.menu_view.addSeparator()
  663. self.menu_view.addAction(self.action_compact_view)
  664. try:
  665. self.load_manager_settings()
  666. except Exception as ex: # pylint: disable=broad-except
  667. QMessageBox.warning(
  668. self,
  669. self.tr("Manager settings unreadable"),
  670. self.tr("Qube Manager settings cannot be parsed. Previously "
  671. "saved display settings may not be restored "
  672. "correctly.\nError: {}".format(str(ex))))
  673. self.settings_loaded = True
  674. # Connect events
  675. self.dispatcher = dispatcher
  676. dispatcher.add_handler('domain-pre-start',
  677. self.on_domain_status_changed)
  678. dispatcher.add_handler('domain-start', self.on_domain_status_changed)
  679. dispatcher.add_handler('domain-start-failed',
  680. self.on_domain_status_changed)
  681. dispatcher.add_handler('domain-stopped', self.on_domain_status_changed)
  682. dispatcher.add_handler('domain-pre-shutdown',
  683. self.on_domain_status_changed)
  684. dispatcher.add_handler('domain-shutdown', self.on_domain_status_changed)
  685. dispatcher.add_handler('domain-paused', self.on_domain_status_changed)
  686. dispatcher.add_handler('domain-unpaused', self.on_domain_status_changed)
  687. dispatcher.add_handler('domain-add', self.on_domain_added)
  688. dispatcher.add_handler('domain-delete', self.on_domain_removed)
  689. dispatcher.add_handler('property-set:*',
  690. self.on_domain_changed)
  691. dispatcher.add_handler('property-del:*',
  692. self.on_domain_changed)
  693. dispatcher.add_handler('property-load',
  694. self.on_domain_changed)
  695. dispatcher.add_handler('domain-feature-set:internal',
  696. self.on_domain_changed)
  697. dispatcher.add_handler('domain-feature-delete:internal',
  698. self.on_domain_changed)
  699. dispatcher.add_handler('domain-feature-set:updates-available',
  700. self.on_domain_updates_available)
  701. dispatcher.add_handler('domain-feature-delete:updates-available',
  702. self.on_domain_updates_available)
  703. # It needs to store threads until they finish
  704. self.threads_list = []
  705. self.progress = None
  706. self.check_updates()
  707. def change_template(self, template):
  708. selected_vms = self.get_selected_vms()
  709. reply = QMessageBox.question(
  710. self, self.tr("Template Change Confirmation"),
  711. self.tr("Do you want to change '{0}'<br>"
  712. "to Template <b>'{1}'</b>?").format(
  713. ', '.join(vm.name for vm in selected_vms), template),
  714. QMessageBox.Yes | QMessageBox.Cancel)
  715. if reply == QMessageBox.Yes:
  716. errors = []
  717. for info in selected_vms:
  718. try:
  719. info.vm.template = template
  720. except exc.QubesValueError as ex:
  721. errors.append((info.name, str(ex)))
  722. for error in errors:
  723. QMessageBox.warning(self, self.tr("{0} template change failed!")
  724. .format(error[0]), error[1])
  725. def change_network(self, netvm_name):
  726. selected_vms = self.get_selected_vms()
  727. reply = QMessageBox.question(
  728. self, self.tr("Network Change Confirmation"),
  729. self.tr("Do you want to change '{0}'<br>"
  730. "to Network <b>'{1}'</b>?").format(
  731. ', '.join(vm.name for vm in selected_vms), netvm_name),
  732. QMessageBox.Yes | QMessageBox.Cancel)
  733. if reply != QMessageBox.Yes:
  734. return
  735. if netvm_name not in [None, 'default']:
  736. check_power = any(info.state['power'] == 'Running' for info
  737. in self.get_selected_vms())
  738. netvm = self.qubes_cache.get_vm(name=netvm_name)
  739. if check_power and netvm.state['power'] != 'Running':
  740. reply = QMessageBox.question(
  741. self, self.tr("Qube Start Confirmation"),
  742. self.tr("<br>Can not change netvm to a halted Qube.<br>"
  743. "Do you want to start the Qube <b>'{0}'</b>?").format(
  744. netvm_name),
  745. QMessageBox.Yes | QMessageBox.Cancel)
  746. if reply == QMessageBox.Yes:
  747. self.start_vm(netvm.vm, True)
  748. else:
  749. return
  750. errors = []
  751. for info in self.get_selected_vms():
  752. try:
  753. if netvm_name == 'default':
  754. delattr(info.vm, 'netvm')
  755. else:
  756. info.vm.netvm = netvm_name
  757. except exc.QubesValueError as ex:
  758. errors.append((info.name, str(ex)))
  759. for error in errors:
  760. QMessageBox.warning(self, self.tr("{0} network change failed!")
  761. .format(error[0]), error[1])
  762. def __init_context_menu(self):
  763. self.context_menu = QMenu(self)
  764. self.context_menu.addAction(self.action_settings)
  765. self.context_menu.addAction(self.template_menu.menuAction())
  766. self.context_menu.addAction(self.network_menu.menuAction())
  767. self.context_menu.addAction(self.action_editfwrules)
  768. self.context_menu.addAction(self.action_appmenus)
  769. self.context_menu.addAction(self.action_set_keyboard_layout)
  770. self.context_menu.addSeparator()
  771. self.context_menu.addAction(self.action_updatevm)
  772. self.context_menu.addAction(self.action_run_command_in_vm)
  773. self.context_menu.addAction(self.action_open_console)
  774. self.context_menu.addAction(self.action_resumevm)
  775. self.context_menu.addAction(self.action_startvm_tools_install)
  776. self.context_menu.addAction(self.action_pausevm)
  777. self.context_menu.addAction(self.action_shutdownvm)
  778. self.context_menu.addAction(self.action_restartvm)
  779. self.context_menu.addAction(self.action_killvm)
  780. self.context_menu.addSeparator()
  781. self.context_menu.addAction(self.action_clonevm)
  782. self.context_menu.addAction(self.action_removevm)
  783. self.context_menu.addSeparator()
  784. self.context_menu.addAction(self.action_show_logs)
  785. def save_showing(self):
  786. self.manager_settings.setValue('show/running',
  787. self.show_running.isChecked())
  788. self.manager_settings.setValue('show/halted',
  789. self.show_halted.isChecked())
  790. self.manager_settings.setValue('show/network',
  791. self.show_network.isChecked())
  792. self.manager_settings.setValue('show/templates',
  793. self.show_templates.isChecked())
  794. self.manager_settings.setValue('show/standalone',
  795. self.show_standalone.isChecked())
  796. self.manager_settings.setValue('show/all', self.show_all.isChecked())
  797. def save_sorting(self):
  798. self.manager_settings.setValue('view/sort_column',
  799. self.proxy.sortColumn())
  800. self.manager_settings.setValue('view/sort_order',
  801. self.proxy.sortOrder())
  802. def invalidate(self):
  803. self.proxy.invalidate()
  804. self.table.resizeColumnsToContents()
  805. def fill_cache(self):
  806. progress = QProgressDialog(
  807. self.tr(
  808. "Loading Qube Manager..."), "", 0,
  809. len(self.qubes_app.domains.keys()))
  810. progress.setWindowTitle(self.tr("Qube Manager"))
  811. progress.setMinimumDuration(1000)
  812. progress.setWindowModality(Qt.WindowModal)
  813. progress.setCancelButton(None)
  814. row_no = 0
  815. for vm in self.qubes_app.domains:
  816. progress.setValue(row_no)
  817. self.qubes_cache.add_vm(vm)
  818. row_no += 1
  819. progress.setValue(row_no)
  820. def init_template_menu(self):
  821. self.template_menu.clear()
  822. for vm in self.qubes_app.domains:
  823. if vm.klass == 'TemplateVM':
  824. action = self.template_menu.addAction(vm.name)
  825. action.setData(vm.name)
  826. action.triggered.connect(partial(self.change_template, vm.name))
  827. def _get_default_netvm(self):
  828. for vm in self.qubes_app.domains:
  829. if vm.klass == 'AppVM':
  830. return vm.property_get_default('netvm')
  831. def init_network_menu(self):
  832. default = self._get_default_netvm()
  833. self.network_menu.clear()
  834. action = self.network_menu.addAction("None")
  835. action.triggered.connect(partial(self.change_network, None))
  836. action = self.network_menu.addAction("default ({0})".format(default))
  837. action.triggered.connect(partial(self.change_network, 'default'))
  838. for vm in self.qubes_app.domains:
  839. if vm.qid != 0 and vm.provides_network:
  840. action = self.network_menu.addAction(vm.name)
  841. action.setData(vm.name)
  842. action.triggered.connect(partial(self.change_network, vm.name))
  843. def setup_application(self):
  844. self.qt_app.setApplicationName(self.tr("Qube Manager"))
  845. self.qt_app.setWindowIcon(QIcon.fromTheme("qubes-manager"))
  846. def keyPressEvent(self, event): # pylint: disable=invalid-name
  847. if event.key() == Qt.Key_Escape:
  848. self.searchbox.clear()
  849. super().keyPressEvent(event)
  850. def clear_threads(self):
  851. for thread in self.threads_list:
  852. if thread.isFinished():
  853. if self.progress:
  854. self.progress.hide()
  855. self.progress = None
  856. if thread.msg:
  857. (title, msg) = thread.msg
  858. if thread.msg_is_success:
  859. QMessageBox.information(
  860. self,
  861. title,
  862. msg)
  863. else:
  864. QMessageBox.warning(
  865. self,
  866. title,
  867. msg)
  868. self.threads_list.remove(thread)
  869. return
  870. raise RuntimeError(self.tr('No finished thread found'))
  871. # pylint: disable=invalid-name
  872. def resizeEvent(self, event):
  873. self.manager_settings.setValue("window_size", event.size())
  874. def check_updates(self, info=None):
  875. if info is None:
  876. for info_iter in self.qubes_cache:
  877. self.check_updates(info_iter)
  878. return
  879. try:
  880. if info.vm.klass in {'TemplateVM', 'StandaloneVM'} and \
  881. manager_utils.get_feature(
  882. info.vm, 'updates-available', False):
  883. info.state['outdated'] = 'update'
  884. except exc.QubesDaemonAccessError:
  885. return
  886. def on_domain_added(self, _submitter, _event, vm, **_kwargs):
  887. try:
  888. domain = self.qubes_app.domains[vm]
  889. self.qubes_cache.add_vm(domain)
  890. self.proxy.invalidate()
  891. if domain.klass == 'TemplateVM':
  892. self.init_template_menu()
  893. except (exc.QubesException, KeyError):
  894. pass
  895. def on_domain_removed(self, _submitter, _event, **kwargs):
  896. self.qubes_cache.remove_vm(name=kwargs['vm'])
  897. self.proxy.invalidate()
  898. self.init_template_menu()
  899. self.init_network_menu()
  900. def on_domain_status_changed(self, vm, event, **_kwargs):
  901. try:
  902. self.qubes_cache.get_vm(qid=vm.qid).update(event=event)
  903. if vm.klass in {'TemplateVM'}:
  904. for appvm in vm.appvms:
  905. self.qubes_cache.get_vm(qid=appvm.qid).\
  906. update(event="outdated")
  907. self.proxy.invalidate()
  908. self.table_selection_changed()
  909. except (exc.QubesDaemonAccessError, exc.QubesVMNotFoundError):
  910. return # the VM was deleted before its status could be updated
  911. except KeyError: # adding the VM failed for some reason
  912. self.on_domain_added(None, None, vm)
  913. def on_domain_updates_available(self, vm, _event, **_kwargs):
  914. self.check_updates(self.qubes_cache.get_vm(qid=vm.qid))
  915. def on_domain_changed(self, vm, event, **_kwargs):
  916. if not vm: # change of global properties occured
  917. if event.endswith(':default_netvm'):
  918. for vm_info in self.qubes_cache:
  919. vm_info.update(event='property-set:netvm')
  920. if event.endswith(':default_dispvm'):
  921. for vm_info in self.qubes_cache:
  922. vm_info.update(event='property-set:default_dispvm')
  923. return
  924. try:
  925. if event.endswith(':provides_network'):
  926. self.init_network_menu()
  927. self.qubes_cache.get_vm(qid=vm.qid).update(event=event)
  928. self.proxy.invalidate()
  929. except exc.QubesDaemonAccessError:
  930. return # the VM was deleted before its status could be updated
  931. def load_manager_settings(self):
  932. # Load view menu settings
  933. for action in self.menu_view.actions():
  934. column = action.data()
  935. if column is not None:
  936. col_no = self.qubes_model.columns_indices.index(column)
  937. if column == 'Name':
  938. # 'Name' column should be always visible
  939. action.setChecked(True)
  940. else:
  941. visible = self.manager_settings.value('columns/%s' % column,
  942. defaultValue="true")
  943. action.setChecked(visible == "true")
  944. self.showhide_column(col_no, visible == "true")
  945. # Restore sorting
  946. sort_column = int(self.manager_settings.value("view/sort_column",
  947. defaultValue=2))
  948. order = Qt.SortOrder(self.manager_settings.value("view/sort_order",
  949. defaultValue=Qt.AscendingOrder))
  950. if not sort_column: # Default sort by name
  951. self.table.sortByColumn(2, Qt.AscendingOrder)
  952. else:
  953. self.table.sortByColumn(sort_column, order)
  954. if not self.manager_settings.value("view/menubar_visible",
  955. defaultValue=True):
  956. self.action_menubar.setChecked(False)
  957. if not self.manager_settings.value("view/toolbar_visible",
  958. defaultValue=True):
  959. self.action_toolbar.setChecked(False)
  960. if self.manager_settings.value("view/compactview",
  961. defaultValue="false") != "false":
  962. self.action_compact_view.setChecked(True)
  963. # Restore show checkboxes
  964. self.show_running.setChecked(self.manager_settings.value(
  965. 'show/running', "true") == "true")
  966. self.show_halted.setChecked(self.manager_settings.value(
  967. 'show/halted', "true") == "true")
  968. self.show_network.setChecked(self.manager_settings.value(
  969. 'show/network', "true") == "true")
  970. self.show_templates.setChecked(self.manager_settings.value(
  971. 'show/templates', "true") == "true")
  972. self.show_standalone.setChecked(self.manager_settings.value(
  973. 'show/standalone', "true") == "true")
  974. self.show_all.setChecked(self.manager_settings.value(
  975. 'show/all', "true") == "true")
  976. # load last window size
  977. self.resize(self.manager_settings.value("window_size",
  978. QSize(1100, 600)))
  979. @pyqtSlot(str)
  980. def do_search(self, search):
  981. self.proxy.setFilterFixedString(search)
  982. # noinspection PyArgumentList
  983. @pyqtSlot(name='on_action_search_triggered')
  984. def action_search_triggered(self):
  985. self.searchbox.setFocus()
  986. def get_selected_vms(self):
  987. vms = []
  988. selection = self.table.selectionModel().selection()
  989. indexes = self.proxy.mapSelectionToSource(selection).indexes()
  990. for index in indexes:
  991. if index.column() != 0:
  992. continue
  993. vms.append(index.data(Qt.UserRole))
  994. return vms
  995. def table_selection_changed(self):
  996. # Since selection could have multiple domains
  997. # enable all first and then filter them
  998. self.template_menu.setEnabled(True)
  999. self.network_menu.setEnabled(True)
  1000. for action in self.toolbar.actions() + self.context_menu.actions():
  1001. action.setEnabled(True)
  1002. for vm in self.get_selected_vms():
  1003. # TODO: add boot from device to menu and add windows tools there
  1004. # Update available actions:
  1005. if vm.state['power'] in \
  1006. ['Running', 'Transient', 'Halting', 'Dying']:
  1007. self.action_resumevm.setEnabled(False)
  1008. self.action_removevm.setEnabled(False)
  1009. self.template_menu.setEnabled(False)
  1010. elif vm.state['power'] == 'Paused':
  1011. self.action_removevm.setEnabled(False)
  1012. self.action_pausevm.setEnabled(False)
  1013. self.action_set_keyboard_layout.setEnabled(False)
  1014. self.action_restartvm.setEnabled(False)
  1015. self.action_open_console.setEnabled(False)
  1016. self.template_menu.setEnabled(False)
  1017. elif vm.state['power'] == 'Suspend':
  1018. self.action_set_keyboard_layout.setEnabled(False)
  1019. self.action_removevm.setEnabled(False)
  1020. self.action_pausevm.setEnabled(False)
  1021. self.action_open_console.setEnabled(False)
  1022. self.template_menu.setEnabled(False)
  1023. elif vm.state['power'] == 'Halted':
  1024. self.action_set_keyboard_layout.setEnabled(False)
  1025. self.action_pausevm.setEnabled(False)
  1026. self.action_shutdownvm.setEnabled(False)
  1027. self.action_restartvm.setEnabled(False)
  1028. self.action_killvm.setEnabled(False)
  1029. self.action_open_console.setEnabled(False)
  1030. if vm.klass == 'AdminVM':
  1031. self.action_open_console.setEnabled(False)
  1032. self.action_settings.setEnabled(False)
  1033. self.action_resumevm.setEnabled(False)
  1034. self.action_removevm.setEnabled(False)
  1035. self.action_clonevm.setEnabled(False)
  1036. self.action_pausevm.setEnabled(False)
  1037. self.action_restartvm.setEnabled(False)
  1038. self.action_killvm.setEnabled(False)
  1039. self.action_shutdownvm.setEnabled(False)
  1040. self.action_appmenus.setEnabled(False)
  1041. self.action_editfwrules.setEnabled(False)
  1042. self.action_set_keyboard_layout.setEnabled(False)
  1043. self.action_run_command_in_vm.setEnabled(False)
  1044. self.template_menu.setEnabled(False)
  1045. self.network_menu.setEnabled(False)
  1046. elif vm.klass == 'DispVM':
  1047. self.action_appmenus.setEnabled(False)
  1048. self.action_restartvm.setEnabled(False)
  1049. self.template_menu.setEnabled(False)
  1050. elif vm.klass == 'TemplateVM':
  1051. self.template_menu.setEnabled(False)
  1052. self.network_menu.setEnabled(False)
  1053. if vm.vm.features.get('internal', False):
  1054. self.action_appmenus.setEnabled(False)
  1055. if not vm.updateable and vm.klass != 'AdminVM':
  1056. self.action_updatevm.setEnabled(False)
  1057. self.update_template_menu()
  1058. self.update_network_menu()
  1059. def update_template_menu(self):
  1060. if not self.template_menu.isEnabled():
  1061. return
  1062. for entry in self.template_menu.actions():
  1063. entry.setIcon(QIcon())
  1064. vms = self.get_selected_vms()
  1065. for vm in vms:
  1066. for entry in self.template_menu.actions():
  1067. if entry.data() == vm.template:
  1068. if len(vms) == 1:
  1069. entry.setIcon(QIcon(":/on.png"))
  1070. else:
  1071. entry.setIcon(QIcon(":/transient.png"))
  1072. def update_network_menu(self):
  1073. if not self.network_menu.isEnabled():
  1074. return
  1075. for entry in self.network_menu.actions():
  1076. entry.setIcon(QIcon())
  1077. if len(self.get_selected_vms()) == 1:
  1078. icon = QIcon(":/on.png")
  1079. else:
  1080. icon = QIcon(":/transient.png")
  1081. for vm in self.get_selected_vms():
  1082. if vm.netvm == "n/a":
  1083. self.network_menu.actions()[0].setIcon(QIcon(icon))
  1084. elif vm.vm.property_is_default("netvm"):
  1085. self.network_menu.actions()[1].setIcon(QIcon(icon))
  1086. else:
  1087. for entry in self.network_menu.actions():
  1088. if entry.data() == vm.netvm:
  1089. entry.setIcon(icon)
  1090. # noinspection PyArgumentList
  1091. @pyqtSlot(name='on_action_createvm_triggered')
  1092. def action_createvm_triggered(self):
  1093. with common_threads.busy_cursor():
  1094. create_window = create_new_vm.NewVmDlg(
  1095. self.qt_app, self.qubes_app, self)
  1096. create_window.exec_()
  1097. # noinspection PyArgumentList
  1098. @pyqtSlot(name='on_action_removevm_triggered')
  1099. def action_removevm_triggered(self):
  1100. remove_vms = []
  1101. for vm_info in self.get_selected_vms():
  1102. vm = vm_info.vm
  1103. dependencies = utils.vm_dependencies(self.qubes_app, vm)
  1104. if dependencies:
  1105. list_deps = manager_utils.format_dependencies_list(dependencies)
  1106. list_text = "<br>" + list_deps + "<br>"
  1107. info_dialog = QMessageBox(self)
  1108. info_dialog.setWindowTitle(self.tr("Warning!"))
  1109. info_dialog.setText(
  1110. self.tr("This qube cannot be removed. It is used as: <br> "
  1111. "{} <small>If you want to remove this qube, you "
  1112. "should remove or change settings of each qube or "
  1113. "setting that uses it.</small>").format(list_text))
  1114. info_dialog.setModal(False)
  1115. info_dialog.show()
  1116. return
  1117. (requested_name, ok) = QInputDialog.getText(
  1118. self, self.tr("Qube Removal Confirmation"),
  1119. self.tr("Are you sure you want to remove the Qube <b>'{0}'</b>"
  1120. "?<br> All data on this Qube's private storage will be "
  1121. "lost!<br><br>Type the name of the Qube (<b>{1}</b>) be"
  1122. "low to confirm:").format(vm.name, vm.name))
  1123. if not ok:
  1124. # user clicked cancel
  1125. continue
  1126. if requested_name == vm.name:
  1127. remove_vms.append(vm)
  1128. else:
  1129. # name did not match
  1130. QMessageBox.warning(
  1131. self,
  1132. self.tr("Qube removal confirmation failed"),
  1133. self.tr(
  1134. "Entered name did not match! Not removing "
  1135. "{0}.").format(vm.name))
  1136. # remove the VMs
  1137. for vm in remove_vms:
  1138. thread = common_threads.RemoveVMThread(vm)
  1139. self.threads_list.append(thread)
  1140. thread.finished.connect(self.clear_threads)
  1141. thread.start()
  1142. # noinspection PyArgumentList
  1143. @pyqtSlot(name='on_action_clonevm_triggered')
  1144. def action_clonevm_triggered(self):
  1145. for vm_info in self.get_selected_vms():
  1146. vm = vm_info.vm
  1147. with common_threads.busy_cursor():
  1148. clone_window = clone_vm.CloneVMDlg(
  1149. self.qt_app, self.qubes_app, src_vm=vm)
  1150. clone_window.exec_()
  1151. # noinspection PyArgumentList
  1152. @pyqtSlot(name='on_action_resumevm_triggered')
  1153. def action_resumevm_triggered(self):
  1154. for vm_info in self.get_selected_vms():
  1155. vm = vm_info.vm
  1156. try:
  1157. if vm.get_power_state() in ["Paused", "Suspended"]:
  1158. vm.unpause()
  1159. except exc.QubesException as ex:
  1160. QMessageBox.warning(
  1161. self, self.tr("Error unpausing Qube!"),
  1162. self.tr("ERROR: {0}").format(ex))
  1163. return
  1164. self.start_vm(vm)
  1165. def start_vm(self, vm, wait=False):
  1166. if manager_utils.is_running(vm, False):
  1167. return
  1168. thread = StartVMThread(vm)
  1169. self.threads_list.append(thread)
  1170. thread.finished.connect(self.clear_threads)
  1171. thread.start()
  1172. if wait:
  1173. with common_threads.busy_cursor():
  1174. thread.wait()
  1175. # noinspection PyArgumentList
  1176. @pyqtSlot(name='on_action_startvm_tools_install_triggered')
  1177. # TODO: replace with boot from device
  1178. def action_startvm_tools_install_triggered(self):
  1179. # pylint: disable=invalid-name
  1180. pass
  1181. @pyqtSlot(name='on_action_pausevm_triggered')
  1182. def action_pausevm_triggered(self):
  1183. for vm_info in self.get_selected_vms():
  1184. try:
  1185. vm_info.vm.pause()
  1186. except exc.QubesException as ex:
  1187. QMessageBox.warning(
  1188. self,
  1189. self.tr("Error pausing Qube!"),
  1190. self.tr("ERROR: {0}").format(ex))
  1191. return
  1192. # noinspection PyArgumentList
  1193. @pyqtSlot(name='on_action_shutdownvm_triggered')
  1194. def action_shutdownvm_triggered(self):
  1195. for vm_info in self.get_selected_vms():
  1196. vm = vm_info.vm
  1197. reply = QMessageBox.question(
  1198. self, self.tr("Qube Shutdown Confirmation"),
  1199. self.tr("Are you sure you want to power down the Qube <b>'{0}'"
  1200. "</b>?<br><small>This will shutdown all the running"
  1201. " applications within this Qube.</small>").format(
  1202. vm.name),
  1203. QMessageBox.Yes | QMessageBox.Cancel)
  1204. if reply == QMessageBox.Yes:
  1205. self.shutdown_vm(vm)
  1206. def get_connected_vms(self, vm, connected_vms):
  1207. for connected_vm in vm.connected_vms:
  1208. if connected_vm.is_running():
  1209. connected_vms.append(connected_vm)
  1210. self.get_connected_vms(connected_vm, connected_vms)
  1211. def shutdown_vm(self, vm, force=False, check_time=vm_restart_check_timeout,
  1212. and_restart=False):
  1213. try:
  1214. connected_vms = []
  1215. if not and_restart:
  1216. self.get_connected_vms(vm, connected_vms)
  1217. if len(connected_vms) > 0:
  1218. reply = QMessageBox.question(
  1219. self, self.tr("Qube Shutdown Confirmation"),
  1220. self.tr("There are some qubes connected to <b>'{0}'</b>!"
  1221. "<br><small>Do you want to shutdown: </small>"
  1222. "<b>'{1}'</b>?").format(vm.name,
  1223. ", ".join([x.name for x in connected_vms])),
  1224. QMessageBox.Yes | QMessageBox.Cancel)
  1225. if reply != QMessageBox.Yes:
  1226. return False
  1227. force = True
  1228. for connected_vm in connected_vms:
  1229. connected_vm.shutdown(force=force)
  1230. vm.shutdown(force=force)
  1231. except exc.QubesException as ex:
  1232. QMessageBox.warning(
  1233. self,
  1234. self.tr("Error shutting down Qube!"),
  1235. self.tr("ERROR: {0}").format(ex))
  1236. return False
  1237. self.shutdown_monitor[vm.qid] = VmShutdownMonitor(vm, check_time,
  1238. and_restart, self)
  1239. # noinspection PyCallByClass,PyTypeChecker
  1240. QTimer.singleShot(check_time, self.shutdown_monitor[
  1241. vm.qid].check_if_vm_has_shutdown)
  1242. return True
  1243. # noinspection PyArgumentList
  1244. @pyqtSlot(name='on_action_restartvm_triggered')
  1245. def action_restartvm_triggered(self):
  1246. for vm_info in self.get_selected_vms():
  1247. vm = vm_info.vm
  1248. reply = QMessageBox.question(
  1249. self, self.tr("Qube Restart Confirmation"),
  1250. self.tr("Are you sure you want to restart the Qube <b>'{0}'</b>"
  1251. "?<br><small>This will shutdown all the running applica"
  1252. "tions within this Qube.</small>").format(vm.name),
  1253. QMessageBox.Yes | QMessageBox.Cancel)
  1254. if reply == QMessageBox.Yes:
  1255. # in case the user shut down the VM in the meantime
  1256. try:
  1257. if manager_utils.is_running(vm, False):
  1258. self.shutdown_vm(vm, force=True, and_restart=True)
  1259. else:
  1260. self.start_vm(vm)
  1261. except exc.QubesException as ex:
  1262. QMessageBox.warning(
  1263. self,
  1264. self.tr("Error restarting Qube!"),
  1265. self.tr("ERROR: {0}").format(ex))
  1266. # noinspection PyArgumentList
  1267. @pyqtSlot(name='on_action_killvm_triggered')
  1268. def action_killvm_triggered(self):
  1269. for vm_info in self.get_selected_vms():
  1270. vm = vm_info.vm
  1271. try:
  1272. vm_not_running = not (vm.is_running() or vm.is_paused())
  1273. except exc.QubesDaemonAccessError:
  1274. vm_not_running = False
  1275. if vm_not_running:
  1276. info = self.tr("Qube <b>'{0}'</b> is not running. Are you "
  1277. "absolutely sure you want to try to kill it?<br>"
  1278. "<small>This will end <b>(not shutdown!)</b> "
  1279. "all the running applications within this "
  1280. "Qube.</small>").format(vm.name)
  1281. else:
  1282. info = self.tr("Are you sure you want to kill the Qube "
  1283. "<b>'{0}'</b>?<br><small>This will end <b>(not "
  1284. "shutdown!)</b> all the running applications "
  1285. "within this Qube.</small>").format(vm.name)
  1286. reply = QMessageBox.question(
  1287. self, self.tr("Qube Kill Confirmation"), info,
  1288. QMessageBox.Yes | QMessageBox.Cancel,
  1289. QMessageBox.Cancel)
  1290. if reply == QMessageBox.Yes:
  1291. try:
  1292. vm.kill()
  1293. except exc.QubesException as ex:
  1294. QMessageBox.critical(
  1295. self, self.tr("Error while killing Qube!"),
  1296. self.tr(
  1297. "<b>An exception occurred while killing {0}.</b>"
  1298. "<br>ERROR: {1}").format(vm.name, ex))
  1299. return
  1300. def open_settings(self, vm, tab='basic'):
  1301. try:
  1302. with common_threads.busy_cursor():
  1303. settings_window = settings.VMSettingsWindow(
  1304. vm, tab, self.qt_app, self.qubes_app, self)
  1305. settings_window.show()
  1306. self.settings_windows[vm.name] = settings_window
  1307. except exc.QubesException as ex:
  1308. QMessageBox.warning(
  1309. self,
  1310. self.tr("Qube settings unavailable"),
  1311. self.tr(
  1312. "Qube settings cannot be opened. The qube might have "
  1313. "been removed or unavailable due to policy settings."
  1314. "\nError: {}".format(str(ex))))
  1315. return
  1316. def closeEvent(self, _):
  1317. self.save_showing()
  1318. # noinspection PyArgumentList
  1319. @pyqtSlot(name='on_action_settings_triggered')
  1320. def action_settings_triggered(self):
  1321. for vm_info in self.get_selected_vms():
  1322. self.open_settings(vm_info.vm, "basic")
  1323. # noinspection PyArgumentList
  1324. @pyqtSlot(name='on_action_appmenus_triggered')
  1325. def action_appmenus_triggered(self):
  1326. for vm_info in self.get_selected_vms():
  1327. self.open_settings(vm_info.vm, "applications")
  1328. # noinspection PyArgumentList
  1329. @pyqtSlot(name='on_action_updatevm_triggered')
  1330. def action_updatevm_triggered(self):
  1331. for vm_info in self.get_selected_vms():
  1332. vm = vm_info.vm
  1333. if not manager_utils.is_running(vm, True):
  1334. reply = QMessageBox.question(
  1335. self, self.tr("Qube Update Confirmation"),
  1336. self.tr(
  1337. "<b>{0}</b>"
  1338. "<br>The Qube has to be running to be updated."
  1339. "<br>Do you want to start it?<br>").format(vm.name),
  1340. QMessageBox.Yes | QMessageBox.Cancel)
  1341. if reply != QMessageBox.Yes:
  1342. return
  1343. thread = UpdateVMThread(vm)
  1344. self.threads_list.append(thread)
  1345. thread.finished.connect(self.clear_threads)
  1346. thread.start()
  1347. # noinspection PyArgumentList
  1348. @pyqtSlot(name='on_action_run_command_in_vm_triggered')
  1349. def action_run_command_in_vm_triggered(self):
  1350. # pylint: disable=invalid-name
  1351. for vm_info in self.get_selected_vms():
  1352. (command_to_run, ok) = QInputDialog.getText(
  1353. self, self.tr('Qubes command entry'),
  1354. self.tr('Run command in <b>{}</b>:').format(vm_info.name))
  1355. if not ok or command_to_run == "":
  1356. return
  1357. thread = RunCommandThread(vm_info.vm, command_to_run)
  1358. self.threads_list.append(thread)
  1359. thread.finished.connect(self.clear_threads)
  1360. thread.start()
  1361. # noinspection PyArgumentList
  1362. @pyqtSlot(name='on_action_open_console_triggered')
  1363. def action_open_console_triggered(self):
  1364. # pylint: disable=invalid-name
  1365. for vm in self.get_selected_vms():
  1366. subprocess.Popen(['qvm-console-dispvm', vm.name],
  1367. stdout=subprocess.DEVNULL,
  1368. stderr=subprocess.DEVNULL)
  1369. # noinspection PyArgumentList
  1370. @pyqtSlot(name='on_action_set_keyboard_layout_triggered')
  1371. def action_set_keyboard_layout_triggered(self):
  1372. # pylint: disable=invalid-name
  1373. for vm_info in self.get_selected_vms():
  1374. if vm_info.vm.features.check_with_template(
  1375. "supported-feature.keyboard-layout", False):
  1376. vm_info.vm.run('qubes-change-keyboard-layout')
  1377. else:
  1378. QMessageBox.warning(
  1379. self,
  1380. self.tr("Keyboard layout change unsupported"),
  1381. self.tr(
  1382. "Please update the qube {} or its template to the "
  1383. "newest version of Qubes tools.").format(
  1384. str(vm_info.vm)))
  1385. # noinspection PyArgumentList
  1386. @pyqtSlot(name='on_action_editfwrules_triggered')
  1387. def action_editfwrules_triggered(self):
  1388. for vm_info in self.get_selected_vms():
  1389. self.open_settings(vm_info.vm, "firewall")
  1390. # noinspection PyArgumentList
  1391. @pyqtSlot(name='on_action_global_settings_triggered')
  1392. def action_global_settings_triggered(self): # pylint: disable=invalid-name
  1393. with common_threads.busy_cursor():
  1394. global_settings_window = global_settings.GlobalSettingsWindow(
  1395. self.qt_app,
  1396. self.qubes_app,
  1397. self)
  1398. global_settings_window.show()
  1399. self.settings_windows['global_settings_window'] = global_settings_window
  1400. # noinspection PyArgumentList
  1401. @pyqtSlot(name='on_action_manage_templates_triggered')
  1402. def action_manage_templates_triggered(self):
  1403. # pylint: disable=no-self-use
  1404. subprocess.check_call('qubes-template-manager')
  1405. # noinspection PyArgumentList
  1406. @pyqtSlot(name='on_action_show_network_triggered')
  1407. def action_show_network_triggered(self):
  1408. pass
  1409. # TODO: revive for 4.1
  1410. # network_notes_dialog = NetworkNotesDialog()
  1411. # network_notes_dialog.exec_()
  1412. # noinspection PyArgumentList
  1413. @pyqtSlot(name='on_action_restore_triggered')
  1414. def action_restore_triggered(self):
  1415. with common_threads.busy_cursor():
  1416. restore_window = restore.RestoreVMsWindow(self.qt_app,
  1417. self.qubes_app, self)
  1418. restore_window.exec_()
  1419. # noinspection PyArgumentList
  1420. @pyqtSlot(name='on_action_backup_triggered')
  1421. def action_backup_triggered(self):
  1422. with common_threads.busy_cursor():
  1423. backup_window = backup.BackupVMsWindow(
  1424. self.qt_app, self.qubes_app, self.dispatcher, self)
  1425. backup_window.show()
  1426. # noinspection PyArgumentList
  1427. @pyqtSlot(name='on_action_exit_triggered')
  1428. def action_exit_triggered(self):
  1429. self.close()
  1430. def set_compactview(self, checked):
  1431. if checked:
  1432. self.toolbar.setToolButtonStyle(Qt.ToolButtonIconOnly)
  1433. else:
  1434. self.toolbar.setToolButtonStyle(Qt.ToolButtonTextUnderIcon)
  1435. if self.settings_loaded:
  1436. self.manager_settings.setValue('view/compactview', checked)
  1437. def showhide_menubar(self, checked):
  1438. self.menubar.setVisible(checked)
  1439. if not checked:
  1440. self.context_menu.addAction(self.action_menubar)
  1441. else:
  1442. self.context_menu.removeAction(self.action_menubar)
  1443. if self.settings_loaded:
  1444. self.manager_settings.setValue('view/menubar_visible', checked)
  1445. def showhide_toolbar(self, checked):
  1446. self.toolbar.setVisible(checked)
  1447. if not checked:
  1448. self.context_menu.addAction(self.action_toolbar)
  1449. else:
  1450. self.context_menu.removeAction(self.action_toolbar)
  1451. if self.settings_loaded:
  1452. self.manager_settings.setValue('view/toolbar_visible', checked)
  1453. def showhide_column(self, col_num, show):
  1454. self.table.setColumnHidden(col_num, not show)
  1455. col_name = self.qubes_model.columns_indices[col_num]
  1456. self.manager_settings.setValue('columns/%s' % col_name, show)
  1457. # noinspection PyArgumentList
  1458. @pyqtSlot(name='on_action_about_qubes_triggered')
  1459. def action_about_qubes_triggered(self): # pylint: disable=no-self-use
  1460. about = AboutDialog(self)
  1461. about.exec_()
  1462. def createPopupMenu(self): # pylint: disable=invalid-name
  1463. menu = QMenu()
  1464. menu.addAction(self.action_toolbar)
  1465. menu.addAction(self.action_menubar)
  1466. return menu
  1467. def open_tools_context_menu(self, widget, point):
  1468. self.tools_context_menu.exec_(widget.mapToGlobal(point))
  1469. @pyqtSlot('const QPoint&')
  1470. def open_context_menu(self, point):
  1471. self.context_menu.exec_(self.table.mapToGlobal(
  1472. point + QPoint(10, 0)))
  1473. def show_log(self):
  1474. logfiles = []
  1475. try:
  1476. for vm_info in self.get_selected_vms():
  1477. vm = vm_info.vm
  1478. if vm.klass == 'AdminVM':
  1479. logfiles.append("/var/log/xen/console/hypervisor.log")
  1480. else:
  1481. logfiles.extend([
  1482. "/var/log/xen/console/guest-" + vm.name + ".log",
  1483. "/var/log/xen/console/guest-" + vm.name + "-dm.log",
  1484. "/var/log/qubes/guid." + vm.name + ".log",
  1485. "/var/log/qubes/qrexec." + vm.name + ".log",
  1486. ])
  1487. logfiles = [x for x in logfiles if path.exists(x)]
  1488. if len(logfiles) > 0:
  1489. log_dlg = log_dialog.LogDialog(self.qt_app, logfiles)
  1490. log_dlg.exec_()
  1491. else:
  1492. QMessageBox.warning(
  1493. self,
  1494. self.tr("Error"),
  1495. self.tr(
  1496. "No log files were found for the selected qubes."))
  1497. except exc.QubesDaemonAccessError:
  1498. pass
  1499. def main():
  1500. manager_utils.run_asynchronous(VmManagerWindow)
  1501. if __name__ == "__main__":
  1502. main()