You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/www_options/tasks/main.yml
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,10 @@
37
37
path: /home/{{ iiab_admin_user }}/.config/labwc/
38
38
register: labwc_dir
39
39
40
-
- name: Does /usr/bin/chromium-browser exist?
40
+
# 2025-12-14: RasPiOS 13 "Trixie" recently renamed chromium-browser to chromium
41
+
- name: Does /usr/bin/chromium exist?
41
42
stat:
42
-
path: /usr/bin/chromium-browser
43
+
path: /usr/bin/chromium
43
44
register: chromium_browser
44
45
45
46
# - name: Does /usr/bin/chromium exist? (check for browser filename change)
@@ -48,12 +49,12 @@
48
49
# register: chromium_present
49
50
50
51
# 2024-12-12: RasPiOS changed compositor from wayfire to labwc: https://forums.raspberrypi.com/viewtopic.php?t=379321
51
-
- name: If both above exist, add '/usr/bin/chromium-browser --disable-restore-session-state http://box/home &' to /home/{{ iiab_admin_user }}/.config/labwc/autostart
52
+
- name: If both above exist, add '/usr/bin/chromium --disable-restore-session-state http://box/home &' to /home/{{ iiab_admin_user }}/.config/labwc/autostart
0 commit comments