[mythtv] Two Bugs in Mythtv v0.11 & Two Usability Requests

Roy Hooper rhooper at toybox.ca
Wed Aug 27 14:23:47 EDT 2003


Chris wrote:

> I'm looking for a clean way to restart the frontend in case of crash. 
> Could you indicate me how you did it?
>
> Thanks


This is my mythfrontend wrapper:

File: ~mythtv/.xinitrc
#!/bin/sh

PATH=/usr/local/bin:$PATH
export PATH

cd /home/mythtv
xsetroot -solid black
fvwm &
xset -dpms
xset s off
xmodmap  .xmodmap
while true; do mythfrontend ; sleep 5; done

And then in /etc/init.d/local (or anything similar):

su mythtv -c "startx" &





More information about the mythtv-dev mailing list