mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
RasPiOS compositor change (wayfire to labwc) so Chrome browser autostart needs work
This commit is contained in:
parent
01304ab133
commit
adfc1cc696
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
# 2022-07-22: SIMILAR TO roles/iiab-admin/tasks/pwd-warnings.yml FOR passwords
|
||||
# AND roles/network/tasks/netwarn.yml FOR iiab-network
|
||||
|
||||
# 2024-12-09: RasPiOS changed compositor from wayfire to labwc, so check for dir /home/{{ iiab_admin_user }}/.config/labwc/ instead?
|
||||
- name: Does /home/{{ iiab_admin_user }}/.config/wayfire.ini exist?
|
||||
stat:
|
||||
path: /home/{{ iiab_admin_user }}/.config/wayfire.ini
|
||||
|
@ -46,6 +47,7 @@
|
|||
# path: /usr/bin/chromium
|
||||
# register: chromium_present
|
||||
|
||||
# 2024-12-09: RasPiOS changed compositor from wayfire to labwc, so try putting the line in NON-ini file /home/{{ iiab_admin_user }}/.config/labwc/autostart -- according to: https://forums.raspberrypi.com/viewtopic.php?t=379321
|
||||
- name: If both above exist, add '/usr/bin/chromium-browser --disable-restore-session-state http://box/home' to /home/{{ iiab_admin_user }}/.config/wayfire.ini
|
||||
ini_file:
|
||||
path: /home/{{ iiab_admin_user }}/.config/wayfire.ini # iiab-admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue