qvm-start-daemon.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .. program:: qvm-start-daemon
  2. :program:`qvm-start-daemon` -- start GUI/AUDIO for qube(s)
  3. =========================================================
  4. .. note::
  5. `qvm-start-gui` has been renamed to `qvm-start-daemon` as it handles now
  6. `gui` and `audio`.
  7. .. warning::
  8. This page was autogenerated from command-line parser. It shouldn't be 1:1
  9. conversion, because it would add little value. Please revise it and add
  10. more descriptive help, which normally won't fit in standard ``--help``
  11. option.
  12. After rewrite, please remove this admonition.
  13. Synopsis
  14. --------
  15. :command:`qvm-start-daemon` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--watch] [--force-stubdomain] [--pidfile *PIDFILE*] [--notify-monitory-layout] [*VMNAME* [*VMNAME* ...]]
  16. Options
  17. -------
  18. .. option:: --help, -h
  19. show this help message and exit
  20. .. option:: --verbose, -v
  21. increase verbosity
  22. .. option:: --quiet, -q
  23. decrease verbosity
  24. .. option:: --all
  25. perform the action on all qubes
  26. .. option:: --exclude
  27. exclude the qube from --all
  28. .. option:: --watch
  29. Keep watching for further domains startups, must be used with --all
  30. .. option:: --force-stubdomain
  31. Start GUI to stubdomain-emulated VGA, even if gui-agent is running in the VM
  32. .. option:: --pidfile
  33. Pidfile path to create in --watch mode
  34. .. option:: --notify-monitor-layout
  35. Notify running instance in --watch mode about changed monitor layout
  36. Authors
  37. -------
  38. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  39. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  40. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  41. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  42. .. vim: ts=3 sw=3 et tw=80