Your message dated Thu, 4 Jan 2018 20:52:54 -0500
with message-id <20180105015254.2qk76gbzgor2r...@zeta.ryanak.ca>
and subject line Closing
has caused the Debian Bug report #291492,
regarding rxvt-ml: crxvt invokes crxvt-big5 in zh_CN.GBK locale.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
291492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291492
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: rxvt-ml
Version: 1:2.6.4-6.2
Severity: normal

crxvt can select crxvt-gb only in zh_CN.GB2312 locale.
It should be wrong.

I modified /usr/bin/crxvt like this:

#!/bin/sh
#
# This is a wrapper script that tests the locale and executes the
# appropriate version of rxvt.

if   [ ${LC_ALL:0:5}   = "zh_TW"   ]; then ext=big5
elif [ ${LC_ALL:0:5}   = "zh_CN" ]; then ext=gb
elif [ ${LC_CTYPE:0:5} = "zh_TW"   ]; then ext=big5
elif [ ${LC_CTYPE:0:5} = "zh_CN" ]; then ext=gb
elif [ ${LANG:0:5}     = "zh_TW"   ]; then ext=big5
elif [ ${LANG:0:5}     = "zh_CN" ]; then ext=gb
else ext=big5
fi
exec /usr/bin/crxvt-"$ext" "$@"

It should be OK.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=zh_CN.GBK, LC_CTYPE=zh_CN.GBK (charmap=GBK) (ignored: LC_ALL set 
to zh_CN.GBK)

Versions of packages rxvt-ml depends on:
ii  base-passwd              3.5.9           Debian base system master password
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libx11-6                 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxpm4                  4.3.0.dfsg.1-10 X pixmap library
ii  xlibs                    4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information


--- End Message ---
--- Begin Message ---
Thank you for your bug report. As rxvt has been replaced by rxvt-unicode in
Debian, I am closing this bug. If you can still reproduce this bug with urxvt,
please feel free to reopen this bug and reassign it to the rxvt-unicode package.

Best wishes,
Ryan

-- 
|_)|_/  Ryan Kavanagh      | GPG: 4E46 9519 ED67 7734 268F
| \| \  https://ryanak.ca/ |      BD95 8F7B F8FC 4A11 C97A

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to