ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] locale, gtk, и чего они все ругаются?
@ 2005-02-09 16:49 Arioch
  2005-02-09 17:55 ` Вячеслав Диконов
  0 siblings, 1 reply; 7+ messages in thread
From: Arioch @ 2005-02-09 16:49 UTC (permalink / raw)
  To: community

[bdv@localhost bdv]$ synaptic&
[1] 12366
[bdv@localhost bdv]$
(consolehelper:12366): Gtk-WARNING **: Locale not supported by C library.
	Using the fallback 'C' locale.

(consolehelper:12366): Gdk-WARNING **: locale not supported by C library

(consolehelper:12366): GLib-GObject-WARNING **: IA__g_object_set_valist: 
constru
ct property "type" for object `GtkDialog' can't be set after construction

(synaptic:12372): Gtk-WARNING **: Locale not supported by C library.
	Using the fallback 'C' locale.

(synaptic:12372): Gtk-CRITICAL **: gtk_widget_hide: assertion 
`GTK_IS_WIDGET (widget)' failed


при этом в папке /usr/share/locale/ru/LC_MESSAGES есть synaptic.mo
И есть симлинки ru_RU и ru_RU.KOI8-R




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] locale, gtk, и чего они все ругаются?
  2005-02-09 16:49 [Comm] locale, gtk, и чего они все ругаются? Arioch
@ 2005-02-09 17:55 ` Вячеслав Диконов
  2005-02-09 22:29   ` [Comm] " Arioch
  0 siblings, 1 reply; 7+ messages in thread
From: Вячеслав Диконов @ 2005-02-09 17:55 UTC (permalink / raw)
  To: community

В Срд, 09/02/2005 в 19:49 +0300, Arioch пишет:
> [bdv@localhost bdv]$ synaptic&
> [1] 12366
> [bdv@localhost bdv]$
> (consolehelper:12366): Gtk-WARNING **: Locale not supported by C library.
> 	Using the fallback 'C' locale.
А как выглядят переменные локали? (Что говорит команда $locale ?).

-- 
Вячеслав Диконов <linuxbox@degunino.net>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Comm] Re: locale, gtk, и чего они все ругаются?
  2005-02-09 17:55 ` Вячеслав Диконов
@ 2005-02-09 22:29   ` Arioch
  2005-02-10  7:04     ` Вячеслав Диконов
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Arioch @ 2005-02-09 22:29 UTC (permalink / raw)
  To: community

Вячеслав Диконов пишет:
> А как выглядят переменные локали? (Что говорит команда $locale ?).

[bdv@localhost bdv]$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=ru_RU.KOI8-R
LC_CTYPE="ru_RU.KOI8-R"
LC_NUMERIC="ru_RU.KOI8-R"
LC_TIME="ru_RU.KOI8-R"
LC_COLLATE="ru_RU.KOI8-R"
LC_MONETARY="ru_RU.KOI8-R"
LC_MESSAGES="ru_RU.KOI8-R"
LC_PAPER="ru_RU.KOI8-R"
LC_NAME="ru_RU.KOI8-R"
LC_ADDRESS="ru_RU.KOI8-R"
LC_TELEPHONE="ru_RU.KOI8-R"
LC_MEASUREMENT="ru_RU.KOI8-R"
LC_IDENTIFICATION="ru_RU.KOI8-R"
LC_ALL=
[bdv@localhost bdv]$

хотя я кажется пытался при установке попросить ru_RU.UTF8



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Re: locale, gtk, и чего они все ругаются?
  2005-02-09 22:29   ` [Comm] " Arioch
@ 2005-02-10  7:04     ` Вячеслав Диконов
  2005-02-10  7:27     ` Alexey I. Froloff
  2005-02-10  7:37     ` Sergey Vlasov
  2 siblings, 0 replies; 7+ messages in thread
From: Вячеслав Диконов @ 2005-02-10  7:04 UTC (permalink / raw)
  To: community

В Чтв, 10/02/2005 в 01:29 +0300, Arioch пишет:
> Вячеслав Диконов пишет:
> > А как выглядят переменные локали? (Что говорит команда $locale ?).
> 
> [bdv@localhost bdv]$ locale
> locale: Cannot set LC_CTYPE to default locale: No such file or directory
> locale: Cannot set LC_MESSAGES to default locale: No such file or directory
> locale: Cannot set LC_ALL to default locale: No such file or directory
Это ^ не нормально!

> LANG=ru_RU.KOI8-R
> LC_CTYPE="ru_RU.KOI8-R"
> LC_NUMERIC="ru_RU.KOI8-R"
> LC_TIME="ru_RU.KOI8-R"
> LC_COLLATE="ru_RU.KOI8-R"
> LC_MONETARY="ru_RU.KOI8-R"
> LC_MESSAGES="ru_RU.KOI8-R"
> LC_PAPER="ru_RU.KOI8-R"
> LC_NAME="ru_RU.KOI8-R"
> LC_ADDRESS="ru_RU.KOI8-R"
> LC_TELEPHONE="ru_RU.KOI8-R"
> LC_MEASUREMENT="ru_RU.KOI8-R"
> LC_IDENTIFICATION="ru_RU.KOI8-R"
> LC_ALL=
А это правильно.

> [bdv@localhost bdv]$
> хотя я кажется пытался при установке попросить ru_RU.UTF8
Может быть поэтому. Полноценной поддержки UTF-8 локали до сих пор нет. 
Посмотрите файлы /etc/sysconfig/i18n (системная по умолчанию)
и /home/slava/.i18n (собственная пользователя). В этих файлах не должно
быть разных кодировок для переменных (кодировка пользователя может
отличаться от базовой).

