On Sat, 17 Sep 2022 12:22:20 -0000 (UTC) Stuart Henderson <stu.li...@spacehopper.org> wrote:
> On 2022-09-17, S V <ner...@gmail.com> wrote: > > Hello, > > > > I noticed that Qt6 from packages and ports missing xcb plugin (in > > qtbase), but Qt5 has it. > > That's this file, isn't it? > > $ pkglocate XcbQpa.so > qt6-qtbase-6.3.1p0:x11/qt6/qtbase,-main:/usr/local/lib/libQt6XcbQpa.so.1.0 > qtbase-5.15.6:x11/qt5/qtbase,-main:/usr/local/lib/libQt5XcbQpa.so.0.1 > qtbase-5.15.6:x11/qt5/qtbase,-main:/usr/local/lib/qt5/libQt5XcbQpa.so.0.1 > > strange, I don't have that. $ pkg_locate XcbQpa.so qtbase-5.15.2p9:x11/qt5/qtbase,-main:/usr/local/lib/libQt5XcbQpa.so.0.0 qtbase-5.15.2p9:x11/qt5/qtbase,-main:/usr/local/lib/qt5/libQt5XcbQpa.so.0.0 $ pkg_info -Q qt6 debug-poppler-qt6-21.12.0 debug-qt6-mysql-6.0.4p4 debug-qt6-postgresql-6.0.4p4 debug-qt6-qt5compat-6.0.4 debug-qt6-qtbase-6.0.4p5 debug-qt6-qtdeclarative-6.0.4p2 debug-qt6-qtquick3d-6.0.4 debug-qt6-qtquickcontrols2-6.0.4 debug-qt6-qtquicktimeline-6.0.4 debug-qt6-qtshadertools-6.0.4 debug-qt6-qtsvg-6.0.4 debug-qt6-qttools-6.0.4p0 debug-qt6-qttranslations-6.0.4 poppler-qt6-21.12.0 qt6-global-6.0.4p4 (installed) qt6-mysql-6.0.4p4 qt6-postgresql-6.0.4p4 qt6-qt5compat-6.0.4 (installed) qt6-qtbase-6.0.4p5 (installed) qt6-qtdeclarative-6.0.4p2 (installed) qt6-qtquick3d-6.0.4 (installed) qt6-qtquickcontrols2-6.0.4 (installed) qt6-qtquicktimeline-6.0.4 (installed) qt6-qtshadertools-6.0.4 (installed) qt6-qtsvg-6.0.4 (installed) qt6-qttools-6.0.4p0 (installed) qt6-qttranslations-6.0.4 I compiled https://github.com/SerenityOS/ladybird with a tiny change, but it doesn't work complaining about this exact problem, no xcb plugin. Something is wrong. $ ./Build/ladybird qt.qpa.plugin: Could not find the Qt platform plugin "xcb" 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, minimal, minimalegl, offscreen, vnc. Abort trap