source: gnome/applications/vino.xml@ 4b8c1828

kde5-14686 systemd-13485
Last change on this file since 4b8c1828 was 4b8c1828, checked in by Christopher Gregory <cjg@…>, 10 years ago

Create new gnome directory via svn move.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14392 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 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/&gnome-minor;/vino-&vino-version;.tar.xz">
8 <!ENTITY vino-download-ftp "&gnome-download-ftp;/vino/&gnome-minor;/vino-&vino-version;.tar.xz">
9 <!ENTITY vino-md5sum "24cc4b98eadfce724095f3db8af0dfe1">
10 <!ENTITY vino-size "736 KB">
11 <!ENTITY vino-buildsize "16 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 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Vino-&vino-version;</title>
24
25 <indexterm zone="vino">
26 <primary sortas="a-Vino">Vino</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Vino</title>
31
32 <para>
33 The <application>Vino</application> package is a VNC server for
34 <application>GNOME</application>. VNC is a protocol that allows remote
35 display of a user's desktop.
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&vino-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&vino-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &vino-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &vino-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &vino-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &vino-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Vino Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk3"/> and
79 <xref linkend="libnotify"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="gnutls"/>,
85 <xref linkend="libgcrypt"/>,
86 <xref linkend="libsecret"/>,
87 <xref linkend="NetworkManager"/>, and
88 <xref linkend="telepathy-glib"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="avahi"/>
94 </para>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/vino"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Vino</title>
103
104 <para>
105 Install <application>Vino</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &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-server
136 </seg>
137 <seg>
138 None
139 </seg>
140 <seg>
141 None
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="vino-server">
152 <term><command>vino-server</command></term>
153 <listitem>
154 <para>
155 is the <application>Vino</application> VNC server.
156 </para>
157 <indexterm zone="vino vino-server">
158 <primary sortas="b-vino-server">vino-server</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.