Fcitx5-Qt-5.1.10

Introduction to Fcitx5-Qt

The Fcitx5-Qt package provides a Qt frontend for Fcitx.

Fcitx5-Qt Dependencies

Required

CMake, extra-cmake-modules, Fcitx5-5.1.14, libxcb, libxkbcommon, and Qt6

Installation of Fcitx5-Qt

Install Fcitx5-Qt by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr   \
      -D CMAKE_BUILD_TYPE=Release    \
      -D CMAKE_SKIP_INSTALL_RPATH=ON \
      -D ENABLE_QT4=OFF              \
      -D ENABLE_QT5=OFF              \
      -D ENABLE_QT6=ON               \
      -Wno-dev .. &&

make

Now, as the root user:

make install

Command Explanations

-D CMAKE_SKIP_INSTALL_RPATH=ON: Denne bryteren gjør at cmake fjerner hardkodede biblioteksøk stier (rpath) når du installerer en binær kjørbar fil eller et delt bibliotek. Denne pakken trenger ikke rpath når den er installert på standard plassering, og rpath kan noen ganger forårsake uønskede effekter eller til og med sikkerhetsproblemer.

Contents

Installed Programs: fcitx5-qt6-gui-wrapper and fcitx5-qt6-immodule-probing
Installed Libraries: libFcitx5Qt6DBusAddons and libFcitx5Qt6WidgetsAddons
Installed Plugins: libfcitx5platforminputcontextplugin (Qt plugin) and libfcitx-quickphrase-editor5 (Fcitx plugin)
Installed Directories: /usr/include/Fcitx5Qt6 and /usr/lib/fcitx5/qt6

Short Descriptions

fcitx5-qt6-gui-wrapper

is a launcher for the Fcitx GUI plugin

fcitx5-qt6-immodule-probing

is a debugging application for Qt6 input methods

libFcitx5Qt6DBusAddons

contains the Qt DBus-related methods of Fcitx

libFcitx5Qt6WidgetsAddons

contains the Qt widgets used by Fcitx