astroidmail / astroid

A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
http://astroidmail.github.io
Other
606 stars 65 forks source link

Can't open editor using Wayland #758

Open ajones239 opened 5 days ago

ajones239 commented 5 days ago

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
ajones239 commented 5 days ago

Oops, I now see that Wayland does not support embedded editors. External seems to work fine. Thanks!

jorsn commented 4 days ago

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.