pkg/README fixes for inputmethods/fcitx, from Yifei Zhan

* typo in fcitx-configtool-qt package name
* add a note about x11/kitty
* point users to the Fcitx' wiki page (suggested by sthen@)
This commit is contained in:
op 2022-06-21 10:35:49 +00:00
parent 98416a05eb
commit 325dd37784
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@ COMMENT = flexible input method framework
DISTNAME = fcitx5-5.0.15
PKGNAME = ${DISTNAME:S/fcitx5/fcitx/}
REVISION = 1
REVISION = 2
SHARED_LIBS += Fcitx5Config 0.0 # 0.0
SHARED_LIBS += Fcitx5Core 0.0 # 0.0

View File

@ -8,7 +8,7 @@ chosen languages and graphical environments (e.g. Qt, GTK+).
A basic installation of fcitx would be:
# pkg_add fcitx fcitx-config-qt fcitx-gtk fcitx-qt
# pkg_add fcitx fcitx-configtool-qt fcitx-gtk fcitx-qt
# pkg_add $YOUR_PREFERRED_INPUT_METHOD
then configure fcitx to start with your DE/WM and setup your IM
@ -54,6 +54,9 @@ export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
${TRUEPREFIX}/bin/fcitx5 &
To use fcitx with kitty terminal, also add the following line:
export GLFW_IM_MODULE=ibus
Setting up input engines
========================
@ -63,6 +66,9 @@ then select and add your preferred input method from the Avaliable
Input Method panel. You might need to uncheck 'Only Show Current
Language' to find your preferred input method.
For more information, please refer to Fcitx's wiki page:
https://www.fcitx-im.org/wiki/Setup_Fcitx_5
Troubleshooting
===============