Solved How config fcitx default input method?

Today I update fcitx, when I use it default input method is not En(glish?).

FIX:
Delete all about fcitx and reinstall again.


Thanks everybody!
 
Re: How config fcitx default input method?

I want to modify ./config/fcitx/profile [Profile]
Code:
# Use Full Width Character
# Available Value:
# True False
FullWidth=False
# Use Wide Punctuation
# Available Value:
# True False
WidePunc=False
# Prompt the phrases after input
# Available Value:
# True False
UseRemind=False
# Current Input Method Name
IMName=fcitx-keyboard-us
# Current Enabled Input Method List
EnabledIMList=pinyin:True,shuangpin:True,wubi:True,wbpy:True,anthy:True,fcitx-keyboard-us:True,bingchan:False,........................
Code:
 EnabledIMList=pinyin:True,shuangpin:True,wubi:True,wbpy:True,anthy:True,fcitx-keyboard-us:True,bingchan:False..........
modify to this
Code:
 EnabledIMList=fcitx-keyboard-us:True,pinyin:True,shuangpin:True,wubi:True,wbpy:True,anthy:True,bingchan:False..........
But the file is created everytime.
I can't modify it.
 
Re: How config fcitx default input method?

miracle20003 said:
I want to modify ./config/fcitx/profile
Code:
 EnabledIMList=pinyin:True,shuangpin:True,wubi:True,wbpy:True,anthy:True,fcitx-keyboard-us:True,bingchan:False..........
modify to this
Code:
 EnabledIMList=fcitx-keyboard-us:True,pinyin:True,shuangpin:True,wubi:True,wbpy:True,anthy:True,bingchan:False..........
But the file is created everytime.
I can't modify it.
Are you saying that when you modify ~/.config/fcitx/profile manually your changes are overwritten when you restart fcitx? If so, you might have to use the GUI configuration tool to make your changes permanent.
 
Re: How config fcitx default input method?

Thanks your reply.
Yes.What GUI can do that?
I found nothing.
make search key=fcitx | grep 'ports'
Code:
Path:   /usr/ports/chinese/fcitx
Path:   /usr/ports/chinese/fcitx-chewing
Path:   /usr/ports/chinese/fcitx-cloudpinyin
Path:   /usr/ports/chinese/fcitx-configtool
Path:   /usr/ports/chinese/fcitx-googlepinyin
Path:   /usr/ports/chinese/fcitx-libpinyin
Path:   /usr/ports/chinese/fcitx-rime
Path:   /usr/ports/chinese/fcitx-sunpinyin
Path:   /usr/ports/chinese/fcitx-table-extra
Path:   /usr/ports/chinese/fcitx-ui-light
Path:   /usr/ports/chinese/scim-fcitx
Maint:  ports@FreeBSD.org
Path:   /usr/ports/japanese/fcitx-anthy
Path:   /usr/ports/japanese/fcitx-mozc
Path:   /usr/ports/korean/fcitx-hangul
Path:   /usr/ports/textproc/fcitx-m17n
 
Re: How config fcitx default input method?

Thanks .I try to make deinstall reinstall again. if still have problem , I can backtrack fcitx version.
 
I know this is close to two years old, but came across it while googling. For what it's worth, my page now covers FreeBSD and fcitx at http://srobb.net/jpninpt.html. While the OP has probably already solved their issue or given up, the GUI tool they reference (which isn't really necessary, and doesn't seem to work as reliably in FreeBSD) is a separate port chinese/fcitx-configtool. It's confusing because the fcitx-whatever port install also installs an fcitx-configtool which does something else.
 
Last edited:
Back
Top