Auto start mythtv/xbmc

Is there a way to autostart something like xbmc or mythtv before the login prompt and only allow them access the media software?
 
I use x11/slim to autostart XBMC.

With slim you can configure the xbmc user to autologin. Create a .xinitrc file with the following line:

Code:
exec /usr/local/bin/xbmc-standalone --lircdev /var/run/lirc/lircd
 
Hello,

kriss said:
I use x11/slim to autostart XBMC.

With slim you can configure the xbmc user to autologin. Create a .xinitrc file with the following line:

Code:
exec /usr/local/bin/xbmc-standalone --lircdev /var/run/lirc/lircd

Are you able to power off your system through the XBMC power dialog?
 
Back
Top