Comment 4 for bug 916538

Revision history for this message
SolomonPhiloSophia (solomonphilosophia) wrote : Re: [Bug 916538] Re: autojump

a drop-down/pop-up terminal emulator similar with tilda. and i just met
this issue for once.

my locale is cn, and i run the terminal emulator in my ubuntu, so i
think the locales are the same.
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN:en
LC_CTYPE=zh_CN.UTF-8
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE=zh_CN.UTF-8
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES=zh_CN.UTF-8
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=

as this is not a problem for me, i just report this bug for your
convenience and hope helpful for you.
if it is not a problem ( for example, i just met once) for the others,
then we could close this issue.
however, if i could give any help, please do not hesitate to tell me.
:)

On 2012年01月18日 15:44, Zygmunt Krynicki wrote:
> What is your terminal's character encoding?
>
> This crash happens when the terminal is sending something that does not
> match system's expectation. You can use any encoding you like as long as
> both the terminal and system locale settings agree on this.
>
> You can examine locale settings by running:
>
> $ locale
>
> And you need to check your terminal (I'm not familiar with it) to see
> how to set it up.
>