alexmurray / emacs-snap

GNU Emacs in a snap
https://snapcraft.io/emacs
73 stars 12 forks source link

xwidgets support #33

Closed MrMic closed 2 years ago

MrMic commented 2 years ago

Hi,

alexmurray commented 2 years ago

Apologies for the delay in responding to this issue - the problem with webkit is that it doesn't support the different /snap/ prefix which the emacs snap uses - as such, if we build with webkit/xwidgets support then emacs tries to use the webkit library from the host filesystem which will likely be a different version and then emacs crashes due to the different ABI. Please see the existing issue https://github.com/alexmurray/emacs-snap/issues/21 which captures this.