Changeset c9cb85c
- Timestamp:
- 02/11/2008 10:37:10 PM (15 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 6c24da75
- Parents:
- 8a284147
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r8a284147 rc9cb85c 178 178 <!ENTITY xterm-version "231"> 179 179 <!ENTITY icon-naming-utils-version "0.8.2"> 180 <!ENTITY rxvt-unicode-version " 8.4">180 <!ENTITY rxvt-unicode-version "9.02"> 181 181 <!ENTITY pinentry-version "0.7.3"> 182 182 -
general/genutils/rxvt-unicode.xml
r8a284147 rc9cb85c 5 5 %general-entities; 6 6 7 <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/ Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">7 <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-&rxvt-unicode-version;.tar.bz2"> 8 8 <!ENTITY rxvt-unicode-download-ftp " "> 9 <!ENTITY rxvt-unicode-md5sum " d15ba0ea7cb54ce7a2a41650e2a5e6ab">9 <!ENTITY rxvt-unicode-md5sum "f3c4fea3d544a340fa5a1d601ff5f204"> 10 10 <!ENTITY rxvt-unicode-size "860 KB"> 11 11 <!ENTITY rxvt-unicode-buildsize "18 MB"> … … 31 31 32 32 <para><application>rxvt-unicode</application> is a clone of the terminal 33 emulator <application>rxvt</application>, an X Window System terminal emulator34 which includes support for XFT and Unicode.</para>33 emulator <application>rxvt</application>, an X Window System terminal 34 emulator which includes support for XFT and Unicode.</para> 35 35 36 36 <bridgehead renderas="sect3">Package Information</bridgehead> … … 60 60 <bridgehead renderas="sect4">Required</bridgehead> 61 61 <para role="required"><xref linkend="x-window-system"/></para> 62 63 <bridgehead renderas="sect4">Optional</bridgehead> 64 <para role="optional"> 65 <ulink url="http://www.afterstep.org/visualdoc.php?show=asimagexml"> 66 libAfterImage</ulink> (adds support for libAfterImage to be used for 67 transparency and background images)</para> 62 68 63 69 <para condition="html" role="usernotes">User Notes: … … 93 99 <para><option>--disable-xft</option>: Remove support for Xft fonts.</para> 94 100 95 <para><option>--disable-perl</option>: Disable the embedded <application>Perl</application> 101 <para><option>--disable-perl</option>: Disable the embedded 102 <application>Perl</application> 96 103 interpreter.</para> 104 105 <para><option>--disable-afterimage</option>: Remove support for 106 libAfterImage.</para> 97 107 98 108 </sect2> … … 103 113 <para>The <application>rxvt-unicode</application> terminal emulator 104 114 uses the resource class <classname>URxvt</classname> and the resource name 105 <classname>urxvt</classname>. You can add X resource definitions to the user's106 <filename>~/.Xresources</filename> file, or to the system-wide115 <classname>urxvt</classname>. You can add X resource definitions to the 116 user's <filename>~/.Xresources</filename> file, or to the system-wide 107 117 <filename>/etc/X11/app-defaults/URxvt</filename> file. 108 The following example provides a way to load the <classname>matcher</classname> 109 <application>Perl</application> extension (assuming <application>Perl</application> 110 support wasn't disabled), which enables a middle button click to open an underline URL 111 in the specified browser. It also sets a background and a foreground 112 color and loads an Xft font. Accomplish this by adding the following definitions as 113 the <systemitem class="username">root</systemitem> user:</para> 118 The following example provides a way to load the 119 <classname>matcher</classname><application>Perl</application> extension 120 (assuming <application>Perl</application> support wasn't disabled), which 121 enables a middle button click to open an underline URL in the specified 122 browser. It also sets a background and a foreground color and loads an Xft 123 font. Accomplish this by adding the following definitions as the 124 <systemitem class="username">root</systemitem> user:</para> 114 125 115 126 <screen role="root"><userinput>cat >> /etc/X11/app-defaults/URxvt << "EOF" … … 121 132 EOF</userinput></screen> 122 133 123 <para>The <application>rxvt-unicode</application> application can also run in 124 a daemon mode, which makes it possible to open multiple terminal windows within the 125 same process. The <command>urxvtc</command> client then connects to the 126 <command>urxvtd</command> daemon and requests a new terminal window.</para> 134 <para>The <application>rxvt-unicode</application> application can also run 135 in a daemon mode, which makes it possible to open multiple terminal windows 136 within the same process. The <command>urxvtc</command> client then connects 137 to the <command>urxvtd</command> daemon and requests a new terminal window. 138 </para> 127 139 128 140 <note> … … 134 146 You can start the <command>urxvtd</command> daemon in the system or 135 147 personal startup <command>X</command> session scripts (e.g., 136 <filename>~/.xinitrc</filename>) by adding the following lines near the top of137 the script:</para>148 <filename>~/.xinitrc</filename>) by adding the following lines near the top 149 of the script:</para> 138 150 139 151 <screen><userinput><literal># Start the urxvtd daemon … … 142 154 143 155 <para>For more information, examine the <command>urxvt</command>, 144 <command>urxvtd</command>, <command>urxvtc</command>, and <filename>urxvtperl</filename>145 man pages.</para>156 <command>urxvtd</command>, <command>urxvtc</command>, and 157 <filename>urxvtperl</filename> man pages.</para> 146 158 147 159 </sect2> -
introduction/welcome/changelog.xml
r8a284147 rc9cb85c 45 45 <para>February 11th, 2008</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ag] - Updated to rxvt-unicode-9.02. Added libAfterImage as an 49 optional dependency.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[dj] - Updated to openssl-0.9.8g.</para>
Note:
See TracChangeset
for help on using the changeset viewer.