Ed Reel
Ed Reel
So it appears sommelier is not the issue. You might try the following: ``` crew update && crew upgrade -f crew reinstall $(crew deps vivaldi|xargs) -f crew reinstall vivaldi restartsommelier...
You could try the nuclear option. ``` rm -rf /usr/local bash
> already tried doing a full reinstall before I reported here. Powerwash? Also, have you updated ChromeOS to the latest release? https://www.thegeekstuff.com/2017/08/chrome-os-update-to-latest-version/
What happens if you do the following? ``` sudo chown root:root /usr/local/share/vivaldi/vivaldi-sandbox sudo chmod 4755 /usr/local/share/vivaldi/vivaldi-sandbox ```
New release: https://github.com/chromebrew/chromebrew/pull/11430
Rubocop complaining?
Did you try `CREW_FORCE_INSTALL=1 bash
Should we be waiting for the `Tested & Working properly` checkboxes?
Some more context. This happens because I'm unable to `crew upgrade` due to qt5_base which depends on mysql. Because mysql is not compatible with my glibc version, the whole process...
Would it make sense to propose an upstream improvement to `empty` so it behaves like `blank`? It's confusing to have multiple functions when the proper expected behavior of a single...