XMBC on Ubuntu 11.04 does not start
#1
Question 
Hi,

XMBC does not start on Ubuntu 11.04? I am not sure what is the problem. I have ran the following script. After running the script, I press Alt-F2 and click on xmbc. I have also setup to run from login screen at start up . Nothing happens.

#!/bin/bash
# XBMC on Ubuntu 11.04 installer
#
echo "Now adding the ppa to your repository and install XBMC"
#
echo deb http://ppa.launchpad.net/team-xbmc/ppa/ubuntu maverick main | sudo tee /etc/apt/sources.list.d/xbmc.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com --recv-keys 91E7EE5E
sudo apt-get update
sudo apt-get install xbmc
#
Reply
#2
check the debug log
Reply

Logout Mark Read Team Forum Stats Members Help
XMBC on Ubuntu 11.04 does not start0