X Window System error on run #6729
-
|
When running a built deb image: The window just stays gray. I'm fully updated and I've restarted my computer. I am on Pop!_OS 22.04 LTS. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
A few questions from me i asked in thread with a very similar error: #5085 (comment)
And another thing you can try is Would you mind trying these things and answering my questions? Then we can try to figure out the problem, even though i'm not really optimistic tbh. |
Beta Was this translation helpful? Give feedback.
-
|
Can anyone tell me how to do this in windows? WEBKIT_DISABLE_COMPOSITING_MODE=1 |
Beta Was this translation helpful? Give feedback.
-
|
Hit this on Ubuntu 22.04 (Wayland + XWayland). Adding fn main() {
#[cfg(target_os = "linux")]
unsafe { x11::xlib::XInitThreads(); }
// ...
}Never hit this on Ubuntu 24, so not sure what's going on here. But calling XInitThreads should be safe as it's supposed to be idempotent anyway |
Beta Was this translation helpful? Give feedback.
A few questions from me i asked in thread with a very similar error: #5085 (comment)
And another thing you can try is
WEBKIT_DISABLE_COMPOSITING_MODE=1which i saw in #3407Would you mind trying these things and answering my questions? Then we can try to …