Skip to content
  • Milan Crha's avatar
    Make it possible to disable WebKit sandbox usage with an environment variable · 6959aeb5
    Milan Crha authored
    Define DISABLE_WEBKIT_SANDBOX=1 environment variable before running
    evolution to disable WebKitGTK sandbox usage. That would be usable
    in cases when the sandbox refuses to run, which can happen and which
    had been noticed on terminal with this output:
    
       terminate called after throwing an instance of 'std::system_error'
         what():  Operation not permitted
    
    This showed when opening a message composer.
    6959aeb5