Homepage Forums RetroPie Project New to RetroPie? Start Here! Add Raspbian Menu to EmulationStation? Reply To: Add Raspbian Menu to EmulationStation?

#119215
lilbud
Participant

In the retropie section, create a new file called “StartX.sh” minus quotes. Type this into terminal, sudo nano /home/pi/retropie/roms/retropie and type the following

#!/bin/sh
startx

press ctrl + x, y, enter. reboot once file is saved properly. When back in ES, look in the retropie section for startx. select it, and you should be at desktop. You will need mouse and keyboard for desktop.

Good luck