-
Notifications
You must be signed in to change notification settings - Fork 27.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Directory - xdg-open (core dumped) #1305
Comments
Reopen or create new issue if the problem is still present. |
I have similar bugs, 1.Generate Image Expected behavior QObject::moveToThread: Current thread (0x55c732462330) is not the object's thread (0x55c73253dcb0). qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/yhd233/.local/lib/python3.10/site-packages/cv2/qt/plugins" even though it was found. Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx. Aborted (core dumped) |
If it's on your system, you can change the xdg-open line of code to |
You can select Plasma (Wayland) to launch instead of Plasma (x11) |
For anyone having this issue, I was able to fix this by doing the following:
It appears to be an issue unique to users running KDE. |
Thank you so much! |
I've got the exact same problem after a complete new installation. The solution:
is working, but is only a workaround for the problem.
(I don't really understand, what this is meaning ...) Every new installation has still the unfixed problem. System-Information: |
Although it is a work around, it's not a work around for this project, but for one of its dependencies. The actual issue is here: opencv/opencv-python#46, but they consider the issue closed. |
Ok, thank you for this information! |
Describe the bug
Using the new "open output directory" button doesn't work. In terminal i get the Error:
`QObject::moveToThread: Current thread (0x559c32055210) is not the object's thread (0x559c3205cb70).
Cannot move to target thread (0x559c32055210)
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/frank-garuda/stable-diffusion-webui/venv/lib/python3.10/site-packages/cv2/qt/plugins" 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: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx.
/usr/bin/xdg-open: line 613: 284916 Aborted (core dumped) kde-open${KDE_SESSION_VERSION} "$1"`
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Folder should open.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: