flatpak: Stop disabling WebKitGTK's sandbox

The WebKitGTK 2.40.0 ignores the environment variable and only claims
a warning on the console, thus remove it.
This commit is contained in:
Milan Crha 2023-03-31 12:36:26 +02:00
parent 465dc8b552
commit 2839058c81

View File

@ -5,7 +5,6 @@ if [ "$1" = "--quit" -o "$1" = "--force-shutdown" ]; then
else
export BOGOFILTER_DIR="${XDG_DATA_HOME}/bogofilter/"
export GIO_USE_NETWORK_MONITOR=base
export WEBKIT_FORCE_SANDBOX=0
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)