Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionNoriko Mizumoto
2013-12-18 02:42:03 UTC
Description of problem:
Fail to run (** (caribou:15412): WARNING **)
Version-Release number of selected component (if applicable):
Filed from caserun (http://download.englab.bne.redhat.com/pub/rhel/rel-eng/RHEL-7.0-20131127.1/compose/Client/x86_64/os/)
caribou-0.4.11-1.el7.x86_64
How reproducible:
Always
Steps to Reproduce:
1.[root@localhost ~]# LANG=ja-JP.UTF-8 caribou -h
2.
3.
Actual results:
[root@localhost ~]# LANG=ja-JP.UTF-8 caribou -h
(process:15413): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
No protocol specified
** (caribou:15413): WARNING **: Could not open X display
(caribou:15413): Gtk-WARNING **: cannot open display:
Expected results:
No error
Additional info:
Hi
Set locale correctly, still receive warning.
Could you mind to check if missing something?
[root@localhost ~]# LANG=ja_JP.UTF-8 caribou
No protocol specified
** (caribou:17713): WARNING **: Could not open X display
(caribou:17713): Gtk-WARNING **: cannot open display:
[root@localhost ~]# LANG=ja_JP.UTF-8 caribou
No protocol specified
** (caribou:17715): WARNING **: Could not open X display
(caribou:17715): Gtk-WARNING **: cannot open display:
Can you please run caribou using these steps?
1) Start gnome-control-center
2) Click on "Universal Access"
3) go to "Typing" tab
4) Change OFF to ON for "On Screen Keyboard"
and you can see caribou UI
You can then disable or enable Caribou by clicking on "Universal Access" icon at top right corner of your screen and there you can see option to ON/OFF caribou.
According to QE team, the test was to check if the output is localized in terminal. Now it shows Japanese text correctly. The test result is changed to *Pass*.
[nmizumoto@localhost ~]$ caribou -h
用法:
caribou [オプション...] - daemon listening accessibility events to launch on screen keyboard
ヘルプのオプション:
-h, --help ヘルプのオプションを表示する
Thank you.
Sorry, I noticed now that the output actually contains English string of 'daemon listening accessibility events to launch on screen keyboard'. The result is changed back to "Failed".