source: gnome/applications/vinagre.xml@ 346f913

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 346f913 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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