Dear Maintainer,
If I install an Qt6 application that depends on "libqt6widgets6" I
expect that the application is "runnable".
E.g. (Debian trixie as per 2025-05-18, minimal installation):
--------
$ apt install qterminal
[...]
$ qterminal
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" 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: vkkhrdisplay, minimalegl, minimal, linuxfb, eglfs, vnc, offscreen, xcb.
Avortat
--------
Perhaps adding "xcb-cursor0 | xcb-cursor0" to libqt6widgets6's
Suggests/Recommends is a possible solution?
Thank you for considering it!
Note that this was run in a recently installed quite minimal system
(setting it up).