I want my freevo box to boot and auto login upon pressing the power button. I am using gdm to autologin, it works nice. I am using this script in my .xsession file
Code:
#!/bin/bash
/usr/bin/xvattr -a XV_COLORKEY -v 0 &
exec blackbox &
/usr/bin/freevo
it starts blackbox then freevo just like I want it to. Sometimes I just want to run mplayer directly(without freevo). If I exit out of freevo, it drops me out of blackbox also, then brings me back to my gdm login screen. I am not able to use a terminal in blackbox. I thouhgt maybe this is to do with my .xsession scrpt. Any suggestions would be appreciated.