We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Astroid crashes under Wayland with the below error when opening my editor to draft a new mail. It works when using X11.
(astroid:15688): Gtk-WARNING **: 22:50:36.139: GtkSocket: only works under X11 (astroid:15688): Gdk-CRITICAL **: 22:50:36.139: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed zsh: segmentation fault astroid
The text was updated successfully, but these errors were encountered:
Oops, I now see that Wayland does not support embedded editors. External seems to work fine. Thanks!
Sorry, something went wrong.
Thanks for reporting! Still, this schouldn't be a segfault. A warning and falling back to an external editor would be the correct handling, I think.
No branches or pull requests
Astroid crashes under Wayland with the below error when opening my editor to draft a new mail. It works when using X11.
The text was updated successfully, but these errors were encountered: