## https://peter.sh/experiments/chromium-command-line-switches/ for a
## list) will work.
## Type: List of String
-c.qt.args = [str('proxy-pac-url=file://' / config.configdir / 'proxy.pac')]
+c.qt.args = ['proxy-pac-url=file://' + str(config.configdir / 'proxy.pac')]
## Additional environment variables to set. Setting an environment
## variable to null/None will unset it.