On Thu, 20 Feb 2025, Filip Kobierski wrote:
PyQt are Python bindings for the Qt GUI toolkit.
That means that the question you're asking is "Should a QT app
have USE=gui or USE=X for enabling the graphical user interface?".
In that case I think the answer is obvious: it should be USE=gui.
Thanks. I also thought so.
Small FYI: If you are within a Wayland session, to check
if an app runs on wayland you can call xprop from the command line
an click on the window. If nothing happens, it's Wayland.
If output gets printed to the terminal, it's X.
I use lumina as my desktop environment, it is X11 only. So, I'm not in
wayland.
Andrey