fix: don't pre-create Chromium profile dir in browser.py

This commit is contained in:
2026-05-26 01:10:21 +00:00
parent a2c14a4a39
commit fd519a64b0
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -752,7 +752,6 @@ class KioskOverlay(QWidget):
# ── Chrome launcher ───────────────────────────────────────────────
def launch_chrome():
profile_dir = _HOME / "chromium-kiosk"
profile_dir.mkdir(parents=True, exist_ok=True)
for name in ("SingletonLock", "SingletonSocket", "SingletonCookie"):
try: