[Touch-packages] [Bug 1968459] Re: IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Ikuya Awashiro
** Also affects: ibus via
   https://github.com/ibus/ibus/issues/2397
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus:
  Unknown
Status in ibus package in Ubuntu:
  Confirmed
Status in ibus package in Debian:
  Unknown

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
     6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.

  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
  I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/1968459/+subscriptions


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


[Touch-packages] [Bug 1968459] [NEW] IBus 1.5.26 does not enable on Xorg sesson

2022-04-10 Thread Ikuya Awashiro
Public bug reported:

I tested newly installed Ubuntu 22.04 LTS dev.

step to reproduce:
1. boot
2. select user
3. session changes to Ubuntu on Xorg from Ubuntu
4. enter password
5. run gedit
6. put Hankaku/Zenkaku key
7. nothing to happen

consideration:
Run "ps ax |grep ibus" on terminal:
$ ps ax |grep ibus
   5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
   5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
   5863 ?Sl 0:00 /usr/libexec/ibus-dconf
   5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
   5868 ?Sl 0:00 /usr/libexec/ibus-portal
   5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
   6831 pts/1R+ 0:00 grep --color=auto ibus
It is strange.

IBus 1.5.25 introduces systemd user unit files.
/usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
/usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
It may be bashism.
I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

** Affects: ibus (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Attachment added: "VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png"
   
https://bugs.launchpad.net/bugs/1968459/+attachment/5578913/+files/VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png

** Attachment removed: "VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png"
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1968459/+attachment/5578913/+files/VirtualBox_UbuntuJammy5_10_04_2022_12_56_48.png

** Description changed:

  I tested newly installed Ubuntu 22.04 LTS dev.
  
  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen
  
  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
-5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
-5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
-5863 ?Sl 0:00 /usr/libexec/ibus-dconf
-5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
-5868 ?Sl 0:00 /usr/libexec/ibus-portal
-5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
-6831 pts/1R+ 0:00 grep --color=auto ibus
+    5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
+    5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
+    5863 ?Sl 0:00 /usr/libexec/ibus-dconf
+    5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
+    5868 ?Sl 0:00 /usr/libexec/ibus-portal
+    5965 ?Sl 0:00 /usr/lib/ibus-mozc/ibus-engine-mozc --ibus
+    6831 pts/1R+ 0:00 grep --color=auto ibus
  It is strange.
  
  IBus 1.5.25 introduces systemd user unit files.
  /usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service
  /usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service
  above contains "ExecStart=sh -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")"
  
https://github.com/ibus/ibus/blob/master/bus/services/org.freedesktop.IBus.session.GNOME.service.in#L21
  It may be bashism.
- It changes to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.
+ I changed to "ExecStart=bash -c '/usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")" and reboot then works as 
expected.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1968459

Title:
  IBus 1.5.26 does not enable on Xorg sesson

Status in ibus package in Ubuntu:
  Confirmed

Bug description:
  I tested newly installed Ubuntu 22.04 LTS dev.

  step to reproduce:
  1. boot
  2. select user
  3. session changes to Ubuntu on Xorg from Ubuntu
  4. enter password
  5. run gedit
  6. put Hankaku/Zenkaku key
  7. nothing to happen

  consideration:
  Run "ps ax |grep ibus" on terminal:
  $ ps ax |grep ibus
     5774 ?Ss 0:00 sh -c /usr/bin/ibus-daemon --panel disable $([[ 
$XDG_SESSION_TYPE == "x11" ]] && echo "--xim")
     5779 ?Sl 0:00 /usr/bin/ibus-daemon --panel disable
     5863 ?Sl 0:00 /usr/libexec/ibus-dconf
     5864 ?Sl 0:00 /usr/libexec/ibus-extension-gtk3
     5868 ?Sl 0:00 /usr/libexec/ibus-portal
     5965 ?   

[Touch-packages] [Bug 1608646] Re: ip4 static routes added in NetworkManager UI fail and prevent connection

2016-08-19 Thread Ikuya Awashiro
You may set 0.0.0.0 to gateway and work good.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1608646

