Linux version not working on wayland
Quote from nemanjan00 on 20/12/2023, 21:44Hello,
Looks like you are distributing your own version of qt inside of your package and it is missing qt5-wayland or it is not working as expectedTemporary solution for wayland users is to have Xwayland and to use:
export QT_QPA_PLATFORM=xcb
Error is:
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Hello,
Looks like you are distributing your own version of qt inside of your package and it is missing qt5-wayland or it is not working as expected
Temporary solution for wayland users is to have Xwayland and to use:
export QT_QPA_PLATFORM=xcb
Error is:
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Quote from nemanjan00 on 20/12/2023, 21:55I was also able to get it to work with system libs, however, I do not recommend this: (might improve performance, but I expect there might be some bugs)
mv lib lib1
mv qt.conf qt1.conf
ln -s /usr/lib lib
sudo cp lib1/libsenseEIV.so /usr/lib/libsenseEIV.so
I was also able to get it to work with system libs, however, I do not recommend this: (might improve performance, but I expect there might be some bugs)
mv lib lib1
mv qt.conf qt1.conf
ln -s /usr/lib lib
sudo cp lib1/libsenseEIV.so /usr/lib/libsenseEIV.so
Quote from fw_dev on 21/12/2023, 16:05As mentioned in https://v6-forum.aaronia.de/forum/topic/install-or-update-rtsa-suite-pro-on-ubuntu-20-04-22-04-fedora-arch-linux-manjaro-linux/ wayland has other issues at the moment with the RTSA and we recommend disabling wayland for now.
As mentioned in https://v6-forum.aaronia.de/forum/topic/install-or-update-rtsa-suite-pro-on-ubuntu-20-04-22-04-fedora-arch-linux-manjaro-linux/ wayland has other issues at the moment with the RTSA and we recommend disabling wayland for now.