Flaptak: Export WEBKIT_FORCE_SANDBOX=0 in the wrapper script

To be able to print.

Related to https://bugs.webkit.org/show_bug.cgi?id=202363
This commit is contained in:
Milan Crha 2020-11-26 11:38:45 +01:00
parent e6383f64f6
commit 94dccfdf96

View File

@ -5,6 +5,7 @@ if [ "$1" = "--quit" -o "$1" = "--force-shutdown" ]; then
else else
export BOGOFILTER_DIR="${XDG_DATA_HOME}/bogofilter/" export BOGOFILTER_DIR="${XDG_DATA_HOME}/bogofilter/"
export GIO_USE_NETWORK_MONITOR=base export GIO_USE_NETWORK_MONITOR=base
export WEBKIT_FORCE_SANDBOX=0
gsettings reset org.gnome.evolution-data-server network-monitor-gio-name gsettings reset org.gnome.evolution-data-server network-monitor-gio-name
LINES=$(gdbus call --session --dest org.freedesktop.DBus --object-path /org/freedesktop/DBus --method org.freedesktop.DBus.ListNames | grep @SOURCES_SERVICE@ | wc -l) LINES=$(gdbus call --session --dest org.freedesktop.DBus --object-path /org/freedesktop/DBus --method org.freedesktop.DBus.ListNames | grep @SOURCES_SERVICE@ | wc -l)