09-26-2020, 12:05 PM
(This post was last modified: 09-27-2020, 09:55 AM by wrzomar.
Edit Reason: Adding screenshot links
)
(09-10-2020, 03:36 AM)3xC0MM Wrote:Also, if someone has enabled the firewall, they will have to allow TCP connections to port 4713 from docker subnet. For ufw it would be:Quote:Please do
Code:sudo pacman -Rnsc chromium-docker
sudo pacman -S chromium-docker
First command will remove all the old chromium-docker content while second one will install it fresh.
Hope this will solve your issue.
Thank you, that was it!
Quote:UPDATE:
Added pulseaudio handling over network so paprefs becomes a dependency which will be installed but user will have to enable it
Open paprefs - sound server preference
and just enable as per the below pic.
You mention this in the post above, but the picture does not show. Can you please repost it?
BR
Code:
sudo ufw allow proto tcp to any port 4713 from `docker network inspect bridge --format='{{(index .IPAM.Config 0).Subnet}}'`
Code:
addrip="$(docker network inspect bridge --format='{{(index .IPAM.Config 0).Gateway}}')"
Code:
base64 -d base64_encoded_png.txt > image.png
PPPS. I've installed Manjaro on emmc a few days ago, Spikerguy's post about updating to Chromium 84 is month old but I've just checked Chromium version and it says it's 78 but the base is bionic. Do I have to switch branch to testing or unstable to get this update?
Here is proof:
Chromium-docker package details
About Chromium page
@spikerguy, Where is this updated Chromium? The installed version keeps complaining about upgrading to a newer version.