<div dir="ltr"><div><div>Hi all,<br><br>I use ratpoison as my windows manager and have it autostart mythfrontend through the .ratpoisonrc file.<br><br></div>I have an SSD and I think mythfrontend is trying to load before mythbackend has started.  When it starts, I get the choose your language screen and have to manually restart it.  Is there a simple syntax I can add to have to my .ratpoison script to make it wait about 5-10 seconds?<br><br></div>This is what the contents of my .ratposionrc looks like (note, mythrstart.sh is a script I wrote to start mythfrontend with airplay):<br><br>[mythtv@Mythbox ~]$ more .ratpoisonrc<br>#Make escape (default C-t) not clash with mythTV key bindings<br>escape C-r<br>#Banish the mouse cursor out of the way.<br>addhook switchwin banish<br><br>exec /usr/bin/xset -dpms &gt;/dev/null<br>exec /usr/bin/xset s off &gt;/dev/null<br>exec /usr/bin/mythstart.sh<br>exec /usr/bin/irexec<br><br></div>