initial showpiece patches

This commit is contained in:
2025-04-27 16:25:47 -05:00
parent 05a772481a
commit 236bea7ae3
21 changed files with 129 additions and 4 deletions

View File

@@ -10,6 +10,8 @@ firefox rpi-firefox-mods
gldriver-test
fonts-droid-fallback
fonts-liberation2
fonts-noto
fonts-noto-color-emoji
obconf
raindrop
libcamera-tools

View File

@@ -1,6 +1,8 @@
xserver-xorg xinit
x11-xserver-utils
mousepad
eom
vim
lxde lxtask menu-xdg
zenity xdg-utils
gvfs-backends gvfs-fuse

View File

@@ -0,0 +1,6 @@
#!/bin/bash -e
install -d -o 1000 -g 1000 "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.config/autostart"
install -m 644 files/kiosk.desktop "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.config/autostart/"
chown -R 1000:1000 "${ROOTFS_DIR}"/home/"${FIRST_USER_NAME}"/.config
mkdir -p "${ROOTFS_DIR}/tmp"

View File

@@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=Chromium
Exec=chromium-browser --profile-directory="showpiece-browser" --kiosk https://showpiece.sanin.dev/
StartupNotify=false
Terminal=false