Closed My-ThrowAwayAccount closed 2 years ago
After looking around the repository and various issues I've read about the 2014-004 security update and that did indeed fix my issue; this url should perhaps be put in the FAQ as I couldn't find any mention of it in the repository itself or the wiki
This has come up often enough that it might be a good idea for Chromium Legacy to check for the presence of the 2014-004 security update prior to launching. As an example, I have this Applescript code in my downloader:
considering numeric strings
if system version of (system info) < "10.8" then
try
do shell script "pkgutil --packages | grep com.apple.pkg.update.security.10.7.5.11G1120.2014.004"
on error
display alert "Apple Security Update 2014-004 is not installed. Please download and install this update from Apple before using Chromium Legacy." buttons {"Download From Apple.com"}
do shell script "open https://updates.cdn-apple.com/2019/cert/041-84814-20191010-643704ec-7509-4a27-8853-ff5c50dd0e59/SecUpd2014-004Lion.dmg"
error -128 --exit the script
end try
end if
end considering
Totally agree, that'd be even better than my original idea. It could be something like the "untrusted" application dialog.
Example:
happens to me after installing OS X Lion Update 10.7.5 (Client Combo), installing 2014-004 security update fixed the Issue like mentioned
Hi, sorry for the inadequacy of the README.
I'll update README and try to remove sandbox's dependency for vnode-type
.
Describe the bug Chromium Legacy displays some garbage and crashes after a few seconds. Surprisingly it sometimes asks if I want to restore the previous session, too.
To Reproduce Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
Logs