Hi, im using CachyOS half year without problem, but after update system 13.05.2025 google chrome starts up 0,5-1min, before 1-2sec. Reinstaled google chrome, cleaning cookies etc, reinstaled all packages(cachy hello apps) without resulst. The system is up to date. Help please, best regards.
It’s because of a kwallet update introducing a bug. This happens when kwallet is disabled. The fix (for now) is to either re-enable it or update the chrome launch flags found at ~/.config/chrome-flags.conf by adding the line --password-store=basic
cat ~/.config/chrome-flags.conf
--password-store=basic
Most chromium based apps have this problem and most of them have a similar flag you can set (for example vscode has the same problem and a similar fix)
Kwallet is disabled in my system. Created chrome-flags.conf in .config, paste --password-store=basic(before file doesnt exist) and working. Thank You. Best Regards.
I have pushed a kwallet update into archlinux. Please update systemd ad check again. You can remove the passwd store flag now
I removed the chrome flags, updated the system and it’s ok. THX.