core-admin-client/qubesadmin
Marek Marczykowski-Górecki e8c48ff7c8
tools/qvm-start-gui: avoid starting a VM just to send it monitor layout
If the VM is powered off shortly after startup, it may happen that
qubes.SetMonitorLayout would start it again. Avoid this by using
autostart=False argument to run_service() function.

Note that there is a vm.is_running() check at the beginning of the
function already, but if it happens while the VM is cleaned up, it may
still report that it's running, but at the time of run_service() call it
is not.
2019-09-26 19:21:13 +02:00
..
backup backup/restore: make pylint happy 2019-09-21 03:20:43 +02:00
events events: simplify handling qubesd reconnect 2019-02-24 05:32:51 +01:00
tests tools/qvm-start-gui: avoid starting a VM just to send it monitor layout 2019-09-26 19:21:13 +02:00
tools tools/qvm-start-gui: avoid starting a VM just to send it monitor layout 2019-09-26 19:21:13 +02:00
vm Make vm.run_with_args working on python2 2019-03-07 03:05:09 +01:00
__init__.py Choose QubesLocal or QubesRemote based on /etc/qubes-release presence 2017-07-18 01:58:33 +02:00
app.py Add run_service(..., autostart=False) argument 2019-09-26 19:21:07 +02:00
base.py Make pylint happy 2019-03-07 03:17:29 +01:00
config.py tools: add qvm-template-postprocess 2017-05-26 01:33:43 +02:00
devices.py qubesadmin: define methods list_vmclass and list_devicesclass 2019-08-10 22:08:31 +02:00
exc.py Remove useless 'pass' to make pylint happy 2018-12-03 23:22:50 +01:00
features.py features: serialize True as '1' 2017-07-28 13:56:05 +02:00
firewall.py Make pylint happy 2019-03-07 03:17:29 +01:00
label.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
log.py Drop log.DBusHandler 2017-10-16 01:33:03 +02:00
qubesadmin qvm-device: handle 'list-device-classes' and 'list-classes' 2019-08-24 13:39:36 +02:00
spinner.py qubesadmin/spinner: fix licence 2017-06-08 08:12:58 +02:00
storage.py doc: fix rst syntax in documentation, including docstrings 2018-12-08 23:53:55 +01:00
tags.py tags support 2017-06-20 01:34:16 +02:00
utils.py Fixed error with VM being incorrectly listed as its own dependency 2019-09-17 00:59:59 +02:00