Bug 954081

Summary: Gnome shell won't update Mozc mode icon
Product: [Fedora] Fedora Reporter: Yohei Yukawa <yukawa>
Component: gnome-shellAssignee: Owen Taylor <otaylor>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: admiller, fmuellner, i18n-bugs, otaylor, samkraju, tagoh, walters
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-14 03:45:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Yohei Yukawa 2013-04-20 14:14:37 UTC
Description of problem:
Gnome shell won't update Mozc mode icon and it always shows 'あ'.
Sorry if the component 'Mozc' is not appropriate for this case.

Version-Release number of selected component (if applicable):
- mozc-1.10.1390.102-1.fc18
- gnome-shell.x86_64  3.6.3.1-1.fc18

How reproducible:

Steps to Reproduce:
1. Install Mozc
2. Select Mozc
3. Change input mode of Mozc to Fullwidth Katakana by clicing its menu from the Gnome shell.
  
Actual results:
The mode is actually changed but the icon is still 'あ'
Not reproducible with ibus-anthy.

Expected results:
Tcon is 'カ'

Additional info:
Manually update /usr/share/gnome-shell/js/ui/status/keyboard.js as follows fixed this issue.
- if (id == 'anthy')
+ if (id == 'anthy' || id == 'mozc-jp')

Comment 1 Akira TAGOH 2013-04-22 02:18:34 UTC
That file is a part of gnome-shell right it needs to be fixed in gnome-shell. I'll unpush updates for f17 and f18 so far then. reassigning

Comment 2 Fedora End Of Life 2013-12-21 12:55:06 UTC
This message is a reminder that Fedora 18 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 18. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '18'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 18's end of life.

Thank you for reporting this issue and we are sorry that we may not be 
able to fix it before Fedora 18 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior to Fedora 18's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 3 Akira TAGOH 2014-01-14 03:45:56 UTC
this seems fixed in f19 or later.