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
This adds a profile for a kiosk-style appliance leveraging gnome-kiosk.
The user can customize the application run on first boot, or at image
build time with something like the following in `tmpfiles.d`:
```
d /home/kiosk/.config 0755 kiosk kiosk - -
f /home/kiosk/.config/gnome-initial-setup-done 0644 kiosk kiosk - -
d /home/kiosk/.local 0755 kiosk kiosk - -
d /home/kiosk/.local/bin 0755 kiosk kiosk - -
C /home/kiosk/.local/bin/gnome-kiosk-script 0755 kiosk kiosk -
```
Signed-off-by: Davide Cavalca <[email protected]>
0 commit comments