@spivaldi Yeah, I forgot about the std{in,out,err} sanitation done in the vivaldi launch wrapper as well, that also uses cat
# Sanitize std{in,out,err} because they'll be shared with untrusted child # processes (http://crbug.com/376567). exec < /dev/null exec > >(exec cat) exec 2> >(exec cat >&2)-
Unsolved Switching V Profiles Error
Vivaldi for Linux • • NovaExxi