From e9793181321fc7006da8681bbfd57d69002da375 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 5 Sep 2020 17:50:33 -0400 Subject: [PATCH] Switch fim to seeded random since it uses the time since the epoch which is safe to call even on a schedule --- ui/slideshow.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/slideshow.go b/ui/slideshow.go index 76fd5e6..b781bfd 100644 --- a/ui/slideshow.go +++ b/ui/slideshow.go @@ -32,7 +32,7 @@ func setupFim(PATH_TEMP_FOR_SLIDESHOW string) { ARGS_FIM := []string{"--no-commandline", "--no-history", "--etc-fimrc", "/usr/local/etc/fimrc", "--device", "/dev/fb0", "--vt", "1", "--execute-commands-early", "\"clear\"", "--final-commands", "\"clear\"", - "--autozoom", "--random-no-seed", "--recursive", "--cd-and-readdir", + "--autozoom", "--random", "--recursive", "--cd-and-readdir", PATH_TEMP_FOR_SLIDESHOW} // fim command that'll be executed