So yeah, the project is taking more time than I thought :-)
So fbv is doing exactly what I needed it to do, but searching around it's long-forgotten by its developer. The most up-to-date similar program seems to be feh (
http://feh.finalrewind.org/).
I can see that there is tcz with feh in 4.x repository, can I use it with 6.x? Alternatively, may I ask to compile the newest version for 6.x? (or I can compile and prepare it, just need to learn how first
).
Not to spawn a new topic: most of the TCL manual is written with GUI user in mind; there is a note how to make persistent userdir via GUI, but what is the relevant command in terminal? Or do I have to simply run tar each time I want to save my homedir?
Last but not least: how can I make TCL run a sequence of commands after boot and spawn SSH daemon? For a photoframe OS, I need to have: network settings from DHCP; SSH access; NFS share with photos mounted and finally feh run. I more-or-less figured how to have network&SSH running, I believe I'm on good track with NFS (automount, right?) - do I have to write an rc.d script for feh, or would some other way to do it be preferrable?