Title:
  ip4 static routes added in NetworkManager UI fail and prevent
  connection

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  lsb_release -rd: 
  Description:  Ubuntu 16.04.1 LTS
  Release:  16.04

  Network Settings package version in Software Center:
  15.04.0+16.04.20160705-0ubuntu1

  Prior to upgrading to 16.04 LTS I was running 14.04 LTS.  Using the
  "Edit Connections..." menu option I had created a custom Ethernet
  connection that had some custom routes added.  These routes are
  required for me to connect to certain resources on a local network
  while using Wifi for basic internet. (Physical network locked down, no
  Internet access available)

  I've attached a screenshot showing the routes.  These routes were
  working great in 14.04 (And prior releases of Ubuntu).

  However, upon upgrading to 16.04, I noticed this connection would no
  longer "connect".  It would just silently fail.  I noticed that if I
  deleted my custom routes, it would work, but I need those in order to
  connect to my required network services.

  When I try to connect with the routes in place, the connection
  silently fails in the NetworkManager UI (I get no error message in the
  UI) but I took a look at syslog and found these:

  
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7268] platform-linux: do-add-ip4-route[2: 10.104.0.0/16 0]: failure 
101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7271] platform-linux: do-add-ip4-route[2: 10.105.0.0/16 0]: failure 
101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7272] platform-linux: do-add-ip4-route[2: 10.51.35.0/24 0]: failure 
101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:  
[1470057319.7273] platform-linux: do-add-ip4-route[2: 10.140.76.0/24 0]: 
failure 101 (Network is unreachable)
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:   
[1470057319.7281] device (enp0s31f6): state change: ip-config -> failed (reason 
'config-failed') [70 120 4]
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:   
[1470057319.7289] device (enp0s31f6): Activation: failed for connection 
'Windstream'
  Aug  1 08:15:19 jeremy-ThinkPad-X1-Carbon-4th NetworkManager[2868]:   
[1470057319.7309] device (enp0s31f6): state change: failed -> disconnected 
(reason 'none') [120 30 0]

  
  Now, if I remove the custom routes from the UI, then I can connect.  I them 
manually add the routes using the "ip" command:

  sudo /sbin/ip route add 10.104.0.0/16 dev enp0s31f6
  sudo /sbin/ip route add 10.105.0.0/16 dev enp0s31f6
  sudo /sbin/ip route add 10.51.35.0/24 dev enp0s31f6
  sudo /sbin/ip route add 10.140.76.0/24 dev enp0s31f6

  This is able to add the routes successfully.  So there has to be some
  problem in the new implementation of NetworkManager in 16.04, because
  these routes worked in 14.04 and they still work in 16.04 if I just
  manually add them from the command line.

  For now I can work around this issue by manually adding these routes
  from the command line every time I connect.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1608646/+subscriptions

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


[Touch-packages] [Bug 1591503] Re: missing fcitx-mozc.mo

2016-07-04 Thread Ikuya Awashiro
Hi Gunnar, Sebastien and Martin, thank you so much!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to language-pack-zh-hans-base
in Ubuntu.
https://bugs.launchpad.net/bugs/1591503

Title:
  missing fcitx-mozc.mo

Status in langpack-o-matic:
  Triaged
Status in language-pack-ja-base package in Ubuntu:
  Confirmed
Status in language-pack-zh-hans-base package in Ubuntu:
  Confirmed
Status in language-pack-zh-hant-base package in Ubuntu:
  Confirmed
Status in mozc package in Ubuntu:
  Won't Fix
Status in mozc source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  For some at this point unknown reason, langpack-o-matic refuses to include 
fcitx-mozc.mo in the applicable language-pack-*-base packages. As a workaround 
for now this proposed upload rebuilds mozc with export NO_PKG_MANGLE=1 so the 
translations are not stripped.

  [Test Case]
  After install, check for the existence of e.g.

   /usr/share/locale/ja/LC_MESSAGES/fcitx-mozc.mo
   /usr/share/locale/zh_CN/LC_MESSAGES/fcitx-mozc.mo

  [Regression Potential]
  Low.

  [Original description]
  $ LANG=C dpkg -S fcitx-mozc.mo
  dpkg-query: no path found matching pattern *fcitx-mozc.mo*

  Please include it for upcoming next translation update.

To manage notifications about this bug go to:
https://bugs.launchpad.net/langpack-o-matic/+bug/1591503/+subscriptions

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


[Touch-packages] [Bug 1547826] Re: [FFe]Enable libappindicator support

2016-04-01 Thread Ikuya Awashiro
Thanks and has any progress?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547826

Title:
  [FFe]Enable libappindicator support

Status in ibus package in Ubuntu:
  Triaged

Bug description:
  It appears an FFe is needed at this stage in Xenial cycle, thus
  changing the bug status.

  
  ---Original Report
  Please enable libappindicator support.
  This feature is good at KDE 5.
  https://desktopi18n.wordpress.com/2015/07/21/ibus-1-5-11-is-released/

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

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


[Touch-packages] [Bug 1547826] Re: Enable libappindicator support

2016-03-10 Thread Ikuya Awashiro
Hi Tim,

According to https://github.com/ibus/ibus/blob/master/configure.ac#L284,

