qvm-start-daemon.rst 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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] [--kde] [--force] [--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 domain startups
  30. .. option:: --force-stubdomain
  31. Start GUI to stubdomain-emulated VGA, even if gui-agent is running in the VM
  32. .. option:: --force
  33. Force running, even if this isn't GUI/Audio domain. GUI domain is a domain
  34. with 'guivm' qvm-service enabled. Similarly for Audio domain it is
  35. 'audiovm' qvm-service.
  36. .. option:: --kde
  37. Set KDE specific arguments to gui-daemon - required for proper windows
  38. decoration on KDE.
  39. .. option:: --pidfile
  40. Pidfile path to create in --watch mode
  41. .. option:: --notify-monitor-layout
  42. Notify running instance in --watch mode about changed monitor layout
  43. Authors
  44. -------
  45. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  46. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  47. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  48. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  49. .. vim: ts=3 sw=3 et tw=80