source: gnome/applications/vino.xml@ c45d13b6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c45d13b6 was c45d13b6, checked in by Krejzi <krejzi@…>, 11 years ago

GNOME Applications 3.6.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10862 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.2 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 <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 &lfs72_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"/>,
79 <xref linkend="intltool"/> and
80 <xref linkend="libsoup"/>
81 </para>
82
83 <bridgehead renderas="sect4">Recommended</bridgehead>
84 <para role="recommended">
85 <xref linkend="libnotify"/>,
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 <xref linkend="gnutls"/> and
95 <xref linkend="libgcrypt"/>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/vino"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Vino</title>
105
106 <para>
107 Install <application>Vino</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>./configure --prefix=/usr \
112 --sysconfdir=/etc \
113 --libexecdir=/usr/lib/vino &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 This package does not come with a test suite.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 vino-passwd, vino-preferences and vino-server
138 </seg>
139 <seg>
140 /usr/lib/vino and
141 /usr/share/vino
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-passwd">
152 <term><command>vino-passwd</command></term>
153 <listitem>
154 <para>
155 is used to update <application>Vino</application> password.
156 </para>
157 <indexterm zone="vino vino-passwd">
158 <primary sortas="b-vino-passwd">vino-passwd</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 <varlistentry id="vino-preferences">
164 <term><command>vino-preferences</command></term>
165 <listitem>
166 <para>
167 is a GUI tool used to configure the machine for
168 VNC Access.
169 </para>
170 <indexterm zone="vino vino-preferences">
171 <primary sortas="b-vino-preferences">vino-preferences</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 <varlistentry id="vino-server">
177 <term><command>vino-server</command></term>
178 <listitem>
179 <para>
180 is the <application>Vino</application> VNC server.
181 </para>
182 <indexterm zone="vino vino-server">
183 <primary sortas="b-vino-server">vino-server</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 </variablelist>
189
190 </sect2>
191
192</sect1>
Note: See TracBrowser for help on using the repository browser.