Accepting request 161653 from M17N
fix an autostart bug reported by users on gtalk. (forwarded request 161652 from MargueriteSu) OBS-URL: https://build.opensuse.org/request/show/161653 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fcitx?expand=0&rev=24
This commit is contained in:
commit
4a8cdb08ff
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 28 18:28:49 UTC 2013 - i@marguerite.su
|
||||||
|
|
||||||
|
- add more locales into xim.d
|
||||||
|
- some Taiwan users reported that after installation,
|
||||||
|
they can't have input panel because we don't start it
|
||||||
|
and export environments by default.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 8 17:40:06 UTC 2013 - i@marguerite.su
|
Fri Feb 8 17:40:06 UTC 2013 - i@marguerite.su
|
||||||
|
|
||||||
|
@ -467,7 +467,9 @@ install -m 644 %{S:1} %{buildroot}%{_sysconfdir}/X11/xim.d/fcitx
|
|||||||
|
|
||||||
priority=30
|
priority=30
|
||||||
pushd %{buildroot}%{_sysconfdir}/X11/xim.d/
|
pushd %{buildroot}%{_sysconfdir}/X11/xim.d/
|
||||||
for lang in en ko zh_CN zh_SG ; do
|
for lang in am ar as bn el fa gu he hi hr ja ka kk kn ko lo ml my \
|
||||||
|
pa ru sk vi zh_TW zh_CN zh_HK zh_SG \
|
||||||
|
de fr it es nl cs pl da nn nb fi en sv ; do
|
||||||
mkdir $lang
|
mkdir $lang
|
||||||
pushd $lang
|
pushd $lang
|
||||||
ln -s ../fcitx $priority-fcitx
|
ln -s ../fcitx $priority-fcitx
|
||||||
|
Loading…
Reference in New Issue
Block a user