source: gnome/applications/vino.xml@ 448f3c0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 448f3c0 was 448f3c0, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to gnome-power-manager-3.32.0
Update to gnome-screenshot-3.32.0
Update to gnome-system-monitor-3.32.1
Update to libgweather-3.32.2
Update to gnome-weather-3.32.2
Update to gucharmap-12.0.1
gnome-nettool: Fix the ping command
gnome-terminal: Remove systemd user unit installation on elogind
vino: Remove systemd user unit installation on elogind
Remove obsolete entries in gnome.ent

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

  • Property mode set to 100644
File size: 4.5 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;">
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 &lfs84_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 revision="systemd"><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
109make</userinput></screen>
110
111<screen revision="sysv"><userinput>./configure --prefix=/usr \
112 --sysconfdir=/etc \
113 --with-systemduserunitdir=no &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 Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136
137 <seglistitem>
138 <seg>
139 vino-server
140 </seg>
141 <seg>
142 None
143 </seg>
144 <seg>
145 None
146 </seg>
147 </seglistitem>
148 </segmentedlist>
149
150 <variablelist>
151 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
152 <?dbfo list-presentation="list"?>
153 <?dbhtml list-presentation="table"?>
154
155 <varlistentry id="vino-server">
156 <term><command>vino-server</command></term>
157 <listitem>
158 <para>
159 is the <application>Vino</application> VNC server.
160 </para>
161 <indexterm zone="vino vino-server">
162 <primary sortas="b-vino-server">vino-server</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 </variablelist>
168
169 </sect2>
170
171</sect1>
Note: See TracBrowser for help on using the repository browser.