source: gnome/applications/vinagre.xml@ ecab01ca

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.0 8.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 ecab01ca was 79d062b7, checked in by DJ Lucas <dj@…>, 7 years ago

Add missing backslash.

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

  • Property mode set to 100644
File size: 4.8 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 vinagre-download-http "&gnome-download-http;/vinagre/&gnome-minor-22;/vinagre-&vinagre-version;.tar.xz">
8 <!ENTITY vinagre-download-ftp "&gnome-download-ftp;/vinagre/&gnome-minor-22;/vinagre-&vinagre-version;.tar.xz">
9 <!ENTITY vinagre-md5sum "451554ddf46636105cd5f0330e98d254">
10 <!ENTITY vinagre-size "1.5 MB">
11 <!ENTITY vinagre-buildsize "25 MB">
12 <!ENTITY vinagre-time "0.2 SBU">
13]>
14
15<sect1 id="vinagre" xreflabel="Vinagre-&vinagre-version;" revision="systemd">
16 <?dbhtml filename="vinagre.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Vinagre-&vinagre-version;</title>
24
25 <indexterm zone="vinagre">
26 <primary sortas="a-Vinagre">Vinagre</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Vinagre</title>
31
32 <para>
33 <application>Vinagre</application> is a VNC client for the
34 <application>GNOME</application> Desktop.
35 </para>
36
37 &lfs7a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&vinagre-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&vinagre-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &vinagre-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &vinagre-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &vinagre-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &vinagre-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Vinagre Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="gtk-vnc"/>,
78 <xref linkend="itstool"/>, and
79 <xref linkend="libsecret"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="appstream-glib"/>,
85 <xref linkend="telepathy-glib"/>,
86 <xref linkend="vala"/>, and
87 <xref linkend="vte"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="avahi"/>,
93 <ulink url="http://www.freerdp.com/">FreeRDP</ulink> (For connecting to Windows desktops), and
94 <ulink url="http://www.spice-space.org/">Spice-GTK</ulink>
95 </para>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/vinagre"/>
99 </para>
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Vinagre</title>
104
105 <para>
106 Install <application>Vinagre</application> by running the following
107 commands:
108 </para>
109
110<screen><userinput>./configure --prefix=/usr \
111 --enable-compile-warnings=minimum &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package does not come with a test suite.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>--enable-compile-warnings=minimum</parameter>:
131 This switch disables compiler warnings that can cause the build to fail
132 when built under GCC6.
133 </para>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 vinagre
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
153 /usr/share/help/*/vinagre and
154 /usr/share/vinagre
155 </seg>
156 </seglistitem>
157 </segmentedlist>
158
159 <variablelist>
160 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
161 <?dbfo list-presentation="list"?>
162 <?dbhtml list-presentation="table"?>
163
164 <varlistentry id="vinagre-prog">
165 <term><command>vinagre</command></term>
166 <listitem>
167 <para>
168 is a remote desktop viewer for the
169 <application>GNOME</application> Desktop.
170 </para>
171 <indexterm zone="vinagre vinagre-prog">
172 <primary sortas="b-vinagre">vinagre</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 </variablelist>
178
179 </sect2>
180
181</sect1>
Note: See TracBrowser for help on using the repository browser.