[Fedora-i18n-bugs] [Bug 744667] ibus 1.4 update: broke preferences "show language bar when active" on JP input

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 26 00:28:35 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=744667

nomnex <nomnex at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|needinfo?(nomnex at gmail.com) |

--- Comment #15 from nomnex <nomnex at gmail.com> 2011-10-25 20:28:34 EDT ---
> This means to modify /usr/share/ibus/ui/gtk/panel.py and the modification is
> around line 320th + 11.
> The '+' mark is to add the line in the original panel.py.
> I explained to add two lines; 'print "test1"' and 'print "test2"' above.
> After you would modify the panel.py, you could confirm your change with diff
> command:

1) Thank you for your explanation (and teaching me something new). It makes
sens now, and I could modify panel.py with the added lines 'print"test1"' up to
'print"test5", enabled' as in comment #2

> (In reply to comment #2)
> > % ps -ef | grep ibus/ui
> > account 16077 16031  /usr/bin/python /usr/share/ibus/ui/gtk/main.py
> > % kill 16077
> > % env IBUS_PREFIX=/usr python /usr/share/ibus/ui/gtk/main.py
> 
> I explained how to run the ibus panel icon by manual here after you modify the
> panel.py.

2) I am sorry, I don't know the sell very well (is % equivalent to # (root)):

How do I pass the first commands, I try several times?

command1:
# ps -ef | grep ibus/ui

or

# ps -ef | grep ibus/ui
account 16077 16031  /usr/bin/python /usr/share/ibus/ui/gtk/main.py

both returns the same output:

[root at nh28d gtk]# ps -ef | grep ibus/ui
mt        1624  1604  0 07:47 ?        00:00:34 /usr/bin/python
/usr/share/ibus/ui/gtk/main.py
root      3054  2487  0 09:11 pts/0    00:00:00 grep --color=auto ibus/ui

command1 (on a single line):
# ps -ef | grep ibus/ui account 16077 16031  /usr/bin/python
/usr/share/ibus/ui/gtk/main.py

returns:

[root at nh28d gtk]# ps -ef | grep ibus/ui account 16077 16031  /usr/bin/python
/usr/share/ibus/ui/gtk/main.py
grep: account: No such file or directory
grep: 16077: No such file or directory
grep: 16031: No such file or directory
[root at nh28d gtk]# 

After the first command, do I pass directly the 2 other commands:

# kill 16077
# env IBUS_PREFIX=/usr python /usr/share/ibus/ui/gtk/main.py

3) I assume, the output will be shown in the terminal windows when I focus on a
GTK application, or when I use a shortcut Ctrl+Space. Do I copy and past the
output in the terminal window, or do I only confirm comment #2 (Then when you
focus in a GTK text application, I expect "test1", "test2", "test3" are shown.
And when you type Control + Space, I expect "test4" and "test5" are shown.)?

Thank you.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the i18n-bugs mailing list