gbosiger
Results
2
comments of
gbosiger
Hi guys, I found the solution to this problem that worked for me: https://github.com/fcitx/fcitx-qt5/issues/6 Try to change: `Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QPlatformInputContextFactoryInterface" FILE "VirtualKeyboardInputContextPlugin.json")` to `Q_PLUGIN_METADATA(IID QPlatformInputContextFactoryInterface_iid FILE "VirtualKeyboardInputContextPlugin.json")` I've also moved plugin...