From 5adbd7bee9c09544138237386462aa3ac0cf98dc Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 5 Sep 2020 02:13:25 -0400 Subject: [PATCH] Cleanup UI docs now that pf-ui includes ALL of fim management --- docs/slideshow.md | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/docs/slideshow.md b/docs/slideshow.md index d917bdc..f40d824 100644 --- a/docs/slideshow.md +++ b/docs/slideshow.md @@ -20,6 +20,8 @@ chmod a+x /usr/local/bin/pf-ui # Setup wrapper script for pf-ui so no chracters are echo'd to the tty cat > /usr/local/bin/pf-ui.sh < /dev/tty1 /usr/bin/stty -echo /usr/local/bin/pf-ui EOF @@ -48,7 +50,7 @@ useradd -m -G video -s /usr/sbin/nologin fim apt install acl setfacl -m "u:fim:rwX" /tank/pictures setfacl -dm "u:fim:rwX" /tank/pictures -apt install fim imagemagick ttf-dejavu +apt install fim imagemagick cat > /usr/local/etc/fimrc < /etc/default/fim_albums < /usr/local/bin/pf-fim.sh < /dev/tty1 -#exec /dev/tty1 2>/dev/tty1 -#echo 2 > /sys/class/graphics/fbcon/rotate_all -ALBUM_PATH=\`cat /etc/default/fim_albums\` -/usr/bin/fim --verbose --no-commandline --no-history --etc-fimrc /usr/local/etc/fimrc \ ---device /dev/fb0 --vt 1 \ ---execute-commands-early "clear" --final-commands "clear" \ ---autozoom --random \ ---cd-and-readdir --recursive \ -"\$ALBUM_PATH" -EOF -chmod a+x /usr/local/bin/pf-fim.sh - # Setup console config stuff cat > /usr/local/bin/no-cursor-tty1.sh < /dev/tty1 EOF chmod a+x /usr/local/bin/no-cursor-tty1.sh