source: gnome/applications/vinagre.xml@ e1e58be

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since e1e58be was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

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