># Need qt5-qtbase-devel package
># There is no way to check the version of KStatusNotifierItem and
># check the version of qtbase here.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547826

Title:
  Enable libappindicator support

Status in ibus package in Ubuntu:
  New

Bug description:
  Please enable libappindicator support.
  This feature is good at KDE 5.
  https://desktopi18n.wordpress.com/2015/07/21/ibus-1-5-11-is-released/

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

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


[Touch-packages] [Bug 1547826] Re: Enable libappindicator support

2016-02-29 Thread Ikuya Awashiro
ibus-qt4 is plugin for immodule. It is completely no relation.

Please read these commit messages:
https://github.com/ibus/ibus/commit/aab56c25356e3d036db8d3ffcef272a2b69c17d3
https://github.com/ibus/ibus/commit/35d035bfc48e20eecb3b3b3b14712d73c5fc027b

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547826

Title:
  Enable libappindicator support

Status in ibus package in Ubuntu:
  New

Bug description:
  Please enable libappindicator support.
  This feature is good at KDE 5.
  https://desktopi18n.wordpress.com/2015/07/21/ibus-1-5-11-is-released/

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

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


[Touch-packages] [Bug 1547826] [NEW] Enable libappindicator support

2016-02-22 Thread Ikuya Awashiro
Public bug reported:

Please enable libappindicator support.
This feature is good at KDE 5.
https://desktopi18n.wordpress.com/2015/07/21/ibus-1-5-11-is-released/

** Affects: ibus (Ubuntu)
 Importance: Undecided
 Assignee: Ubuntu CJK Testers (ubuntu-cjk-testers)
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547826

Title:
  Enable libappindicator support

Status in ibus package in Ubuntu:
  New

Bug description:
  Please enable libappindicator support.
  This feature is good at KDE 5.
  https://desktopi18n.wordpress.com/2015/07/21/ibus-1-5-11-is-released/

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

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


[Touch-packages] [Bug 1547816] [NEW] Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian unstable (main)

2016-02-22 Thread Ikuya Awashiro
Public bug reported:

Please sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
unstable (main).

mozc (1.15.1857.102-1ubuntu2) is too old.

debian/changelog:

mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) xenial; urgency=medium

  * Merge with Debian, remaining changes:
- Drop uim support for main inclusion
- Do not generate shlibs for fcitx
- Run testcases.  
  * debian/patches/enable-test.patch: added for test.

 -- Ikuya Awashiro <ik...@fruitsbasket.info>  Sat, 20 Feb 2016 18:47:42
+0900

mozc (2.17.2116.102+gitfd0f5b34+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Add support parallel building. (Closes: #795709)
  * Remove libss-dev from Build-Depends. (Closes: #759135)
  * Bump Standards-Version to 3.9.6.

 -- Nobuhiro Iwamatsu <iwama...@debian.org>  Sat, 12 Sep 2015 13:59:18
+0900

** Affects: mozc (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547816

Title:
  Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main)

Status in mozc package in Ubuntu:
  New

Bug description:
  Please sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main).

  mozc (1.15.1857.102-1ubuntu2) is too old.

  debian/changelog:

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) xenial; urgency=medium

* Merge with Debian, remaining changes:
  - Drop uim support for main inclusion
  - Do not generate shlibs for fcitx
  - Run testcases.  
* debian/patches/enable-test.patch: added for test.

   -- Ikuya Awashiro <ik...@fruitsbasket.info>  Sat, 20 Feb 2016
  18:47:42 +0900

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1) unstable; urgency=medium

* New upstream release.
* Add support parallel building. (Closes: #795709)
* Remove libss-dev from Build-Depends. (Closes: #759135)
* Bump Standards-Version to 3.9.6.

   -- Nobuhiro Iwamatsu <iwama...@debian.org>  Sat, 12 Sep 2015 13:59:18
  +0900

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozc/+bug/1547816/+subscriptions

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


[Touch-packages] [Bug 1547816] Re: Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian unstable (main)

2016-02-22 Thread Ikuya Awashiro
** Attachment added: "mozc_2.17.2116.102+gitfd0f5b34+dfsg.orig.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547816/+attachment/4576369/+files/mozc_2.17.2116.102+gitfd0f5b34+dfsg.orig.tar.gz

** Package changed: ibus (Ubuntu) => mozc (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547816

Title:
  Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main)

Status in mozc package in Ubuntu:
  New

Bug description:
  Please sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main).

  mozc (1.15.1857.102-1ubuntu2) is too old.

  debian/changelog:

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) xenial; urgency=medium

* Merge with Debian, remaining changes:
  - Drop uim support for main inclusion
  - Do not generate shlibs for fcitx
  - Run testcases.  
