Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Issue 1540 in ibus: ibus-hangul setup does not work
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 5:00 pm
From: i...@googlecode.com
Date: Wed, 31 Oct 2012 21:00:21 +0000
Local: Wed, Oct 31 2012 5:00 pm
Subject: Issue 1540 in ibus: ibus-hangul setup does not work
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1540 by dareh...@gmail.com: ibus-hangul setup does not work
http://code.google.com/p/ibus/issues/detail?id=1540

What version of the product are you using? On what operating system?
OS (Linux distributions, UNIX or ...): Arch Linux
Architecture (i386, x86_64): x86_64
IBus version: 1.4.99.20121006-1
Input method name and version: ibus-hangul 1.4.1
Python version: 2.7.3
dbus version: 1.6.8
dbus-python version: 1.1.1
gtk version (if bug is about gtk applications):
qt version (if bug is about qt applications):

What steps will reproduce the problem?
1. Go to IBus Preferences
2. Go to Input Method Tab
3. Click on Preferences for "Korean - Korean"

What is the expected output? What do you see instead?
I expected to see the setup page for ibus-hangul. I don't see anything.

Please provide any additional information below.
Running ibus-daemon with verbose mode produces the following output:
   File "/usr/share/ibus-hangul/setup/main.py", line 25, in <module>
     import ibus
ImportError: No module named ibus

I also noticed that ibus-hangul uses "import ibus" while ibus-anthy  
uses "from gi.repository import IBus"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 5:05 pm
From: i...@googlecode.com
Date: Wed, 31 Oct 2012 21:05:45 +0000
Local: Wed, Oct 31 2012 5:05 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work

Comment #1 on issue 1540 by dareh...@gmail.com: ibus-hangul setup does not  
work
http://code.google.com/p/ibus/issues/detail?id=1540

Just noticed issue 1495. I'm on KDE 4.9 by the way.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 5:29 pm
From: i...@googlecode.com
Date: Wed, 31 Oct 2012 21:29:06 +0000
Local: Wed, Oct 31 2012 5:29 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work
Updates:
        Cc: damage3...@gmail.com takao.fujiwara1

Comment #2 on issue 1540 by damage3...@gmail.com: ibus-hangul setup does  
not work
http://code.google.com/p/ibus/issues/detail?id=1540

Thank you for reporting.

Your issue, however, it highly distro/configuration related.

How did you install ibus? Did you compile from source or use system package  
or use AUR?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 5:31 pm
From: i...@googlecode.com
Date: Wed, 31 Oct 2012 21:31:49 +0000
Local: Wed, Oct 31 2012 5:31 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work
Updates:
        Labels: Component-ibus

Comment #3 on issue 1540 by damage3...@gmail.com: ibus-hangul setup does  
not work
http://code.google.com/p/ibus/issues/detail?id=1540

The difference between "import ibus" and "from gi.repository import IBus"  
is that the later is GObject-Introspection.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 6:05 pm
From: i...@googlecode.com
Date: Wed, 31 Oct 2012 22:05:07 +0000
Local: Wed, Oct 31 2012 6:05 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work

Comment #4 on issue 1540 by dareh...@gmail.com: ibus-hangul setup does not  
work
http://code.google.com/p/ibus/issues/detail?id=1540

I see. I use the packages in Arch's extra/community repositories, and  
today's update to ibus 1.4.99.20121006 broke ibus-setup-hangul. ibus-hangul  
was kept at 1.4.1, just rebuilt.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 9:30 pm
From: i...@googlecode.com
Date: Thu, 01 Nov 2012 01:30:50 +0000
Local: Wed, Oct 31 2012 9:30 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work
Updates:
        Labels: -Component-ibus Component-ibus-hangul

Comment #5 on issue 1540 by takao.fujiwara1: ibus-hangul setup does not work
http://code.google.com/p/ibus/issues/detail?id=1540

I'm surprised that ibus-hangul is not migrated to pygobject3 yet.

To use ibus-hangul 1.4 with ibus 1.5, you need to  
enable '--enable-python-library' option in ibus build from the source codes.

% cd ibus
% ./configure --prefix=/usr --enable-python-library
% make

It's good to request ibus-hangul to release 1.4.99 to switch pygtk2 to  
pygobject3.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 9:48 pm
From: i...@googlecode.com
Date: Thu, 01 Nov 2012 01:48:34 +0000
Local: Wed, Oct 31 2012 9:48 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work
Updates:
        Cc: choe.hwan...@gmail.com

Comment #6 on issue 1540 by damage3...@gmail.com: ibus-hangul setup does  
not work
http://code.google.com/p/ibus/issues/detail?id=1540

There is an attempt made by ueno here:
https://github.com/ueno/ibus-hangul/commit/010540d2a05fee1f8f4971db5f...

This commit is not merged, though.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 10:18 pm
From: i...@googlecode.com
Date: Thu, 01 Nov 2012 02:18:52 +0000
Local: Wed, Oct 31 2012 10:18 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work

Comment #7 on issue 1540 by choe.hwan...@gmail.com: ibus-hangul setup does  
not work
http://code.google.com/p/ibus/issues/detail?id=1540

When ueno requested merge, debian unstable didn't fully support GObject  
introspection.
So I postponed merging.
But now I will check it again if GObject introspection is available in  
debian unstable.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 10:22 pm
From: i...@googlecode.com
Date: Thu, 01 Nov 2012 02:22:44 +0000
Local: Wed, Oct 31 2012 10:22 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work

Comment #8 on issue 1540 by takao.fujiwara1: ibus-hangul setup does not work
http://code.google.com/p/ibus/issues/detail?id=1540

Great.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Oct 31 2012, 10:25 pm
From: i...@googlecode.com
Date: Thu, 01 Nov 2012 02:25:34 +0000
Local: Wed, Oct 31 2012 10:25 pm
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work

Comment #9 on issue 1540 by damage3...@gmail.com: ibus-hangul setup does  
not work
http://code.google.com/p/ibus/issues/detail?id=1540

I guess Debian and Ubuntu may include IBus 1.4.99 in next cycle, i.e.,
13.04 and Wheezy+1.

1.4.99.20120917 is in Debian experimental now.
http://packages.qa.debian.org/i/ibus.html


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Nov 1 2012, 11:26 am
From: i...@googlecode.com
Date: Thu, 01 Nov 2012 15:26:13 +0000
Local: Thurs, Nov 1 2012 11:26 am
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work
Updates:
        Status: Fixed
        Owner: choe.hwan...@gmail.com

Comment #10 on issue 1540 by choe.hwan...@gmail.com: ibus-hangul setup does  
not work
http://code.google.com/p/ibus/issues/detail?id=1540

I've just applied ueno's patch.
It will work now.

https://github.com/choehwanjin/ibus-hangul/commit/039a7cf6808c8a473a1...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
i...@googlecode.com  
View profile  
 More options Nov 1 2012, 11:44 am
From: i...@googlecode.com
Date: Thu, 01 Nov 2012 15:44:08 +0000
Local: Thurs, Nov 1 2012 11:44 am
Subject: Re: Issue 1540 in ibus: ibus-hangul setup does not work

Comment #11 on issue 1540 by dareh...@gmail.com: ibus-hangul setup does not  
work
http://code.google.com/p/ibus/issues/detail?id=1540

Thanks, I confirm that the latest git works on Arch.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »