akirakyle / emacs-webkit

An Emacs Dynamic Module for WebKit, aka a fully fledged browser inside emacs
GNU General Public License v3.0
419 stars 24 forks source link

Eshell not working after loading webkit? #37

Closed GorrillaRibs closed 1 year ago

GorrillaRibs commented 2 years ago

I'm not too sure how to debug this as it seems super odd, but it seems like if I open an eshell buffer after I open a webkit buffer (or have an eshell open beforehand) whatever external (i.e. not elisp) command I run in eshell hangs (easy to produce with uname). Is this a known issue, and how I go about fixing this? I'm running on the pgtk branch on linux w/ wayland, if that might make a difference. Thanks in advance!

akirakyle commented 2 years ago

I suspect this is due to something being broken with the signal handling between emacs and webkitgtk processes. This is a subtle issue that I haven't had the time to dive into again, but is my first priority to fix when I have the chance.