Closed BrianMwit closed 7 months ago
I don't grant administrative (privileged) policies to ungoogled-chromium: I cannot and am not willing to check this issue,
I can reproduce the issue by setting the policy at user level (HKEY_CURRENT_USER
). No administrative (privileged) permission required.
If you meant ungoogle-chromium do not have access to read policy settings, it should ignore the registry value rather than crashing.
The same issue does not occur on ungoogled-chromium-windows
' build: https://github.com/ungoogled-software/ungoogled-chromium-windows/releases/tag/123.0.6312.105-1.1
Chromium ungoogled crash at startup if
RoamingProfileSupportEnabled
is enabled and a roaming profile already exist. https://chromeenterprise.google/policies/?policy=RoamingProfileSupportEnabled This policy used to work fine upto v118. It started crashing from v119 onward.Steps to reproduce
HKEY_CURRENT_USER
orHKEY_LOCAL_MACHINE
\SOFTWARE\Policies\Chromium\RoamingProfileSupportEnabled
to1
chrome.exe
once, it will work fine and create a Roaming profile at%APPDATA%\Chromium\User Data\Default\profile.pb
chrome://sync-internals/
About
tab >Local State
>Local Backend Path
chrome.exe
again, it will crash at startup0
, andchrome.exe
will start againI was unaware of this setting. When updating the version, chromium no longer start and I did not know why.