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.44k stars 139 forks source link

updating breaks browser #652

Open Whiplash6009 opened 2 months ago

Whiplash6009 commented 2 months ago

System Details

Problem After installing, the browser works fine but whenever i type sudo apt update in terminal an ["update"] is shown, but the update is same version as current but when i let it to update the browser refuses to open

Screenshots image

Additional Notes Add any other context about the problem here.

jxcg commented 2 months ago

I am also getting this problem too on Ubuntu 24.04 lts, my browser refuses to open after updating (whilst being stuck on the same version)

Alex313031 commented 2 months ago

@midzer I think we might have a deb repo issue here.

@Whiplash6009 @jxcg I would say install it from the GitHub releases, and then pause updates or remove the thorium.list file until we can investigate.

Alex313031 commented 2 months ago

@Whiplash6009 @jxcg It seems this is an Ubuntu 24.04 issue.

Chromium and things based on it (like Electron), are having a major issue on 24.04 with the sandbox.

Run Thorium from the cmdline with --no-sandbox and see if it fixes your issue. If it does, then it is out of my hands, and is an Ubuntu issue.