Если там всё хорошо, то надо проверить ресурсы в /usr/share/locale.
Перевод synaptic должен лежать
в   /usr/share/locale/ru/LC_MESSAGES/synaptic.mo. Этот файл один для
всех русских локалей.
-- 
Вячеслав Диконов <linuxbox@degunino.net>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Re: locale, gtk, и чего они все ругаются?
  2005-02-09 22:29   ` [Comm] " Arioch
  2005-02-10  7:04     ` Вячеслав Диконов
@ 2005-02-10  7:27     ` Alexey I. Froloff
  2005-02-10  7:37     ` Sergey Vlasov
  2 siblings, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2005-02-10  7:27 UTC (permalink / raw)
  To: ALT Linux Community

[-- Attachment #1: Type: text/plain, Size: 688 bytes --]

* Arioch <the_Arioch@> [050210 01:31]:
> locale: Cannot set LC_CTYPE to default locale: No such file or directory
> locale: Cannot set LC_MESSAGES to default locale: No such file or directory
> locale: Cannot set LC_ALL to default locale: No such file or directory
[..skip..]
> хотя я кажется пытался при установке попросить ru_RU.UTF8
Ох...  /etc/rpm/macros -> %_install_langs.  У меня там all,
можете поставить ru_RU.KOI8-R.

После чего apt-get reinstall glibc-locales (или apt-get
--reinstall install glibc-locales)

-- 
Regards, Sir Raorn.
-------------------
Опыт показывает, что это не так - большинство пользователей rpm не читали
Maximum RPM.
		-- ldv in devel@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Comm] Re: locale, gtk, и чего они все ругаются?
  2005-02-09 22:29   ` [Comm] " Arioch
  2005-02-10  7:04     ` Вячеслав Диконов
  2005-02-10  7:27     ` Alexey I. Froloff
@ 2005-02-10  7:37     ` Sergey Vlasov
  2005-02-10  8:49       ` Arioch
  2 siblings, 1 reply; 7+ messages in thread
From: Sergey Vlasov @ 2005-02-10  7:37 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 1143 bytes --]

On Thu, Feb 10, 2005 at 01:29:38AM +0300, Arioch wrote:
> Вячеслав Диконов пишет:
> >А как выглядят переменные локали? (Что говорит команда $locale ?).
> 
> [bdv@localhost bdv]$ locale
> locale: Cannot set LC_CTYPE to default locale: No such file or directory
> locale: Cannot set LC_MESSAGES to default locale: No such file or directory
> locale: Cannot set LC_ALL to default locale: No such file or directory

Мда... А что есть в /usr/lib/locale ?

> LANG=ru_RU.KOI8-R
> LC_CTYPE="ru_RU.KOI8-R"
> LC_NUMERIC="ru_RU.KOI8-R"
> LC_TIME="ru_RU.KOI8-R"
> LC_COLLATE="ru_RU.KOI8-R"
> LC_MONETARY="ru_RU.KOI8-R"
> LC_MESSAGES="ru_RU.KOI8-R"
> LC_PAPER="ru_RU.KOI8-R"
> LC_NAME="ru_RU.KOI8-R"
> LC_ADDRESS="ru_RU.KOI8-R"
> LC_TELEPHONE="ru_RU.KOI8-R"
> LC_MEASUREMENT="ru_RU.KOI8-R"
> LC_IDENTIFICATION="ru_RU.KOI8-R"
> LC_ALL=
> [bdv@localhost bdv]$
> 
> хотя я кажется пытался при установке попросить ru_RU.UTF8

Возможно, только это и поставилось.  Тогда придётся как минимум
поправить в /etc/rpm/macros установку %_install_langs (оставить там
просто ru_RU, без .UTF8), после чего apt-get reinstall glibc-locales.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Comm] Re: locale, gtk, и чего они все ругаются?
  2005-02-10  7:37     ` Sergey Vlasov
@ 2005-02-10  8:49       ` Arioch
  0 siblings, 0 replies; 7+ messages in thread
From: Arioch @ 2005-02-10  8:49 UTC (permalink / raw)
  To: community

Sergey Vlasov пишет:
> Возможно, только это и поставилось.  Тогда придётся как минимум
> поправить в /etc/rpm/macros установку %_install_langs (оставить там
> просто ru_RU, без .UTF8), после чего apt-get reinstall glibc-locales.


Так ведь работало же !!!

Впрочем посл. время стал сбоить thunderbird - писал в консоль разную 
ерунду и на тему локали (fallback to ¨C") и xul'ы не грузятся...

в /usr/share/locale обнаружил ru с основным набором русификаций, а в 
довесок logjam.mo внутри ru_RU и выводок ru_RU.* с русификациями cups´a

убрал их куда подальше - птица заработала.

Ах да, я же еще симлинки сделал ru_RU & ru_RU.KOI8-R - что, не ожидали?

А ставилось, видимо, действительно utf-8 судя по ru/charset

сейчас убью симлинки и попробую еще раз, но кажется без них тоже кому-то 
не весело было.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-02-10  8:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-09 16:49 [Comm] locale, gtk, и чего они все ругаются? Arioch
2005-02-09 17:55 ` Вячеслав Диконов
2005-02-09 22:29   ` [Comm] " Arioch
2005-02-10  7:04     ` Вячеслав Диконов
2005-02-10  7:27     ` Alexey I. Froloff
2005-02-10  7:37     ` Sergey Vlasov
2005-02-10  8:49       ` Arioch

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git