Коллеги, подскажите, плз, куда копать?
Стоит
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
$ uname -a
Linux x220 3.3.6-pf #1 SMP Wed Oct 17 14:00:01 MSK 2012 x86_64 x86_64 x86_64 GNU/Linux
$ echo $LANGUAGE
en
$ echo $LANG
en_US.UTF-8
$ echo $LC_ALL
Пробую пример
Example 1 создания Gnome 3 Extensions вот отсюда:
http://blog.fpmurphy.com/2011/04/gnome-3-shell-extensions.htmlВсе получается.

Но если я вместо
let text = new St.Label({ style_class: 'helloworld-label', text: "Hello, world!" });
пишу русскую строку
let text = new St.Label({ style_class: 'helloworld-label', text: "Hello, world!" });
то на экране отображается галиматья.

Как побороть?