source: gnome/applications/vino.xml@ 1e3c9bf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1e3c9bf was 3c215b6, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Tags up to Mutter

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19147 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-22;/vino-&vino-version;.tar.xz">
8 <!ENTITY vino-download-ftp "&gnome-download-ftp;/vino/&gnome-minor-22;/vino-&vino-version;.tar.xz">
9 <!ENTITY vino-md5sum "7305feaa5cc9acb788d7a13389922012">
10 <!ENTITY vino-size "752 KB">
11 <!ENTITY vino-buildsize "19 MB">
12 <!ENTITY vino-time "0.2 SBU">
13]>
14
15<sect1 id="vino" xreflabel="Vino-&vino-version;" revision="systemd">
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 &lfs81_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="libnotify"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gnutls"/>,
84 <xref linkend="libgcrypt"/>,
85 <xref linkend="libsecret"/>,
86 <xref linkend="NetworkManager"/>, and
87 <xref linkend="telepathy-glib"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="avahi"/>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/vino"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Vino</title>
102
103 <para>
104 Install <application>Vino</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 This package does not come with a test suite.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="content">
124 <title>Contents</title>
125
126 <segmentedlist>
127 <segtitle>Installed Programs</segtitle>
128 <segtitle>Installed Libraries</segtitle>
129 <segtitle>Installed Directories</segtitle>
130
131
132 <seglistitem>
133 <seg>
134 vino-server
135 </seg>
136 <seg>
137 None
138 </seg>
139 <seg>
140 None
141 </seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="vino-server">
151 <term><command>vino-server</command></term>
152 <listitem>
153 <para>
154 is the <application>Vino</application> VNC server.
155 </para>
156 <indexterm zone="vino vino-server">
157 <primary sortas="b-vino-server">vino-server</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.