I'm using my own login setup, which has worked for me a few years now
with only minor modifications. I didn't have time to try u-m-f and/or
mythbuntu when I did the upgrade last week andbecause as far as I could
tell both u-m-f and mythbuntu assumes that you have both a mouse and a
keyboard attached to the machine. I only hace a remote attached to the
machine and I am doing every change to the configuration remote.

My ~mythtv/.xsession looks like:

#!/bin/sh

#Set the background to black
xsetroot -solid black

/usr/bin/xset -dpms s off

#If we have mtd around (and not running), good idea to start it too
if ! `pgrep mtd>/dev/null`; then
    if [ -x /usr/bin/mtd ]; then
        /usr/bin/mtd -d
    fi
fi
#check if irexec is needed, and start if need be
if [ -x /usr/bin/irexec ] && [ ! -f ~/.noirexec ] && [ -f ~/.lircrc ]; then
    if [ -n "$(cat ~/.lircrc | grep --invert-match "#" | grep irexec | grep 
prog)" ]
    then
        killall irexec
        irexec -d
    fi
fi

export QT_XFT=1
while /bin/true; do
        mythfrontend  
        #mythfrontend -v osd,important,playback,general
        sleep 10
done

Any suggestions how to make it work with lirc? (Without adding a sleep
:-))

-- 
Lirc should start earlier
https://bugs.launchpad.net/bugs/150480
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to