[Bug 1279845] Re: ibus-anthy sets to jp keyboard layout forcibly.

Aron Xu 1279845 at bugs.launchpad.net
Mon Mar 10 15:11:59 UTC 2014


Fix uploaded to Debian as ibus-anthy/1.5.4-2, upstreaming ubuntu
changes. Will do package sync later.

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1279845

Title:
  ibus-anthy sets to jp keyboard layout forcibly.

Status in “ibus-anthy” package in Ubuntu:
  In Progress

Bug description:
  ibus-anthy sets to jp keyboard layout forcibly by default.
  It is not familiar with non-jp keyboard layout users who want to input Japanese.

  configure.ac says:
  dnl - set ibus-anthy layout
  AC_ARG_WITH(layout,
             [AC_HELP_STRING([--with-layout=LAYOUT],
                             [Define the layout. the default is 'jp'.
                              Probably you could set 'default'.])],
             [LAYOUT="$withval"],
             [LAYOUT="jp"])
  if test x"$LAYOUT" = x; then
      LAYOUT="jp"
  fi

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



More information about the Ubuntu-sponsors mailing list