Closed xiaodong-hu closed 3 years ago
@cdqz2014 How did you install them? Did you run them in konsole? You can check the "QT_QPA_PLATFORM" enviroment in you shell, the default value is "wayland". If the app have it's own qt libs and doesn't provide wayland qpa plugins, it will get a "not found" error. You can modify the enviorment by running “export QT_QPA_PLATFORM=xcb” in you shell ,and then try to run them again.
@JingOS-team Yes the default environment QT_QPA_PLATFORM=wayland
is not working for mathematica
. After export to xcb
it runs! So does netease-cloud-music
. Thanks.
BTW, since I set the global scaling of KDE to 100%, netease-cloud-music
is not showing fullscreen. Are there any patch to it?
I tried JingOS on my Thinkpad X1 Yoga gen3. I was truly astonished 'cause almost all function works as expected, except when I try to install some applications like
mathematica
,netease-cloud-music
, andxDroid
etc.For example, when running
mathematica
(newest version 12.3), I getWhen running
netease-cloud-music
(ubuntu deb from official website), I getI googled for help, but almost all solutions asked to look at the outputs of
ldd
(and then install the required pkg), which seems to be normal for me.Are there any solutions for the error? Thanks.