https://bugs.kde.org/show_bug.cgi?id=403965
Christoph Feck <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |crash --- Comment #5 from Christoph Feck <[email protected]> --- Checking the sources, kstart not only requires X11, but also seems to be just a wrapper to run applications with the X11 startup notification info for those applications that don't provide their own. As such, I think this application cannot be ported to Wayland. I don't know if applications can itself request to run with Qt's xcb windowing backend. If not, you can manually start it with QT_QPA_PLATFORM=xcb kstart5 ... Crash caused by connection=0x0 Thread 1 (Thread 0x7f6921d1c800 (LWP 17822)): [KCrash Handler] #6 0x00007f69257f20ce in xcb_send_request_with_fds64 () from /usr/lib/libxcb.so.1 #7 0x00007f69257f266a in xcb_send_request () from /usr/lib/libxcb.so.1 #8 0x00007f69257f8da5 in xcb_intern_atom () from /usr/lib/libxcb.so.1 #9 0x00007f6926ab4132 in Atoms::init (this=this@entry=0x562cb3567260) at /usr/src/debug/kwindowsystem-5.56.0/src/platforms/xcb/netwm.cpp:304 #10 0x00007f6926ab8af7 in Atoms::Atoms (c=<optimized out>, this=0x562cb3567260) at /usr/src/debug/kwindowsystem-5.56.0/src/platforms/xcb/netwm.cpp:82 #11 atomsForConnection (c=<optimized out>, c@entry=0x0) at /usr/src/debug/kwindowsystem-5.56.0/src/platforms/xcb/netwm.cpp:68 #12 0x00007f6926abaa62 in NETRootInfo::NETRootInfo (this=0x7fff974a9f40, connection=0x0, properties=..., properties2=..., screen=-1, doActivate=<optimized out>) at /usr/src/debug/kwindowsystem-5.56.0/src/platforms/xcb/netwm.cpp:517 -- You are receiving this mail because: You are watching all bug changes.
