Merge pull request #62 from matthiasclasen/build-docs

Some fixed for flatpak-build(1)
tingping/wmclass
Alexander Larsson 2016-06-02 08:53:59 +02:00
commit 71be0b2977
1 changed files with 66 additions and 6 deletions

View File

@ -69,6 +69,31 @@
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
<listitem><para>
Print debug information during command processing.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--version</option></term>
<listitem><para>
Print version information and exit.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--default-arch</option></term>
<listitem><para>
Print the default arch and exit.
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><option>-r</option></term> <term><option>-r</option></term>
<term><option>--runtime</option></term> <term><option>--runtime</option></term>
@ -120,7 +145,7 @@
<term><option>--socket=SOCKET</option></term> <term><option>--socket=SOCKET</option></term>
<listitem><para> <listitem><para>
Expose a well known socket to the application. This overrides to Expose a well-known socket to the application. This overrides to
the Context section from the application metadata. the Context section from the application metadata.
SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus. SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus.
This option can be used multiple times. This option can be used multiple times.
@ -131,7 +156,7 @@
<term><option>--nosocket=SOCKET</option></term> <term><option>--nosocket=SOCKET</option></term>
<listitem><para> <listitem><para>
Don't expose a well known socket to the application. This overrides to Don't expose a well-known socket to the application. This overrides to
the Context section from the application metadata. the Context section from the application metadata.
SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus. SOCKET must be one of: x11, wayland, pulseaudio, system-bus, session-bus.
This option can be used multiple times. This option can be used multiple times.
@ -161,12 +186,27 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>--filesystem=FS</option></term> <term><option>--filesystem=FILESYSTEM[:ro]</option></term>
<listitem><para> <listitem><para>
Allow the application access to a subset of the filesystem. Allow the application access to a subset of the filesystem.
This overrides to the Context section from the application metadata. This overrides to the Context section from the application metadata.
FS can be one of: home, host, xdg-desktop, xdg-documents, xdg-download FILESYSTEM can be one of: home, host, xdg-desktop, xdg-documents, xdg-download
xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos,
an absolute path, or a homedir-relative path like ~/dir.
The optional :ro suffix indicates that the location will be read-only.
This option can be used multiple times.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--nofilesystem=FILESYSTEM</option></term>
<listitem><para>
Remove access to the specified subset of the filesystem from
the application. This overrides to the Context section from the
application metadata.
FILESYSTEM can be one of: home, host, xdg-desktop, xdg-documents, xdg-download
xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos, xdg-music, xdg-pictures, xdg-public-share, xdg-templates, xdg-videos,
an absolute path, or a homedir-relative path like ~/dir. an absolute path, or a homedir-relative path like ~/dir.
This option can be used multiple times. This option can be used multiple times.
@ -187,7 +227,7 @@
<term><option>--own-name=NAME</option></term> <term><option>--own-name=NAME</option></term>
<listitem><para> <listitem><para>
Allow the application to own the well known name NAME on the session bus. Allow the application to own the well-known name NAME on the session bus.
This overrides to the Context section from the application metadata. This overrides to the Context section from the application metadata.
This option can be used multiple times. This option can be used multiple times.
</para></listitem> </para></listitem>
@ -197,7 +237,27 @@
<term><option>--talk-name=NAME</option></term> <term><option>--talk-name=NAME</option></term>
<listitem><para> <listitem><para>
Allow the application to talk to the well known name NAME on the session bus. Allow the application to talk to the well-known name NAME on the session bus.
This overrides to the Context section from the application metadata.
This option can be used multiple times.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--system-own-name=NAME</option></term>
<listitem><para>
Allow the application to own the well-known name NAME on the system bus.
This overrides to the Context section from the application metadata.
This option can be used multiple times.
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--system-talk-name=NAME</option></term>
<listitem><para>
Allow the application to talk to the well-known name NAME on the system bus.
This overrides to the Context section from the application metadata. This overrides to the Context section from the application metadata.
This option can be used multiple times. This option can be used multiple times.
</para></listitem> </para></listitem>