So, first off, worry if this is not the right place for this. I'm new here, and didn't see anywhere else that seemed more appropriate.
I'm doing a work-trade for someone, trying to figure out how to get some old, free hardware to work as a dedicated slideshow screen that automatically boots to that slideshow when the machine is turned on.
I'm still relatively new to linux (used Mint as my primary desktop, until the harddrive failed and I never got around to replacing it) and I will say that TCL has been quite an interesting learning experience. However, I've gotten to a problem that I just cannot figure out, even after looking through some troubleshooting threads on google.
Specifically, I'm trying to use Cron to make the following slideshow.sh script run on startup:
#!/bin/sh
feh -Y -x -q -D 5 -B black -F -Z -z -r /home/Pictures
Using the following command to set it to run at boot with Cron:
crontab -e @reboot sh /home/tc/slideshow.sh/
However, cron seems to be refusing to create or execute that command. I have tried using just contab -e and putting the Cron command into the crontab file manually using the text editor, I have tried putting sudo in front of the crontab command and doing both of the above things, I have tried setting all the relevant folders and files to be readable, writable, and executable to all users. However, Cron seems to refuse to actually run the command that I give it, without giving any error to show that it has even attempted to do so. I have noticed that when I attempt to use crontab -l after a system reboot it gives the following error:
crontab: can't open 'tc': No such file or directory
Using sudo -l produces a similar error:
crontab: can't open 'root': No such file or directory
I honestly don't know how to interpret this error.
As an aside, it is a fresh install of CorePlus using the USB-HDD option, plus the wireless support. I have installed feh, (obviously) VLC, alsaconfig (I also have to make the same sort of thing with video, and ideally audio, though that's a whole other thing I'm not focusing on right now) and fluff.