silx icon indicating copy to clipboard operation
silx copied to clipboard

Lineplot window doesn't open on Wayland

Open clemisch opened this issue 8 months ago • 1 comments

When I use silx view <file>, look at an 2D image and do any line profile, the extra window with the line plot does not appear. No error is reported.

When I use

QT_QPA_PLATFORM=wayland silx view <file>

the extra window does pop up.

What surprises me is that I'm used to ipython3 --gui=qt5 working without any issues on Wayland, while silx appears to require the explicit QT flag.

I'm on Fedora 40, Gnome on Wayland. silx is installed via pipx and running under Python 3.12.

clemisch avatar Jun 13 '24 21:06 clemisch