vivaldi
vivaldi
/usr/bin/vivaldi --disable-seccomp-filter-sandbox
			
			
									
									
						Re: vivaldi
vivaldi --no-sandbox
			
			
									
									
						Re: vivaldi
--proxy-server="185.81.195.61:8000"
--proxy-server="127.0.0.1:3128"
			
			
									
									
						--proxy-server="127.0.0.1:3128"
Re: vivaldi
Параметры запуска vivaldi 
https://peter.sh/experiments/chromium-command-line-switches/
			
			
									
									
						https://peter.sh/experiments/chromium-command-line-switches/
Re: vivaldi
Automate Proxy Server Settings In Linux
$ export {http,https,ftp}_proxy="http://PROXY_SERVER:PORT"
$ unset {http,https,ftp}_proxy
If you use a proxy server often, you can create Bash functions as follows (add to your ~/.bashrc file):
# Set Proxy
function setproxy() {
export {http,https,ftp}_proxy="http://PROXY_SERVER:PORT"
}
# Unset Proxy
function unsetproxy() {
unset {http,https,ftp}_proxy
}
Reload your ~/.bashrc file.
$ source ~/.bashrc
			
			
									
									
						$ export {http,https,ftp}_proxy="http://PROXY_SERVER:PORT"
$ unset {http,https,ftp}_proxy
If you use a proxy server often, you can create Bash functions as follows (add to your ~/.bashrc file):
# Set Proxy
function setproxy() {
export {http,https,ftp}_proxy="http://PROXY_SERVER:PORT"
}
# Unset Proxy
function unsetproxy() {
unset {http,https,ftp}_proxy
}
Reload your ~/.bashrc file.
$ source ~/.bashrc
Re: vivaldi
/usr/share/menu/google-chrome.menu
			
			
									
									
						Re: vivaldi
Необходимые пакеты для установки
apt install fonts-liberation
			
			
									
									
						apt install fonts-liberation
Re: vivaldi
после установки tigervnc звук включился сам в браузере вивальди