mrclksr / linux-browser-installer

Script to install Linux browsers under a Linux chroot on FreeBSD
165 stars 25 forks source link

No sound after update to 14-STABLE #50

Closed q-pa closed 6 months ago

q-pa commented 6 months ago

Updated to OS: GhostBSD 24.01.1 amd64 Kernel: 14.0-STABLE today. Sound generally works in GhostBSD but linux-browser-installer chrome does not play sound anymore.

mrclksr commented 6 months ago

Hi @q-pa,

did you install Chrome using the latest commit of linux-browser-installer? Is /compat/ubuntu/var/run a symbolic link?

q-pa commented 6 months ago

I would say the commit I installed from is from 2021. /compat/ubuntu/var/run is a link. lrwxr-xr-x 1 root wheel 4 Dec 13 2021 /compat/ubuntu/var/run -> /run

mrclksr commented 6 months ago

According to https://github.com/mrclksr/linux-browser-installer/commit/8e498aa83e0b64d0dedb798e93cfb9a6ae7d465f removing that link (unlink /compat/ubuntu/var/run) should fix your problem.

Always make sure to pull the latest version of linux-browser-installer before updating or (re)installing browsers.

q-pa commented 6 months ago

Yes! That worked! Many thanks @mrclksr !

mrclksr commented 6 months ago

Great! :-)