-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to input Chinese on Linux #1205
Comments
Please use a better subject the next time. I changed it for you. Our build of Qt as provided by the Qt project does not have that library:
I will try to pick it up from the ubuntu:20.04 docker image we use to make our builds. It looks a little more complicated than just this library though. Finally, I found package "fcitx-frontend-qt5" includes this library, but installing it also includes
I do not know how many other things might need to be included, but we can start here. |
i am appreciate you reply so quickly. |
Unfortunately, it looks like pulling this package in from Ubuntu 18.04 on which the portable tar, AppImage, and Snap are based includes Qt libraries that are incompatible with what we are using (Qt 5.15.2). Rather, we need to build it from https://github.com/fcitx/fcitx-qt5/ ourselves, and we can get fcitx dependencies from the Ubuntu base. However, there are quite a few fcitx-related packages that makes it unclear which to bundle and which not and of those to bundle, how to exactly for a relocatable package. It requires a deeper dive than I am interested in the near term, and I suggest someone who is really interested (Chinese) to try. After all, I do not even know how to confirm it is working. The easiest way to hack on this outside the build code is to download the portable tar version of Shotcut on Ubuntu (might be OK to use newer than 18.04 to develop the idea), build fcitx-qt5 from source, add required files from packages, and record the minimum steps necessary. From looking at the files on my system, it appears the Flatpak version of Shotcut may already support this input method, and it would be nice for someone to test this. |
The fcitx for Korean also does not work on AppImage, portable and snap version neither except Flatpak. |
dear Shotcut team:
a bug need to fix, the shotcut can't good work in Linux, i use ubuntu maket installed the shotcut sofeware, it's unexpected quit if add a video track. then i uninstall it. then downloaded the appimage from www.shotcut.org. it's working. but another problem is can't input Chinese. i searched a article from internet , they are said need put "libfcitxplatforminputcontextplugin.so" this file. i appreciate if can fix this bug. thank you a lot.
The text was updated successfully, but these errors were encountered: