source: gnome/applications/gnome-connections.xml@ 64bdbdcc

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 64bdbdcc was 9b684db8, checked in by Douglas R. Reno <renodr@…>, 2 months ago

Add gnome-connections to the book, replacing vinagre

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[9b684db8]1<?xml version="1.0" encoding="UTF-8"?>
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 gnome-connections-download-http "&gnome-download-http;/gnome-connections/&gnome-46;/gnome-connections-&gnome-connections-version;.tar.xz">
8 <!ENTITY gnome-connections-download-ftp " ">
9 <!ENTITY gnome-connections-md5sum "dcd819bfb15af4652842fb6b91fb9c7f">
10 <!ENTITY gnome-connections-size "3.9 MB">
11 <!ENTITY gnome-connections-buildsize "16 MB">
12 <!ENTITY gnome-connections-time "0.1 SBU">
13]>
14
15<sect1 id="gnome-connections" xreflabel="gnome-connections-&gnome-connections-version;">
16 <?dbhtml filename="gnome-connections.html"?>
17
18 <title>gnome-connections-&gnome-connections-version;</title>
19
20 <indexterm zone="gnome-connections">
21 <primary sortas="a-gnome-connections">gnome-connections</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to gnome-connections</title>
26
27 <para>
28 <application>gnome-connections</application> is a VNC and RDP client for
29 the <application>GNOME</application> Desktop.
30 </para>
31
32 &lfs121_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&gnome-connections-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&gnome-connections-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &gnome-connections-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &gnome-connections-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &gnome-connections-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &gnome-connections-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">gnome-connections Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="appstream"/>,
73 <xref linkend="freerdp"/>,
74 <xref linkend="gtk-vnc"/>,
75 <xref linkend="itstool"/>,
76 <xref linkend="libhandy1"/>, and
77 <xref linkend="vala"/>
78 </para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of gnome-connections</title>
84
85 <para>
86 Install <application>gnome-connections</application> by running the
87 following commands:
88 </para>
89
90<screen><userinput>mkdir build &amp;&amp;
91cd build &amp;&amp;
92
93meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
94ninja</userinput></screen>
95
96 <para>
97 To test the results, issue: <command>ninja test</command>
98 </para>
99
100 <para>
101 Now, as the <systemitem class="username">root</systemitem> user:
102 </para>
103
104<screen role="root"><userinput>ninja install</userinput></screen>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>
118 gnome-connections
119 </seg>
120 <seg>
121 None
122 </seg>
123 <seg>
124 /usr/include/gnome-connections,
125 /usr/lib/gnome-connections,
126 /usr/share/gnome-connections, and
127 /usr/share/help/*/gnome-connections
128 </seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="gnome-connections-prog">
138 <term><command>gnome-connections</command></term>
139 <listitem>
140 <para>
141 is a remote desktop viewer for the
142 <application>GNOME</application> Desktop
143 </para>
144 <indexterm zone="gnome-connections gnome-connections-prog">
145 <primary sortas="b-gnome-connections">gnome-connections</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.