FS#79004 - [qt5-wayland] PLEASE ENTER SUMMARY
Attached to Project:
Arch Linux
Opened by Martin Schmidt (Blind) - Thursday, 06 July 2023, 22:37 GMT
Last edited by Toolybird (Toolybird) - Thursday, 06 July 2023, 23:10 GMT
Opened by Martin Schmidt (Blind) - Thursday, 06 July 2023, 22:37 GMT
Last edited by Toolybird (Toolybird) - Thursday, 06 July 2023, 23:10 GMT
|
Details
Description:
Using sway and feathernotes with QT5. Getting: qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqeglfs.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqlinuxfb.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqminimal.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqminimalegl.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqoffscreen.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqvnc.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqxcb.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqwayland-egl.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqwayland-generic.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqwayland-xcomposite-egl.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.core.plugin.loader: In /usr/lib/qt/plugins/platforms/libqwayland-xcomposite-glx.so: Plugin uses incompatible Qt library (5.15.0) [release] qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in "" 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, vkkhrdisplay, vnc, xcb. Additional info: * package version(s) Name : sway Version : 1:1.8.1-1 Name : qt5-wayland Version : 5.15.10+kde+r51-1 * config and/or log files etc. # QT plugin path (for matplotlib with python-qt5) export QT_PLUGIN_PATH=/usr/lib/qt/plugins # QT keep X11 for zoom(?) export QT_QPA_PLATFORM=wayland * link to upstream bug report, if any N/A Steps to reproduce: Using sway and feathernotes in the above setup will trigger the issue. |
This task depends upon
Closed by Toolybird (Toolybird)
Thursday, 06 July 2023, 23:10 GMT
Reason for closing: Works for me
Additional comments about closing: See comments
Thursday, 06 July 2023, 23:10 GMT
Reason for closing: Works for me
Additional comments about closing: See comments
PS: feathernotes is a QT6 app. You probably want qt6-wayland. Exporting QT_PLUGIN_PATH like that in a mixed QT5/6 env seems wrong.