#53356
lunarkingdom
Guest

1. first store the line command below to /etc/apt/sources.list.d/mene.list and save it
deb http://archive.mene.za.net/raspbian wheezy contrib

2.Import the archive signing key:
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-key 5243CDED

3. Update the package lists:
sudo apt-get update

4.You can then install it as you would with any other package, for example, with apt-get:
sudo apt-get install xbmc
it should install afterwards..
Go to es_systems.cfg in etc/emulationstation and add this command line
<fullname>Apps</fullname>
<name>apps</name>
<path>~/RetroPie/roms/apps</path>
<extension>.sh</extension>
<command>bash %ROM%</command>
<platform>apps</platform>
<theme>appS</theme>
now you would have to create a apps folder
cd ~/RetroPie/roms
mkdir ~/RetroPie/roms/apps

5. Now all you have to do is create a file called xbmc.sh and add the line
#!/bin/bash
sudo xbmc
save it and put it the apps folder you created earlier.
Dont forget to go to terminal and run sudo chmod +x xbmc.sh
thats it..sudo and reboot

I did all of this and it does not show up in emulation station, exited and did sudo xbmc and it loads fine but when I leave xbmc via the power selection bottom left it goes to blank screen then stays there so I assume I have 2 issues:

1) I need help making it an option in emulation station

2) I need help making it return to emulation station