[Bug 78266] Re: gnome-terminal misspells color

2007-08-13 Thread Pedro Villavicencio
We are closing this bug report as it lacks the information, described in
the previous comments, we need to investigate the problem further.
However, please reopen it if you can give us the missing information and
don't hesitate to submit bug reports in the future.

** Changed in: gnome-terminal (Ubuntu)
   Status: Incomplete => Invalid

-- 
gnome-terminal misspells color
https://bugs.launchpad.net/bugs/78266
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-06 Thread Thomas Thurman
I've checked the version in trunk and the version in Edgy, and they both
call the colour tab "Colors". Are you sure you're running in en_US?

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-06 Thread John Moser
Not very sure, I can't get into the language applet.  aspell is telling
me "colour" is invalid; and bash says

LANG=en_US.UTF-8
LANGUAGE=en_US:en_GB:en

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-07 Thread Sebastien Bacher
does it happen if you use LANGUAGE=en_US?

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-07 Thread Thomas Thurman
I'm not certain, but I think "en_US" isn't a valid value for LANGUAGE
(so it falls back to the next option, "en_GB"). I think what you want is
"C": "LANG=C:en_GB;en".

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-07 Thread chantra
it is not happening here using feisty with gnome-terminal 2.16.1-0ubuntu1
when using en_GB.UTF-8 I get Colours
when using en_US.UTF-8 I get Colors

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-07 Thread Thomas Thurman
chantra: with respect, I think you misunderstood: the problem here, as I
see it, is that John Moser is using the environment variable
"LANGUAGE=en_US:en_GB:en", and "en_US" is invalid, so it falls back to
en_GB. If you just use en_US, it will fall back to "C" (the default). In
addition, chantra, are you using the strings you give as LANGUAGE or
LANG?

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-07 Thread John Moser
[EMAIL PROTECTED]:~/programming/crdata$ cat /proc/self/maps |grep en_US
b7ce6000-b7d21000 r--p  08:07 356289 
/usr/lib/locale/en_US.utf8/LC_CTYPE
b7d21000-b7d22000 r--p  08:07 35 
/usr/lib/locale/en_US.utf8/LC_NUMERIC
b7d22000-b7df9000 r--p  08:07 356128 
/usr/lib/locale/en_US.utf8/LC_COLLATE
b7f3b000-b7f3c000 r--p  08:07 356731 
/usr/lib/locale/en_US.utf8/LC_TIME
b7f3c000-b7f3d000 r--p  08:07 356733 
/usr/lib/locale/en_US.utf8/LC_MONETARY
b7f3d000-b7f3e000 r--p  08:07 356671 
/usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES
b7f3e000-b7f3f000 r--p  08:07 356692 
/usr/lib/locale/en_US.utf8/LC_PAPER
b7f3f000-b7f4 r--p  08:07 356734 
/usr/lib/locale/en_US.utf8/LC_NAME
b7f4-b7f41000 r--p  08:07 356735 
/usr/lib/locale/en_US.utf8/LC_ADDRESS
b7f41000-b7f42000 r--p  08:07 356737 
/usr/lib/locale/en_US.utf8/LC_TELEPHONE
b7f42000-b7f43000 r--p  08:07 356739 
/usr/lib/locale/en_US.utf8/LC_MEASUREMENT
b7f4a000-b7f4b000 r--p  08:07 356740 
/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION


Okay.. good starting point...


[EMAIL PROTECTED]:~$ ls /usr/lib/locale/en_US* -d
/usr/lib/locale/en_US.utf8
[EMAIL PROTECTED]:~$ ls /usr/lib/locale/en_GB* -d
/usr/lib/locale/en_GB.utf8

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-01-07 Thread John Moser
and yes, with LANGUAGE="en_US" and LANGUAGE="C" the results are the
same:

$ LANGUAGE="en_US" gnome-terminal
$ LANGUAGE="C" gnome-terminal

The dialog is the same both times.

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-02-17 Thread Áron Sisak
I tried to confirm that but couldn't. Feisty, x86.

** Changed in: gnome-terminal (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs
   Status: Unconfirmed => Needs Info

-- 
gnome-terminal misspells color
https://launchpad.net/bugs/78266

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-04-16 Thread Sebastien Bacher
** Changed in: gnome-terminal (Ubuntu)
   Status: Needs Info => Unconfirmed

-- 
gnome-terminal misspells color
https://bugs.launchpad.net/bugs/78266
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-05-27 Thread Jérôme Guelfucci
Is this still happening with the latest stable release ?

-- 
gnome-terminal misspells color
https://bugs.launchpad.net/bugs/78266
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-05-30 Thread Daniel Holbach
** Changed in: gnome-terminal (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
gnome-terminal misspells color
https://bugs.launchpad.net/bugs/78266
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 78266] Re: gnome-terminal misspells color

2007-06-29 Thread Jérôme Guelfucci
Any news on this ?

-- 
gnome-terminal misspells color
https://bugs.launchpad.net/bugs/78266
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs