[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2015-08-12 Thread Joe Liau
I only had very temporary success with ibus-daemon -drx on 15.04

As a work around, I am using fcitx instead of ibus.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2015-03-31 Thread Larry Xiao
ibus-daemon -drx worked for me

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2015-02-21 Thread Roy
Can this fix the bug?

+++ /usr/share/ibus-pinyin/setup/main.py 
@@ -50,7 +50,7 @@  
 self.__init_pages()  
   
 if engine == pinyin:  
-self.__config_namespace = engine/Pinyin  
+self.__config_namespace = engine/pinyin  
 self.__values = 
dict(self.__config.get_values(self.__config_namespace))  
 self.__init_general()  
 self.__init_pinyin()  
@@ -155,6 +155,7 @@  
 self.__double_pinyin_schema.set_sensitive(True)  
 # self.__double_pinyin_schema_label.set_sensitive(True)  
 self.__double_pinyin_show_raw.set_sensitive(True)  
+
self.__double_pinyin_show_raw.set_active(self.__get_value(DoublePinyinShowRaw,
 False))  
   
 def __double_pinyin_toggled_cb(widget):  
 val = widget.get_active()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2015-02-21 Thread Roy
Can this fix the bug?

** Patch added: patch.diff
   
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+attachment/4323896/+files/patch.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2015-02-21 Thread Ubuntu Foundations Team Bug Bot
The attachment patch.diff seems to be a patch.  If it isn't, please
remove the patch flag from the attachment, remove the patch tag, and
if you are a member of the ~ubuntu-reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-12-02 Thread elim
I tend to believe some procedure of re-install the package would fix
ibus-pinyin. But i did 6 fresh installation and 3+ upgrads, none of
those worked.

It maybe depends on the hardware, some of them would work and some
wouldn't. But even though, it's still confirms the bug. In fact I never
see this workling.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-08-17 Thread Thomas Kempa
I did install Ubuntu 14.4 on a new computer (after using 12.4 ever
since) and had the abovesaid problem.

Pudicca's little recipe was very easy to reproduce - and it works!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-08-16 Thread Pudicca
This method works for me:

1. remove then reinstall ibus:
sudo apt-get purge ibus
sudo apt-get install ibus

2. install missing components:
open language support *it will automatically check if there is anything 
missing from your already installed languages
install missing components following the instructions

3. install components that happened to be deleted when you removed ibus:
open Synaptic Package Manager
Install following components: 
ibus-table 
ubuntu-desktop 
unity-control-center 
unity-control-center-signon 
webaccounts-extension-common 
xul-ext-webaccounts

Pretty sure there are better ways to do it. I'm not familiar with those
command line stuff lol.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-05-20 Thread jeremy-list
I now have this issue on another computer and my suggestion no longer
works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-05-04 Thread Pauli Virtanen
jeremy-list's suggestion works --- for me, step 2. could be replaced by
`dconf reset -f /desktop/ibus/engine/pinyin` so that it only resets the
pinyin engine settings.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-05-03 Thread Joe Liau
Confirmed: This is still happening in 14.04, but jeremy-list's
suggestion works.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-04-21 Thread jeremy-list
I have this bug, but restarting doesn't help. Because of this problem:
there is no way to type Chinese in Ubuntu 14.4.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-04-21 Thread jeremy-list
I finally got ibus-pinyin working correctly: the following steps are all 
necessary and must be performed in order.
1: remove pinyin from the list of available engines
2: run the command: dconf reset -f /desktop/ibus/
3: reboot the computer
4: re-enable ibus-pinyin.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-04-20 Thread suokunlong
Also, during ubuntu install, when you are connected to internet and
selected zh_cn as default language, ibus-pinyin works ok when install
completed and restarted.

To reporduce this bug:
* Boot up an ubuntu 14.04 ISO image;
* Add Chinese (pinyin) in the Text Entry input source;
* Make sure Chinese Pinyin is active and type pinyin. It should show 拼音 as 
the 1st candidate but actually it shows candidates which are not related to 
pinyin at all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-04-20 Thread Soares Chen
I had the same problem after upgrading from Ubuntu 13.10. Since I had
pinyin previously enabled, restarting alone did not solve the problem.
The input behavior is corrected only when I removed pinyin input from
Text Entry Settings, restart the computer, and then add pinyin input
again.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-04-19 Thread suokunlong
I also confirm. Some more info:

This seems only happen during the first time you install Simplified
Chinese language support. When reboot everything will be OK.

(Althrough reboot is an easy workaround, this bug will scare away many
new users who want to try the new ubuntu, so very critical.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-04-19 Thread Hock
ibus-daemon -drx seem to fix it

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-04-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ibus-pinyin (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1298700] Re: chinese ibus pinyin input produces non-corresponding characters

2014-03-31 Thread Jerry
I am also see the same issue after upgraded to 14.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1298700

Title:
  chinese ibus pinyin input produces non-corresponding characters

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-pinyin/+bug/1298700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs