On 2022-05-14 at 22:14 +0000, Dan Kortschak wrote: > On Sat, 2022-05-14 at 22:43 +0200, Ángel wrote: > > prepend with WEBKIT_FORCE_SANDBOX=0 to set that environment > > variable. > > > > The Webkit bug is https://bugs.webkit.org/show_bug.cgi?id=202363 > > Thanks. > > So to work around this in a convenient way (allowing desktop > integration) it would be necessary to removing sandboxing globally > withing the GNOME sessions? Is that correct? > > Dan
No. You only need to remove this on evolution. Such as running it from a terminal with: WEBKIT_FORCE_SANDBOX=0 evolution & (the sandbox is probably not going to be used anywhere else, but just in case I wouldn't disable a sandbox if not needed) _______________________________________________ evolution-list mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-list
