-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Segmentation fault when running examples on Wayland #40
Comments
@marcusbritanicus: Hi! Forcing the The black screen that you're seen maybe is the second window acting as resize borders, this window should be transparent, and it really is on the distros informed, both Xorg and Wayland. Could you provide more info about the environment that you are testing it? |
@antonypro Thanks for your response. I'm using Wayfire. I have not tested on GNOME or KDE Plasma. If you need any other specific info, I can provide it. |
@marcusbritanicus: Could you please try version 2.4.1? |
@antonypro I'm so sorry, but I've been unable to test the latest changes. I recently switched from Debian to Void, and am still getting used to it. Once I get the compilation working (overcome the strange errors that I did not encounter on Debian), I'll get back to you. |
@antonypro I checked out the latest git. The examples continue to crash on Wayfire when run as wayland clients. However, when run as Xwayland clients, the black window has vanished. However, they appear in the panel as "Shadow". I know this is something that you probably cannot do anything about (just letting you know). Another minor issue (more of a nitpik, really) is that the "Are you sure?" dialog does not have focus when it appears. I have to click it to make it have focus. |
@antonypro Here is the backtrace generated by gdb:
The problem seems to arise in |
@marcusbritanicus: Hi!
The "Shadow" windows that you see are used as resize areas on About the I think this covers the issues you've pointed here, if you still in doubt, please keep asking. Thanks! |
I know. It's sad that it won't work as a native client.
There is no generic way, at least not while running in Wayland. However, on X11/XCB you can set the I think I'll close this issue here. Nothing much we can do. |
All the examples crash when they are run inside a wayland compositor, such as weston and wayfire. The crash can be triggered by moving the mouse into the titlebar area. Sometimes, moving the mouse in any part of the window causes the crash.
Edit: Trying to run the examples in Xwayland (using
-platform xcb
switch) causes a black window to open along with the actual window. See screenshots below:The text was updated successfully, but these errors were encountered: