Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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
Comment by Toolybird (Toolybird) - Thursday, 06 July 2023, 23:10 GMT
Cannot repro. You appear to have some kind of misconfiguration going on.

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.

Loading...