Remove the SingletonLock that's present for some reason on new ISO installs

Closes #4149
This commit is contained in:
David Heinemeier Hansson
2026-01-08 13:15:16 +01:00
parent 70bdbfe545
commit 7c0a05cc70
2 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ FIRST_RUN_MODE=~/.local/state/omarchy/first-run.mode
if [[ -f "$FIRST_RUN_MODE" ]]; then
rm -f "$FIRST_RUN_MODE"
# FIXME: Find out why this is here before chromium has even been started!
rm -rf ~/.config/chromium/SingletonLock
bash "$OMARCHY_PATH/install/first-run/battery-monitor.sh"
bash "$OMARCHY_PATH/install/first-run/cleanup-reboot-sudoers.sh"
bash "$OMARCHY_PATH/install/first-run/firewall.sh"

4
migrations/1767865784.sh Normal file
View File

@@ -0,0 +1,4 @@
echo "Ensure Chromium is able to start on first run after new ISO install"
# FIXME: Find out why this is here before chromium has even been started!
rm -rf ~/.config/chromium/SingletonLock