source: archive/gnome/vino.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY vino-download-http "&gnome-download-http;/vino/3.6/vino-&vino-version;.tar.xz">
8 <!ENTITY vino-download-ftp "&gnome-download-ftp;/vino/3.6/vino-&vino-version;.tar.xz">
9 <!ENTITY vino-md5sum "3054d9d0f9c70e0cd198f87ebcb61e3f">
10 <!ENTITY vino-size "732 KB">
11 <!ENTITY vino-buildsize "19 MB">
12 <!ENTITY vino-time "0.2 SBU">
13]>
14
15<sect1 id="vino" xreflabel="Vino-&vino-version;">
16 <?dbhtml filename="vino.html"?>
17
18
19 <title>Vino-&vino-version;</title>
20
21 <indexterm zone="vino">
22 <primary sortas="a-Vino">Vino</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Vino</title>
27
28 <para>
29 The <application>Vino</application> package is a VNC server for
30 <application>GNOME</application>. VNC is a protocol that allows remote
31 display of a user's desktop.
32 </para>
33
34 &lfs72_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&vino-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&vino-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &vino-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &vino-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &vino-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &vino-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Vino Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gtk3"/>,
75 <xref linkend="intltool"/> and
76 <xref linkend="libsoup"/>
77 </para>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="libnotify"/>,
82 <xref linkend="libsecret"/>,
83 <xref linkend="NetworkManager"/> and
84 <xref linkend="telepathy-glib"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="avahi"/>,
90 <xref linkend="gnutls"/> and
91 <xref linkend="libgcrypt"/>
92 </para>
93
94 <para condition="html" role="usernotes">User Notes:
95 <ulink url="&blfs-wiki;/vino"/>
96 </para>
97 </sect2>
98
99 <sect2 role="installation">
100 <title>Installation of Vino</title>
101
102 <para>
103 Install <application>Vino</application> by running the following
104 commands:
105 </para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --sysconfdir=/etc \
109 --libexecdir=/usr/lib/vino &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 This package does not come with a test suite.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Libraries</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132
133 <seglistitem>
134 <seg>
135 vino-passwd, vino-preferences and vino-server
136 </seg>
137 <seg>
138 None
139 </seg>
140 <seg>
141 /usr/lib/vino and
142 /usr/share/vino
143 </seg>
144 </seglistitem>
145 </segmentedlist>
146
147 <variablelist>
148 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
149 <?dbfo list-presentation="list"?>
150 <?dbhtml list-presentation="table"?>
151
152 <varlistentry id="vino-passwd">
153 <term><command>vino-passwd</command></term>
154 <listitem>
155 <para>
156 is used to update <application>Vino</application> password.
157 </para>
158 <indexterm zone="vino vino-passwd">
159 <primary sortas="b-vino-passwd">vino-passwd</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="vino-preferences">
165 <term><command>vino-preferences</command></term>
166 <listitem>
167 <para>
168 is a GUI tool used to configure the machine for
169 VNC Access.
170 </para>
171 <indexterm zone="vino vino-preferences">
172 <primary sortas="b-vino-preferences">vino-preferences</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="vino-server">
178 <term><command>vino-server</command></term>
179 <listitem>
180 <para>
181 is the <application>Vino</application> VNC server.
182 </para>
183 <indexterm zone="vino vino-server">
184 <primary sortas="b-vino-server">vino-server</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.