From 325dd3778468080e32e668c14d8eac28dbb500d2 Mon Sep 17 00:00:00 2001 From: op Date: Tue, 21 Jun 2022 10:35:49 +0000 Subject: [PATCH] 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@) --- inputmethods/fcitx/Makefile | 2 +- inputmethods/fcitx/pkg/README | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/inputmethods/fcitx/Makefile b/inputmethods/fcitx/Makefile index c2d002c859e..cfc44dfaa45 100644 --- a/inputmethods/fcitx/Makefile +++ b/inputmethods/fcitx/Makefile @@ -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 diff --git a/inputmethods/fcitx/pkg/README b/inputmethods/fcitx/pkg/README index 6100b132c7c..a997832d2d6 100644 --- a/inputmethods/fcitx/pkg/README +++ b/inputmethods/fcitx/pkg/README @@ -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 ===============