* debian/patches/enable-test.patch: added for test.

   -- Ikuya Awashiro <ik...@fruitsbasket.info>  Sat, 20 Feb 2016
  18:47:42 +0900

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1) unstable; urgency=medium

* New upstream release.
* Add support parallel building. (Closes: #795709)
* Remove libss-dev from Build-Depends. (Closes: #759135)
* Bump Standards-Version to 3.9.6.

   -- Nobuhiro Iwamatsu <iwama...@debian.org>  Sat, 12 Sep 2015 13:59:18
  +0900

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozc/+bug/1547816/+subscriptions

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


[Touch-packages] [Bug 1547816] Re: Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian unstable (main)

2016-02-22 Thread Ikuya Awashiro
** Attachment added: 
"mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.debian.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547816/+attachment/4576356/+files/mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.debian.tar.xz

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547816

Title:
  Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main)

Status in mozc package in Ubuntu:
  New

Bug description:
  Please sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main).

  mozc (1.15.1857.102-1ubuntu2) is too old.

  debian/changelog:

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) xenial; urgency=medium

* Merge with Debian, remaining changes:
  - Drop uim support for main inclusion
  - Do not generate shlibs for fcitx
  - Run testcases.  
* debian/patches/enable-test.patch: added for test.

   -- Ikuya Awashiro <ik...@fruitsbasket.info>  Sat, 20 Feb 2016
  18:47:42 +0900

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1) unstable; urgency=medium

* New upstream release.
* Add support parallel building. (Closes: #795709)
* Remove libss-dev from Build-Depends. (Closes: #759135)
* Bump Standards-Version to 3.9.6.

   -- Nobuhiro Iwamatsu <iwama...@debian.org>  Sat, 12 Sep 2015 13:59:18
  +0900

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozc/+bug/1547816/+subscriptions

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


[Touch-packages] [Bug 1547826] Re: Enable libappindicator support

2016-02-22 Thread Ikuya Awashiro
** Patch added: "libappindicator.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547826/+attachment/4576379/+files/libappindicator.debdiff

** Changed in: ibus (Ubuntu)
 Assignee: (unassigned) => Ubuntu CJK Testers (ubuntu-cjk-testers)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547826

Title:
  Enable libappindicator support

Status in ibus package in Ubuntu:
  New

Bug description:
  Please enable libappindicator support.
  This feature is good at KDE 5.
  https://desktopi18n.wordpress.com/2015/07/21/ibus-1-5-11-is-released/

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

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


[Touch-packages] [Bug 1547816] Re: Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian unstable (main)

2016-02-22 Thread Ikuya Awashiro
** Attachment added: "mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.dsc"
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1547816/+attachment/4576355/+files/mozc_2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1.dsc

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1547816

Title:
  Sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main)

Status in mozc package in Ubuntu:
  New

Bug description:
  Please sync mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) from Debian
  unstable (main).

  mozc (1.15.1857.102-1ubuntu2) is too old.

  debian/changelog:

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1ubuntu1) xenial; urgency=medium

* Merge with Debian, remaining changes:
  - Drop uim support for main inclusion
  - Do not generate shlibs for fcitx
  - Run testcases.  
* debian/patches/enable-test.patch: added for test.

   -- Ikuya Awashiro <ik...@fruitsbasket.info>  Sat, 20 Feb 2016
  18:47:42 +0900

  mozc (2.17.2116.102+gitfd0f5b34+dfsg-1) unstable; urgency=medium

* New upstream release.
* Add support parallel building. (Closes: #795709)
* Remove libss-dev from Build-Depends. (Closes: #759135)
* Bump Standards-Version to 3.9.6.

   -- Nobuhiro Iwamatsu <iwama...@debian.org>  Sat, 12 Sep 2015 13:59:18
  +0900

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mozc/+bug/1547816/+subscriptions

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


[Touch-packages] [Bug 1502921] Re: LightDM sets wrong environment variables

2015-10-06 Thread Ikuya Awashiro
Hi Robert,
According to the attached screenshot, GDM_LANG does not set.

** Changed in: lightdm (Ubuntu)
   Status: New => Invalid

** Attachment added: "UbuntuGNOMEWily4.png"
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1502921/+attachment/4485953/+files/UbuntuGNOMEWily4.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1502921

Title:
  LightDM sets wrong environment variables

Status in accountsservice package in Ubuntu:
  Fix Released
Status in lightdm package in Ubuntu:
  Invalid

Bug description:
  LightDM sets wrong GDM_LANG and LANGUAGE environment variables.

  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=en
  LANGUAGE=en

  they should be:
  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=ja
  LANGUAGE=ja

  According to this bug, every menu shows in English.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  5 23:14:27 2015
  InstallationDate: Installed on 2015-10-05 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151005)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1502921/+subscriptions

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


[Touch-packages] [Bug 1502921] Re: LightDM sets wrong environment variables

2015-10-06 Thread Ikuya Awashiro
Hi Gunnar,
Thank you for your great work!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to accountsservice in Ubuntu.
https://bugs.launchpad.net/bugs/1502921

Title:
  LightDM sets wrong environment variables

Status in accountsservice package in Ubuntu:
  Fix Released
Status in lightdm package in Ubuntu:
  Invalid

Bug description:
  LightDM sets wrong GDM_LANG and LANGUAGE environment variables.

  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=en
  LANGUAGE=en

  they should be:
  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=ja
  LANGUAGE=ja

  According to this bug, every menu shows in English.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  5 23:14:27 2015
  InstallationDate: Installed on 2015-10-05 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151005)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1502921/+subscriptions

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


