[Desktop-packages] [Bug 1494331] Re: fcitx can't use extra trigger key to activate

2015-10-01 Thread Launchpad Bug Tracker
This bug was fixed in the package unity-settings-daemon -
15.04.1+15.10.20151001-0ubuntu1

---
unity-settings-daemon (15.04.1+15.10.20151001-0ubuntu1) wily; urgency=medium

  [ Robert Ancell ]
  * Fix shell watch callback not being destroyed. (LP: #1501576)

  [ William Hua ]
  * Don't call fcitx_input_method_activate (). It breaks fcitx' "extra
key for trigger input method" shortcut. (LP: #1494331)

 -- Sebastien Bacher   Thu, 01 Oct 2015 09:45:25
+

** Changed in: unity-settings-daemon (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1494331

Title:
  fcitx can't use extra trigger key to activate

Status in unity-settings-daemon package in Ubuntu:
  Fix Released

Bug description:
  The fcitx can't use extra trigger key to activate input method after
  using it to inactive.

  The maintainer of fcitx say, "Function call fcitx_input_method_activate in 
unity-settings-daemon is not necessary".
  see https://github.com/fcitx/fcitx/issues/203#issuecomment-139189323

  I try to commented out all call of fcitx_input_method_activate, then
  problem solved.

  I'm used Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1494331/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1494331] Re: fcitx can't use extra trigger key to activate

2015-10-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/wily-proposed/unity-settings-daemon

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1494331

Title:
  fcitx can't use extra trigger key to activate

Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The fcitx can't use extra trigger key to activate input method after
  using it to inactive.

  The maintainer of fcitx say, "Function call fcitx_input_method_activate in 
unity-settings-daemon is not necessary".
  see https://github.com/fcitx/fcitx/issues/203#issuecomment-139189323

  I try to commented out all call of fcitx_input_method_activate, then
  problem solved.

  I'm used Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1494331/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1494331] Re: fcitx can't use extra trigger key to activate

2015-09-30 Thread William Hua
Hi, thanks for looking into this. I didn't see any regressions with the
change, so it's proposed for merging.

** Branch linked: lp:~attente/unity-settings-daemon/1494331

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1494331

Title:
  fcitx can't use extra trigger key to activate

Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The fcitx can't use extra trigger key to activate input method after
  using it to inactive.

  The maintainer of fcitx say, "Function call fcitx_input_method_activate in 
unity-settings-daemon is not necessary".
  see https://github.com/fcitx/fcitx/issues/203#issuecomment-139189323

  I try to commented out all call of fcitx_input_method_activate, then
  problem solved.

  I'm used Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1494331/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1494331] Re: fcitx can't use extra trigger key to activate

2015-09-30 Thread Sebastien Bacher
** Changed in: unity-settings-daemon (Ubuntu)
   Importance: Undecided => High

** Changed in: unity-settings-daemon (Ubuntu)
 Assignee: (unassigned) => William Hua (attente)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1494331

Title:
  fcitx can't use extra trigger key to activate

Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The fcitx can't use extra trigger key to activate input method after
  using it to inactive.

  The maintainer of fcitx say, "Function call fcitx_input_method_activate in 
unity-settings-daemon is not necessary".
  see https://github.com/fcitx/fcitx/issues/203#issuecomment-139189323

  I try to commented out all call of fcitx_input_method_activate, then
  problem solved.

  I'm used Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1494331/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1494331] Re: fcitx can't use extra trigger key to activate

2015-09-10 Thread csslayer
More context info about fcitx_input_method_activate, it is design to
change between the first input method listed in fcitx and the current
one used.

Because the real thing the daemon tries to do here is to call
fcitx_input_method_set_current_im after it, there is no point to call
fcitx_input_method_activate here, probably there is some
misunderstanding of fcitx_input_method_activate.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1494331

Title:
  fcitx can't use extra trigger key to activate

Status in unity-settings-daemon package in Ubuntu:
  New

Bug description:
  The fcitx can't use extra trigger key to activate input method after
  using it to inactive.

  The maintainer of fcitx say, "Function call fcitx_input_method_activate in 
unity-settings-daemon is not necessary".
  see https://github.com/fcitx/fcitx/issues/203#issuecomment-139189323

  I try to commented out all call of fcitx_input_method_activate, then
  problem solved.

  I'm used Ubuntu 15.04.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-settings-daemon/+bug/1494331/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp