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:
parent
465dc8b552
commit
2839058c81
@ -5,7 +5,6 @@ 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user