Commit fc985941 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 5cc35a9d
......@@ -56,7 +56,7 @@ install =
# FATAL:platform_font_linux.cc(83)] Check failed: InitDefaultFont(). Could not find the default font
export LD_LIBRARY_PATH=$d:%s
export PATH=%s:$PATH
exec $d/chrome --disable-setuid-sandbox --no-sandbox --disable-gpu "$@"
exec $d/chrome "$@"
""" % (
part['location'],
':'.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