[Touch-packages] [Bug 1502921] Re: LightDM sets wrong environment variables

2015-10-05 Thread Ikuya Awashiro
Hi Gunnar,

> * Which LANG value is set by /etc/default/locale?
ikuya@UbuntuWily6:~$ cat /etc/default/locale 
LANG="ja_JP.UTF-8"

> * Has the locale for that value been generated?
ikuya@UbuntuWily6:~$ sudo locale-gen 
Generating locales...
  en_AG.UTF-8... done
  en_AU.UTF-8... done
  en_BW.UTF-8... done
  en_CA.UTF-8... done
  en_DK.UTF-8... done
  en_GB.UTF-8... done
  en_HK.UTF-8... done
  en_IE.UTF-8... done
  en_IN.UTF-8... done
  en_NG.UTF-8... done
  en_NZ.UTF-8... done
  en_PH.UTF-8... done
  en_SG.UTF-8... done
  en_US.UTF-8... done
  en_ZA.UTF-8... done
  en_ZM.UTF-8... done
  en_ZW.UTF-8... done
  ja_JP.UTF-8... up-to-date
Generation complete.

> Where/how did you set the user specific value for LANG? (I'm assuming that 
> you did not use Language Support or any other GUI.)
I don't have any modification about locales after the  installation.
I am sure that LightDM persists wrong language value. And I know that LANGUAGE 
and GDM_LANG not set by GDM and SDDM.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1502921

Title:
  LightDM sets wrong environment variables

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  LightDM sets wrong GDM_LANG and LANGUAGE environment variables.

  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=en
  LANGUAGE=en

  they should be:
  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=ja
  LANGUAGE=ja

  According to this bug, every menu shows in English.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  5 23:14:27 2015
  InstallationDate: Installed on 2015-10-05 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151005)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1502921/+subscriptions

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


[Touch-packages] [Bug 1502921] Re: LightDM sets wrong environment variables

2015-10-05 Thread Ikuya Awashiro
IMHO, LANGUAGE and GDM_LANG are unnecessary. It should be removed them.
Here is the proposed patch.

** Patch added: "lightdm_1.16.3-0ubuntu2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1502921/+attachment/4484826/+files/lightdm_1.16.3-0ubuntu2.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1502921

Title:
  LightDM sets wrong environment variables

Status in lightdm package in Ubuntu:
  New

Bug description:
  LightDM sets wrong GDM_LANG and LANGUAGE environment variables.

  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=en
  LANGUAGE=en

  they should be:
  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=ja
  LANGUAGE=ja

  According to this bug, every menu shows in English.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  5 23:14:27 2015
  InstallationDate: Installed on 2015-10-05 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151005)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1502921/+subscriptions

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


[Touch-packages] [Bug 1502921] Re: LightDM sets wrong environment variables

2015-10-05 Thread Ikuya Awashiro
** Attachment added: "UbuntuWily6.png"
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1502921/+attachment/4484825/+files/UbuntuWily6.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1502921

Title:
  LightDM sets wrong environment variables

Status in lightdm package in Ubuntu:
  New

Bug description:
  LightDM sets wrong GDM_LANG and LANGUAGE environment variables.

  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=en
  LANGUAGE=en

  they should be:
  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=ja
  LANGUAGE=ja

  According to this bug, every menu shows in English.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  5 23:14:27 2015
  InstallationDate: Installed on 2015-10-05 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151005)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1502921/+subscriptions

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


[Touch-packages] [Bug 1502921] [NEW] LightDM sets wrong environment variables

2015-10-05 Thread Ikuya Awashiro
Public bug reported:

LightDM sets wrong GDM_LANG and LANGUAGE environment variables.

ikuya@UbuntuWily6:~$ env |grep LANG
LANG=ja_JP.UTF-8
GDM_LANG=en
LANGUAGE=en

they should be:
ikuya@UbuntuWily6:~$ env |grep LANG
LANG=ja_JP.UTF-8
GDM_LANG=ja
LANGUAGE=ja

According to this bug, every menu shows in English.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: lightdm 1.16.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
Uname: Linux 4.2.0-14-generic x86_64
ApportVersion: 2.19-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Mon Oct  5 23:14:27 2015
InstallationDate: Installed on 2015-10-05 (0 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151005)
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lightdm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1502921

Title:
  LightDM sets wrong environment variables

Status in lightdm package in Ubuntu:
  New

Bug description:
  LightDM sets wrong GDM_LANG and LANGUAGE environment variables.

  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=en
  LANGUAGE=en

  they should be:
  ikuya@UbuntuWily6:~$ env |grep LANG
  LANG=ja_JP.UTF-8
  GDM_LANG=ja
  LANGUAGE=ja

  According to this bug, every menu shows in English.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: lightdm 1.16.3-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-14.16-generic 4.2.2
  Uname: Linux 4.2.0-14-generic x86_64
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Mon Oct  5 23:14:27 2015
  InstallationDate: Installed on 2015-10-05 (0 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20151005)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1502921/+subscriptions

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


[Touch-packages] [Bug 1430893] Re: [FFe] Install Fcitx for Chinese users

2015-03-25 Thread Ikuya Awashiro
I was so stupid I send from an wrong mail address...
I am very sorry for bothering you.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1430893

Title:
  [FFe] Install Fcitx for Chinese users

Status in im-config package in Ubuntu:
  Fix Released
Status in kubuntu-meta package in Ubuntu:
  New
Status in language-selector package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  There are currently two main supported input method frameworks
  available for CJK users: IBus (current default) and Fcitx. Both are
  mature projects, but Fcitx is better suited to Chinese users than IBus
  is, and is already the default in Ubuntu Kylin. IBus is increasingly
  moving in the direction of removing features upstream like tracking
  input state on a per-context basis. Also, the leading input method
  provider in China with more than 300 million users, Sogou, only
  supports Fcitx under Linux. Skinning support is non-existent in IBus.

  We've added support for Fcitx on the same level as IBus in Unity, so
  this FFe is a proposal to make Fcitx the default for Chinese locales
  this cycle, as a transition towards making Fcitx the default for all
  users next cycle. The changes should simply be seeding Fcitx and its
  related packages on the CD image, as well as possible changes to im-
  config. Those who have explicitly selected IBus as their chosen input
  method should be unaffected; these changes will only affect new users,
  and users who have never explicitly chosen an input method framework
  in their language settings.

  Also, this FFe propose to make language-selector to install more input
  method packages for Chinese users to their Fcitx equivalents
  (currently IBus) when adding/completing Chinese language support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1430893/+subscriptions

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


[Touch-packages] [Bug 1430893] Re: [FFe] Install Fcitx for Chinese users

2015-03-25 Thread Ikuya Awashiro
@Aron, I received a  awaiting moderator approval mail.
I don't know what to do.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1430893

Title:
  [FFe] Install Fcitx for Chinese users

Status in im-config package in Ubuntu:
  Fix Released
Status in kubuntu-meta package in Ubuntu:
  New
Status in language-selector package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  There are currently two main supported input method frameworks
  available for CJK users: IBus (current default) and Fcitx. Both are
  mature projects, but Fcitx is better suited to Chinese users than IBus
  is, and is already the default in Ubuntu Kylin. IBus is increasingly
  moving in the direction of removing features upstream like tracking
  input state on a per-context basis. Also, the leading input method
  provider in China with more than 300 million users, Sogou, only
  supports Fcitx under Linux. Skinning support is non-existent in IBus.

  We've added support for Fcitx on the same level as IBus in Unity, so
  this FFe is a proposal to make Fcitx the default for Chinese locales
  this cycle, as a transition towards making Fcitx the default for all
  users next cycle. The changes should simply be seeding Fcitx and its
  related packages on the CD image, as well as possible changes to im-
  config. Those who have explicitly selected IBus as their chosen input
  method should be unaffected; these changes will only affect new users,
  and users who have never explicitly chosen an input method framework
  in their language settings.

  Also, this FFe propose to make language-selector to install more input
  method packages for Chinese users to their Fcitx equivalents
  (currently IBus) when adding/completing Chinese language support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1430893/+subscriptions

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


[Touch-packages] [Bug 1430893] Re: [FFe] Install Fcitx for Chinese users

