[mythtv-users] Can mythtv be started without a wimdowmanager

Grant Edwards grante at visi.com
Tue Apr 27 12:05:37 EDT 2004


> Just curious: can myth be started without starting a window manager?

Sure.  

It's what I do.  My .xsession file contains a single line:

/home/mythtv/bin/startmyth

And that file contains

#!/bin/bash
irexec >>/home/mythtv/irexec.log 2>&1 &
sleep 1
mythfrontend >>/home/mythtv/mythfrontend.log 2>&1

> (Or conversely can it get the function of the window manager?)

No, I don't think so.

-- 
Grant Edwards
grante at visi.com


More information about the mythtv-users mailing list