mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix the singletonlock issue properly
This commit is contained in:
@@ -9,9 +9,6 @@ FIRST_RUN_MODE=~/.local/state/omarchy/first-run.mode
|
|||||||
if [[ -f "$FIRST_RUN_MODE" ]]; then
|
if [[ -f "$FIRST_RUN_MODE" ]]; then
|
||||||
rm -f "$FIRST_RUN_MODE"
|
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/battery-monitor.sh"
|
||||||
bash "$OMARCHY_PATH/install/first-run/cleanup-reboot-sudoers.sh"
|
bash "$OMARCHY_PATH/install/first-run/cleanup-reboot-sudoers.sh"
|
||||||
bash "$OMARCHY_PATH/install/first-run/firewall.sh"
|
bash "$OMARCHY_PATH/install/first-run/firewall.sh"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ mkdir -p ~/.config/omarchy/themes
|
|||||||
|
|
||||||
# Set initial theme
|
# Set initial theme
|
||||||
omarchy-theme-set "Tokyo Night"
|
omarchy-theme-set "Tokyo Night"
|
||||||
|
rm -rf ~/.config/chromium/SingletonLock # otherwise archiso will own the chromium singleton
|
||||||
|
|
||||||
# Set specific app links for current theme
|
# Set specific app links for current theme
|
||||||
mkdir -p ~/.config/btop/themes
|
mkdir -p ~/.config/btop/themes
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
echo "Ensure Chromium is able to start on first run after new ISO install"
|
echo "Ensure Chromium is able to start on first run after ISO 3.3.0 install"
|
||||||
|
|
||||||
# FIXME: Find out why this is here before chromium has even been started!
|
|
||||||
rm -rf ~/.config/chromium/SingletonLock
|
rm -rf ~/.config/chromium/SingletonLock
|
||||||
|
|||||||
Reference in New Issue
Block a user