Skip to content

Fix first-run timezone toast on Apple Silicon - #362

Open
scottjones wants to merge 1 commit into
quattrofrom
fix/first-run-timezone-toast
Open

Fix first-run timezone toast on Apple Silicon#362
scottjones wants to merge 1 commit into
quattrofrom
fix/first-run-timezone-toast

Conversation

@scottjones

@scottjones scottjones commented Sep 7, 2026

Copy link
Copy Markdown

The first-run timezone card never appeared on a Mac left at UTC. omarchy-notification-send takes --exec as separate words and rejects a quoted whole command, so the toast script exited 1 and first-run skipped it.

Pass the launcher the same way Wi-Fi and keybindings already do.

Closes #306

omarchy-notification-send rejects a quoted whole command so it cannot
be split. The toast then exits 1, first-run skips the timezone card,
and a Mac left on UTC never gets asked. Match wifi.sh and welcome.sh.
@malik-na

malik-na commented Sep 9, 2026

Copy link
Copy Markdown
Member

The argv fix is correct and #296 is identical for this file. Keep this tested version, close #296 as superseded, and rerun on current base so the unrelated red clipboard check is cleared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

First-run never completes: timezone.sh passes --exec as one quoted string, so "Update System" is re-notified on every login

2 participants