[Bug 1279845] Re: ibus-anthy sets to jp keyboard layout forcibly.
Launchpad Bug Tracker
1279845 at bugs.launchpad.net
Mon Mar 10 22:24:07 UTC 2014
** Branch linked: lp:debian/ibus-anthy
--
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