Skip to content

Commit

Permalink
doc: document qvm-start-daemon --force, --kde
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Jul 16, 2020
1 parent af1c1e5 commit 60d28dc
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion doc/manpages/qvm-start-daemon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Synopsis
--------

:command:`qvm-start-daemon` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--watch] [--force-stubdomain] [--pidfile *PIDFILE*] [--notify-monitory-layout] [*VMNAME* [*VMNAME* ...]]
:command:`qvm-start-daemon` [-h] [--verbose] [--quiet] [--all] [--exclude *EXCLUDE*] [--watch] [--kde] [--force] [--force-stubdomain] [--pidfile *PIDFILE*] [--notify-monitory-layout] [*VMNAME* [*VMNAME* ...]]

Options
-------
Expand Down Expand Up @@ -53,6 +53,17 @@ Options

Start GUI to stubdomain-emulated VGA, even if gui-agent is running in the VM

.. option:: --force

Force running, even if this isn't GUI/Audio domain. GUI domain is a domain
with 'guivm-gui-agent' qvm-service enabled. Similarly for Audio domain it is
'audiovm-audio-agent' qvm-service.

.. option:: --kde

Set KDE specific arguments to gui-daemon - required for proper windows
decoration on KDE.

.. option:: --pidfile

Pidfile path to create in --watch mode
Expand Down

0 comments on commit 60d28dc

Please sign in to comment.