core-admin-client/qubesadmin/tools
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
..
__init__.py doc: fix rst syntax in documentation, including docstrings 2018-12-08 23:53:55 +01:00
dochelpers.py dochelpers: make PEP8 happier 2019-09-06 16:29:56 +02:00
qubes_prefs.py qvm-prefs: add --hide-default option 2019-05-29 20:32:13 +02:00
qvm_backup_restore.py backup/restore: add option to use uncommon compression filter anyway 2019-09-10 15:24:15 +02:00
qvm_backup.py tools/qvm-backup: allow to disable compression 2019-02-24 05:32:46 +01:00
qvm_check.py qvm-check: fix from Marek's comment 2019-08-08 14:29:35 +02:00
qvm_clone.py Adds docs for clone ignore_errors, feeds linter 2019-04-16 10:44:47 -07:00
qvm_create.py qubesadmin: define methods list_vmclass and list_devicesclass 2019-08-10 22:08:31 +02:00
qvm_device.py qvm-device: prevent parser allowing abbreviations 2019-08-24 13:39:37 +02:00
qvm_features.py tools: suppress full traceback in console tools 2018-03-18 21:38:49 +01:00
qvm_firewall.py tools/qvm-firewall: improve manpage and --help output 2018-05-03 01:03:35 +02:00
qvm_kill.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
qvm_ls.py qvm-ls: add filtering by domain power state 2018-10-10 20:06:35 +02:00
qvm_pause.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
qvm_pool.py tools: remove extra debug 2018-12-08 00:44:18 +01:00
qvm_prefs.py qvm-prefs: add --hide-default option 2019-05-29 20:32:13 +02:00
qvm_remove.py Better information on error in qvm-remove 2018-07-20 00:21:47 +02:00
qvm_run.py tools/qvm-run: do not color the output unless --pass-io is used 2019-02-11 19:23:35 +01:00
qvm_service.py tools: clarify qvm-service --help 2018-10-29 05:27:05 +01:00
qvm_shutdown.py tools: suppress full traceback in console tools 2018-03-18 21:38:49 +01:00
qvm_start_gui.py tools/qvm-start-gui: avoid starting a VM just to send it monitor layout 2019-09-26 19:21:13 +02:00
qvm_start.py tools/qvm-start: validate output of losetup command 2019-03-07 02:53:52 +01:00
qvm_tags.py tools: suppress full traceback in console tools 2018-03-18 21:38:49 +01:00
qvm_template_postprocess.py tools: reset private volume when importing template over existing one 2019-07-29 22:20:06 +02:00
qvm_unpause.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
qvm_volume.py tools/qvm-volume: add 'import' action 2019-07-29 22:20:06 +02:00