Commit d92897d5 authored by Léo-Paul Géneau's avatar Léo-Paul Géneau 👾

component/chromium: remove unnecessary options

Flags `--disable-setuid-sandbox --no-sandbox --disable-gpu` do not seem required
with chromium 120.
parent 2e5c7422
...@@ -56,7 +56,7 @@ install = ...@@ -56,7 +56,7 @@ install =
# FATAL:platform_font_linux.cc(83)] Check failed: InitDefaultFont(). Could not find the default font # FATAL:platform_font_linux.cc(83)] Check failed: InitDefaultFont(). Could not find the default font
export LD_LIBRARY_PATH=$d:%s export LD_LIBRARY_PATH=$d:%s
export PATH=%s:$PATH export PATH=%s:$PATH
exec $d/chrome --disable-setuid-sandbox --no-sandbox --disable-gpu "$@" exec $d/chrome "$@"
""" % ( """ % (
part['location'], part['location'],
':'.join(part['library'].split()), ':'.join(part['library'].split()),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment