Alex313031 / thorium

Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
4.73k stars 147 forks source link

Thorium fails to start on 24.04 ubuntu #754

Open Sartan4455 opened 2 months ago

Sartan4455 commented 2 months ago

System Details

Problem With the addition of AppArmor in Ubuntu Noble Numbat, thorium is unable to run due to new user space permissions. workaround sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0

Disabling apparmor service doesn't appear to fix the issue

Screenshots

thorium-browser
[380823:380823:0725/094215.817196:FATAL:credentials.cc(127)] Check failed: . : Permission denied (13) [1] 380823 trace trap (core dumped) thorium-browser image

Additional Notes Some notes about the change in ubuntu: https://seclists.org/oss-sec/2024/q2/147

sam1946 commented 2 months ago

This may or may not solve your issue, but I had Thorium not starting - and it was because my CPU doesnt have AVX2. I used the SSE3 version of Thorium and it worked fine (on Debian 12)

Sartan4455 commented 2 months ago

This may or may not solve your issue, but I had Thorium not starting - and it was because my CPU doesnt have AVX2. I used the SSE3 version of Thorium and it worked fine (on Debian 12)

I can try that, however it was working in 23.10. The only thing I updated was from 23.10 to 24.04. This upgrade did not upgrade/install a newer thorium. I did update the intelmicrocode package to 3.20240514.0ubuntu0.24.04.1 mabye that messed with it ? Doubtful as it was the same for older versions as well.