Comment 8 for bug 403545

Revision history for this message
Dmitriy (6-launchpad-foxcub-org) wrote : Re: [Bug 403545] Re: Encoding not set correctly when launched via "Run program"

Here's select output from export:
declare -x COLORTERM="gnome-terminal"
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTCONTROL="erasedups"
declare -x HISTSIZE="1000"
declare -x HOME="/home/dmitriy"
declare -x INPUTRC="/etc/inputrc"
declare -x LANG="en_US.utf8"
declare -x LC_COLLATE="C"
declare -x SHELL="/bin/bash"
declare -x TERM="xterm"
declare -x USER="dmitriy"

Here's the output of locale in case it helps:
LANG=en_US.utf8
LC_CTYPE="en_US.utf8"
LC_NUMERIC="en_US.utf8"
LC_TIME="en_US.utf8"
LC_COLLATE=C
LC_MONETARY="en_US.utf8"
LC_MESSAGES="en_US.utf8"
LC_PAPER="en_US.utf8"
LC_NAME="en_US.utf8"
LC_ADDRESS="en_US.utf8"
LC_TELEPHONE="en_US.utf8"
LC_MEASUREMENT="en_US.utf8"
LC_IDENTIFICATION="en_US.utf8"
LC_ALL=

As for gnome-terminal (which I had never used up to this point), it
indeed defaults to "Current locale (ANSIX3.4-1968)".

Best,
Dmitriy

On Mon, Aug 3, 2009 at 3:33 AM, Chris Jones<email address hidden> wrote:
> I'm also curious about what happens if you launch gnome-terminal in the
> same way, since that doesn't explicitly support that encoding either.
>
> --
> Encoding not set correctly when launched via "Run program"
> https://bugs.launchpad.net/bugs/403545
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in Terminator: Incomplete
>
> Bug description:
> When I launch terminator using "Run program" (Alt+F2) from XFCE, the encoding is not set at all (no radio-button is selected in the menu), and I have to set it manually. The error doesn't occur if I launch terminator from a terminal. I don't know if it's relevant, but XFCE is launched from SLiM login manager.
>