source: gnome/applications/vinagre.xml@ eee261a

10.1 11.0 11.1 11.2 11.3 12.0 12.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 eee261a was 37e9aad, checked in by Pierre Labastie <pieere@…>, 4 years ago

Two more tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23619 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 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;">
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 &lfs10_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="telepathy-glib"/>,
85 <xref linkend="vala"/>, and
86 <xref linkend="vte"/>
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91<!-- <xref linkend="appstream-glib"/>, -->
92 <xref linkend="avahi"/>,
93 <ulink url="&appstream-glib-url;">appstream-glib</ulink>,
94 <ulink url="http://www.freerdp.com/">FreeRDP</ulink> (For connecting to Windows desktops), and
95 <ulink url="http://www.spice-space.org/">Spice-GTK</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/vinagre"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Vinagre</title>
105
106 <para>
107 First fix an issue exposed by GCC-10:
108 </para>
109
110<screen><userinput>sed -e '/_VinagreVnc/i gboolean scaling_command_line;' \
111 -i plugins/vnc/vinagre-vnc-connection.c &amp;&amp;
112sed -e '/scaling_/s/^/extern /' \
113 -i plugins/vnc/vinagre-vnc-connection.h</userinput></screen>
114
115 <para>
116 Install <application>Vinagre</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>./configure --prefix=/usr \
121 --enable-compile-warnings=minimum &amp;&amp;
122make</userinput></screen>
123
124 <para>
125 This package does not come with a test suite.
126 </para>
127
128 <para>
129 Now, as the <systemitem class="username">root</systemitem> user:
130 </para>
131
132<screen role="root"><userinput>make install</userinput></screen>
133
134 </sect2>
135
136 <sect2 role="commands">
137 <title>Command Explanations</title>
138
139 <para>
140 <parameter>--enable-compile-warnings=minimum</parameter>:
141 This switch disables compiler warnings that can cause the build to fail
142 when built under GCC6.
143 </para>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 vinagre
158 </seg>
159 <seg>
160 None
161 </seg>
162 <seg>
163 /usr/share/help/*/vinagre and
164 /usr/share/vinagre
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="vinagre-prog">
175 <term><command>vinagre</command></term>
176 <listitem>
177 <para>
178 is a remote desktop viewer for the
179 <application>GNOME</application> Desktop.
180 </para>
181 <indexterm zone="vinagre vinagre-prog">
182 <primary sortas="b-vinagre">vinagre</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 </variablelist>
188
189 </sect2>
190
191</sect1>
Note: See TracBrowser for help on using the repository browser.