2015-03-21 Thread Ikuya Awashiro
@Aron, I've finished to translate fcitx-qimpanel and test it in a short time.
fcitx-qimpanel does not suit on Japanese environment, I think.
Because it does not have status panel. Japanese IM like Anthy or/and Mozc have 
own IM status, e.g. direct input, Hiragana mode, and so on. And users can not 
recognize their status without status panel or click on indicator icon.
Also I cannot test it on Virtualbox VM due to an OpenGL issue. Is it another 
issue?

I will write a mail to ubuntu-desktop@l.u.c. It is hard for me to talk
on IRC.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1430893

Title:
  [FFe] Install Fcitx for Chinese users

Status in im-config package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  There are currently two main supported input method frameworks
  available for CJK users: IBus (current default) and Fcitx. Both are
  mature projects, but Fcitx is better suited to Chinese users than IBus
  is, and is already the default in Ubuntu Kylin. IBus is increasingly
  moving in the direction of removing features upstream like tracking
  input state on a per-context basis. Also, the leading input method
  provider in China with more than 300 million users, Sogou, only
  supports Fcitx under Linux. Skinning support is non-existent in IBus.

  We've added support for Fcitx on the same level as IBus in Unity, so
  this FFe is a proposal to make Fcitx the default for Chinese locales
  this cycle, as a transition towards making Fcitx the default for all
  users next cycle. The changes should simply be seeding Fcitx and its
  related packages on the CD image, as well as possible changes to im-
  config. Those who have explicitly selected IBus as their chosen input
  method should be unaffected; these changes will only affect new users,
  and users who have never explicitly chosen an input method framework
  in their language settings.

  Also, this FFe propose to make language-selector to install more input
  method packages for Chinese users to their Fcitx equivalents
  (currently IBus) when adding/completing Chinese language support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1430893/+subscriptions

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


[Touch-packages] [Bug 1430893] Re: [FFe] Install Fcitx for Chinese users

2015-03-21 Thread Ikuya Awashiro
@Aron
I send a mail to ubuntu-desktop@l.u.c.

I understand your opinion. You are correct. Status bar is outdated.
I don't know  about OS X, but GNOME Shell shows IM status  instead of IM icon. 
Please see attached screenshot.
If fcitx-qimpanel implemented the same look, Japanese users will be happy.
(Of course I don't like this style, I hope to show  the status bar at right 
bottom on the Desktop. Yes, I know this is old-fashioned opinion.)

** Attachment added: im-status-on-gnome-shell.png
   
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1430893/+attachment/4351905/+files/im-status-on-gnome-shell.png

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1430893

Title:
  [FFe] Install Fcitx for Chinese users

Status in im-config package in Ubuntu:
  Fix Released
Status in language-selector package in Ubuntu:
  Fix Released
Status in ubuntu-meta package in Ubuntu:
  Fix Released

Bug description:
  There are currently two main supported input method frameworks
  available for CJK users: IBus (current default) and Fcitx. Both are
  mature projects, but Fcitx is better suited to Chinese users than IBus
  is, and is already the default in Ubuntu Kylin. IBus is increasingly
  moving in the direction of removing features upstream like tracking
  input state on a per-context basis. Also, the leading input method
  provider in China with more than 300 million users, Sogou, only
  supports Fcitx under Linux. Skinning support is non-existent in IBus.

  We've added support for Fcitx on the same level as IBus in Unity, so
  this FFe is a proposal to make Fcitx the default for Chinese locales
  this cycle, as a transition towards making Fcitx the default for all
  users next cycle. The changes should simply be seeding Fcitx and its
  related packages on the CD image, as well as possible changes to im-
  config. Those who have explicitly selected IBus as their chosen input
  method should be unaffected; these changes will only affect new users,
  and users who have never explicitly chosen an input method framework
  in their language settings.

  Also, this FFe propose to make language-selector to install more input
  method packages for Chinese users to their Fcitx equivalents
  (currently IBus) when adding/completing Chinese language support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1430893/+subscriptions

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


[Touch-packages] [Bug 1430893] Re: [FFe] Install Fcitx for Chinese users

2015-03-12 Thread Ikuya Awashiro
Japanese users prefer to use Fcitx, too.
By the way, please stop to add fcitx-ui-qimpanel or consider to use 
language-selector.
fcitx-ui-qimpanel makes Chinese menu  by force on Japanese environment.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.
https://bugs.launchpad.net/bugs/1430893

Title:
  [FFe] Install Fcitx for Chinese users

Status in im-config package in Ubuntu:
  Confirmed
Status in language-selector package in Ubuntu:
  Confirmed
Status in ubuntu-meta package in Ubuntu:
  Confirmed

