source: xsoft/other/rxvt-unicode.xml@ c8a33e3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c8a33e3 was c8a33e3, checked in by Igor Živković <igor@…>, 10 years ago

lfs75 tags

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

  • Property mode set to 100644
File size: 7.3 KB
RevLine 
[95f9972]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
[86ed9d5]7 <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
[95f9972]8 <!ENTITY rxvt-unicode-download-ftp " ">
[ecfea81c]9 <!ENTITY rxvt-unicode-md5sum "45ad197eb9b5a840c0f65e3a8131921c">
10 <!ENTITY rxvt-unicode-size "893 KB">
11 <!ENTITY rxvt-unicode-buildsize "30 MB">
12 <!ENTITY rxvt-unicode-time "0.3 SBU">
[95f9972]13]>
14
15<sect1 id="rxvt-unicode" xreflabel="rxvt-unicode-&rxvt-unicode-version;">
16 <?dbhtml filename="rxvt-unicode.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
[5af33308]20 <date>$Date$</date>
[95f9972]21 </sect1info>
22
23 <title>rxvt-unicode-&rxvt-unicode-version;</title>
24
25 <indexterm zone="rxvt-unicode">
26 <primary sortas="a-rxvt-unicode">rxvt-unicode</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to rxvt-unicode</title>
31
32 <para><application>rxvt-unicode</application> is a clone of the terminal
[c9cb85c]33 emulator <application>rxvt</application>, an X Window System terminal
34 emulator which includes support for XFT and Unicode.</para>
[95f9972]35
[c8a33e3]36 &lfs75_checked;
[bd32b6f]37
[95f9972]38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&rxvt-unicode-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&rxvt-unicode-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &rxvt-unicode-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &rxvt-unicode-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &rxvt-unicode-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &rxvt-unicode-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <bridgehead renderas="sect3">rxvt-unicode Dependencies</bridgehead>
61
62 <bridgehead renderas="sect4">Required</bridgehead>
[adf6dd9a]63 <para role="required">
64 <xref linkend="x-window-system"/>
65 </para>
[e4faed3]66
[c9cb85c]67 <bridgehead renderas="sect4">Optional</bridgehead>
[e4faed3]68 <para role="optional">
[b5e907b2]69 <xref linkend="gdk-pixbuf"/> (for background images) and
[616dc91]70 <xref linkend="startup-notification"/>
[adf6dd9a]71 </para>
[c9cb85c]72
[95f9972]73 <para condition="html" role="usernotes">User Notes:
74 <ulink url='&blfs-wiki;/rxvt-unicode'/></para>
75
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of rxvt-unicode</title>
80
81 <para>Install <application>rxvt-unicode</application> by running the
82 following commands:</para>
83
[cfa182f]84<screen><userinput>./configure --prefix=/usr --enable-everything &amp;&amp;
[95f9972]85make</userinput></screen>
86
87 <para>This package does not come with a test suite.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem>
90 user:</para>
91
92<screen role="root"><userinput>make install</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
[410e228b]99 <para><parameter>--enable-everything</parameter>: Add support for all
[95f9972]100 non-multichoice options. Details about the different options can be found in
101 the file <filename>README.configure</filename>.</para>
[fd7e0ed6]102
[95f9972]103 <para><option>--disable-xft</option>: Remove support for Xft fonts.</para>
104
[c9cb85c]105 <para><option>--disable-perl</option>: Disable the embedded
[d357f93]106 <application>Perl</application> interpreter.</para>
[95f9972]107
[c9cb85c]108 <para><option>--disable-afterimage</option>: Remove support for
109 libAfterImage.</para>
110
[95f9972]111 </sect2>
112
113 <sect2 role="configuration">
114 <title>Configuring rxvt-unicode</title>
115
116 <para>The <application>rxvt-unicode</application> terminal emulator
117 uses the resource class <classname>URxvt</classname> and the resource name
[d357f93]118 <classname>urxvt</classname>. You can add X resource definitions to a
119 user's <filename>~/.Xresources</filename> file or to the system-wide
120 <filename>/etc/X11/app-defaults/URxvt</filename> file. The following
121 example will load the <classname>matcher</classname>
122 <application>Perl</application> extension (assuming
123 <application>Perl</application> support wasn't disabled), which enables a
124 middle button click to open an underlined URL in the specified browser,
125 sets a background and foreground color and loads an Xft font:</para>
126
127<screen><userinput>cat &gt;&gt; /etc/X11/app-defaults/URxvt &lt;&lt; "EOF"
128<literal>URxvt*perl-ext: matcher
[95f9972]129URxvt*urlLauncher: firefox
130URxvt.background: black
131URxvt.foreground: yellow
[d357f93]132URxvt*font: xft:Monospace:pixelsize=12</literal>
[95f9972]133EOF</userinput></screen>
[fd7e0ed6]134
[c9cb85c]135 <para>The <application>rxvt-unicode</application> application can also run
136 in a daemon mode, which makes it possible to open multiple terminal windows
137 within the same process. The <command>urxvtc</command> client then connects
138 to the <command>urxvtd</command> daemon and requests a new terminal window.
[d357f93]139 Use this option with caution. If the daemon crashes, all the running
140 processes in the terminal windows are terminated.</para>
[fd7e0ed6]141
[d357f93]142 <para>You can start the <command>urxvtd</command> daemon in the system or
143 personal startup <command>X</command> session script (e.g.,
[c9cb85c]144 <filename>~/.xinitrc</filename>) by adding the following lines near the top
145 of the script:</para>
[fd7e0ed6]146
[95f9972]147<screen><userinput><literal># Start the urxvtd daemon
[d357f93]148urxvtd -q -f -o &amp;</literal></userinput></screen>
[95f9972]149
150 <para>For more information, examine the <command>urxvt</command>,
[c9cb85c]151 <command>urxvtd</command>, <command>urxvtc</command>, and
152 <filename>urxvtperl</filename> man pages.</para>
[95f9972]153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
[d0b331c]162 <segtitle>Installed Directory</segtitle>
[95f9972]163
164 <seglistitem>
[d357f93]165 <seg>urxvt, urxvtd, and urxvtc</seg>
[95f9972]166 <seg>Many <application>Perl</application> extensions located under
167 <filename class='directory'>/usr/lib/urxvt/perl</filename></seg>
168 <seg>/usr/lib/urxvt</seg>
169 </seglistitem>
170 </segmentedlist>
171
172 <variablelist>
173 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
174 <?dbfo list-presentation="list"?>
175 <?dbhtml list-presentation="table"?>
176
177 <varlistentry id="urxvt-bin">
178 <term><command>urxvt</command></term>
179 <listitem>
180 <para>is a terminal emulator for the X Window System.</para>
181 <indexterm zone="rxvt-unicode urxvt-bin">
182 <primary sortas="b-urxvt-bin">urxvt</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="urxvtd">
188 <term><command>urxvtd</command></term>
189 <listitem>
[d357f93]190 <para>is the <command>urxvt</command> terminal daemon.</para>
[95f9972]191 <indexterm zone="rxvt-unicode urxvtd">
192 <primary sortas="b-urxvtd">urxvtd</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="urxvtc">
198 <term><command>urxvtc</command></term>
199 <listitem>
[d357f93]200 <para>controls the <command>urxvtd</command> daemon.</para>
[95f9972]201 <indexterm zone="rxvt-unicode urxvtc">
[de2551f]202 <primary sortas="b-urxvtc">urxvtc</primary>
[95f9972]203 </indexterm>
204 </listitem>
205 </varlistentry>
206
207 </variablelist>
208
209 </sect2>
210
211</sect1>
Note: See TracBrowser for help on using the repository browser.