mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
Update to rxvt-unicode-9.21.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15288 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
775522278f
commit
f51258593c
@ -47,6 +47,10 @@
|
||||
<listitem>
|
||||
<para>January 1st, 2015</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to rxvt-unicode-9.21. Fixes
|
||||
<ulink url="&blfs-ticket-root;5996">#5996</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[fernando] - Update to xproto-7.0.27. Fixes
|
||||
<ulink url="&blfs-ticket-root;5995">#5995</ulink>.</para>
|
||||
|
@ -601,7 +601,7 @@
|
||||
<!ENTITY pan-version "0.133">
|
||||
<!ENTITY pidgin-version "2.10.11">
|
||||
<!ENTITY rox-filer-version "2.11">
|
||||
<!ENTITY rxvt-unicode-version "9.20">
|
||||
<!ENTITY rxvt-unicode-version "9.21">
|
||||
<!ENTITY thunderbird-version "31.3.0">
|
||||
<!ENTITY tigervnc-version "1.3.1">
|
||||
<!ENTITY transmission-version "2.84">
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
<!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
|
||||
<!ENTITY rxvt-unicode-download-ftp " ">
|
||||
<!ENTITY rxvt-unicode-md5sum "4a5b823f08d21036f94a6c51e94d025b">
|
||||
<!ENTITY rxvt-unicode-size "896 KB">
|
||||
<!ENTITY rxvt-unicode-buildsize "25 MB">
|
||||
<!ENTITY rxvt-unicode-md5sum "a9a06c608258c5fd247c3725d8f44582">
|
||||
<!ENTITY rxvt-unicode-size "904 KB">
|
||||
<!ENTITY rxvt-unicode-buildsize "26 MB">
|
||||
<!ENTITY rxvt-unicode-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -151,6 +151,30 @@ urxvtd -q -f -o &</literal></userinput></screen>
|
||||
<command>urxvtd</command>, <command>urxvtc</command>, and
|
||||
<filename>urxvtperl</filename> man pages.</para>
|
||||
|
||||
<para>If you use a Desktop Environment, a menu entry can be included,
|
||||
issuing, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
||||
<screen><userinput>cat > /usr/share/applications/urxvt.desktop << "EOF" &&
|
||||
<literal>[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Rxvt-Unicode Terminal
|
||||
Comment=Use the command line
|
||||
GenericName=Terminal
|
||||
Exec=urxvt
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Icon=utilities-terminal
|
||||
Categories=GTK;Utility;TerminalEmulator;
|
||||
#StartupNotify=true
|
||||
Keywords=console;command line;execute;</literal>
|
||||
EOF
|
||||
|
||||
update-desktop-database -q</userinput></screen>
|
||||
|
||||
<para>For that, you need <xref linkend="desktop-file-utils"/> and at least
|
||||
one of <xref linkend="gnome-icon-theme"/>, <xref linkend="oxygen-icons"/>
|
||||
and <xref linkend="lxde-icon-theme"/></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user