opencv-python icon indicating copy to clipboard operation
opencv-python copied to clipboard

Added Wayland plugin to Qt backend on Linux

Open asmorkalov opened this issue 1 year ago • 3 comments

asmorkalov avatar Jan 24 '23 15:01 asmorkalov

Ubuntu 22.04 with KDE and Wayland session:

qt.qpa.wayland: Failed to load client buffer integration: "wayland-egl"
qt.qpa.wayland: Available client buffer integrations: ()
qt.qpa.wayland: No shell integration named "xdg-shell" found
qt.qpa.wayland: No shell integration named "xdg-shell-v6" found
qt.qpa.wayland: No shell integration named "wl-shell" found
qt.qpa.wayland: No shell integration named "ivi-shell" found
qt.qpa.wayland: Loading shell integration failed.
qt.qpa.wayland: Attempted to load the following shells ("xdg-shell", "xdg-shell-v6", "wl-shell", "ivi-shell")

asmorkalov avatar Jan 31 '23 16:01 asmorkalov

What's the deal with the failing test for 3.8? From the error messages, it seemed to be something about being able to clone. I hope that it is nothing specific to that version of Python because that is what I am currently running in my Conda environment.

mahyarmirrashed avatar Feb 21 '23 08:02 mahyarmirrashed

Would it be possible to resolve this?

Kuba314 avatar Dec 28 '23 15:12 Kuba314