Bug description:
  There are currently two main supported input method frameworks
  available for CJK users: IBus (current default) and Fcitx. Both are
  mature projects, but Fcitx is better suited to Chinese users than IBus
  is, and is already the default in Ubuntu Kylin. IBus is increasingly
  moving in the direction of removing features upstream like tracking
  input state on a per-context basis. Also, the leading input method
  provider in China with more than 300 million users, Sogou, only
  supports Fcitx under Linux. Skinning support is non-existent in IBus.

  We've added support for Fcitx on the same level as IBus in Unity, so
  this FFe is a proposal to make Fcitx the default for Chinese locales
  this cycle, as a transition towards making Fcitx the default for all
  users next cycle. The changes should simply be seeding Fcitx and its
  related packages on the CD image, as well as possible changes to im-
  config. Those who have explicitly selected IBus as their chosen input
  method should be unaffected; these changes will only affect new users,
  and users who have never explicitly chosen an input method framework
  in their language settings.

  Also, this FFe propose to make language-selector to install more input
  method packages for Chinese users to their Fcitx equivalents
  (currently IBus) when adding/completing Chinese language support.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/im-config/+bug/1430893/+subscriptions

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


[Touch-packages] [Bug 1379573] [NEW] ibus-setup does not run on unity

2014-10-09 Thread Ikuya Awashiro
Public bug reported:

I got an error message on running ibus-setup command.

ikuya@UbuntuUtopic1:~$ LANG=C ibus-setup

(ibus-setup:2597): Gtk-CRITICAL **: gtk_buildable_custom_tag_start: assertion 
'GTK_IS_BUILDABLE (buildable)' failed
Traceback (most recent call last):
  File /usr/share/ibus/setup/main.py, line 548, in module
setup = Setup()
  File /usr/share/ibus/setup/main.py, line 105, in __init__
self.__builder.add_from_file(gtk_builder_file);
GLib.Error: gtk-builder-error-quark: Unhandled tag: 'attributes' (1)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ibus 1.5.8-2ubuntu1
ProcVersionSignature: Ubuntu 3.16.0-21.28-generic 3.16.4
Uname: Linux 3.16.0-21-generic x86_64
ApportVersion: 2.14.7-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Oct 10 08:42:45 2014
InstallationDate: Installed on 2014-08-09 (61 days ago)
InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140808)
SourcePackage: ibus
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ibus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug utopic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1379573

Title:
  ibus-setup does not run on unity

Status in “ibus” package in Ubuntu:
  New

Bug description:
  I got an error message on running ibus-setup command.

  ikuya@UbuntuUtopic1:~$ LANG=C ibus-setup

  (ibus-setup:2597): Gtk-CRITICAL **: gtk_buildable_custom_tag_start: assertion 
'GTK_IS_BUILDABLE (buildable)' failed
  Traceback (most recent call last):
File /usr/share/ibus/setup/main.py, line 548, in module
  setup = Setup()
File /usr/share/ibus/setup/main.py, line 105, in __init__
  self.__builder.add_from_file(gtk_builder_file);
  GLib.Error: gtk-builder-error-quark: Unhandled tag: 'attributes' (1)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ibus 1.5.8-2ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-21.28-generic 3.16.4
  Uname: Linux 3.16.0-21-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct 10 08:42:45 2014
  InstallationDate: Installed on 2014-08-09 (61 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140808)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Touch-packages] [Bug 1379573] Re: ibus-setup does not run on unity

2014-10-09 Thread Ikuya Awashiro
This patch may fix this issue.

** Patch added: setup-unity.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1379573/+attachment/4230144/+files/setup-unity.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ibus in Ubuntu.
https://bugs.launchpad.net/bugs/1379573

Title:
  ibus-setup does not run on unity

Status in “ibus” package in Ubuntu:
  New

Bug description:
  I got an error message on running ibus-setup command.

  ikuya@UbuntuUtopic1:~$ LANG=C ibus-setup

  (ibus-setup:2597): Gtk-CRITICAL **: gtk_buildable_custom_tag_start: assertion 
'GTK_IS_BUILDABLE (buildable)' failed
  Traceback (most recent call last):
File /usr/share/ibus/setup/main.py, line 548, in module
  setup = Setup()
File /usr/share/ibus/setup/main.py, line 105, in __init__
  self.__builder.add_from_file(gtk_builder_file);
  GLib.Error: gtk-builder-error-quark: Unhandled tag: 'attributes' (1)

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: ibus 1.5.8-2ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-21.28-generic 3.16.4
  Uname: Linux 3.16.0-21-generic x86_64
  ApportVersion: 2.14.7-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Oct 10 08:42:45 2014
  InstallationDate: Installed on 2014-08-09 (61 days ago)
  InstallationMedia: Ubuntu 14.10 Utopic Unicorn - Alpha amd64 (20140808)
  SourcePackage: ibus
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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